1. 774800c Merge branch 'pci/resource' by Bjorn Helgaas · 5 years ago
  2. e87eb58 Merge branch 'pci/misc' by Bjorn Helgaas · 5 years ago
  3. 87e9028 PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related code by Heiner Kallweit · 5 years ago
  4. 72ea91a PCI/ASPM: Add sysfs attributes for controlling ASPM link states by Heiner Kallweit · 5 years ago
  5. ca22d1f PCI: sysfs: Remove unused attribute groups by Ben Dooks · 5 years ago
  6. c9c13ba PCI: Add PCI_STD_NUM_BARS for the number of standard BARs by Denis Efremov · 5 years ago
  7. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  8. aaee0c1 PCI/IOV: Move sysfs SR-IOV functions to iov.c by Kelsey Skunberg · 5 years ago
  9. e215404 PCI: sysfs: Change permissions from symbolic to octal by Kelsey Skunberg · 5 years ago
  10. 4e2b794 PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO() by Kelsey Skunberg · 5 years ago
  11. 8bdfa14 PCI: sysfs: Define device attributes with DEVICE_ATTR*() by Kelsey Skunberg · 5 years ago
  12. eb627e1 PCI: Lock down BAR access when the kernel is locked down by Matthew Garrett · 5 years ago
  13. dc6b698 PCI: sysfs: Ignore lockdep for remove attribute by Marek Vasut · 6 years ago
  14. de76cda PCI: Decode PCIe 32 GT/s link speed by Gustavo Pimentel · 6 years ago
  15. 7db4af4 PCI: Use dev_printk() when possible by Bjorn Helgaas · 6 years ago
  16. 1094f6d PCI: pci-sysfs.c: convert to use BUS_ATTR_WO by Greg Kroah-Hartman · 6 years ago
  17. c0638a4 Merge branch 'pci/hotplug' by Bjorn Helgaas · 6 years ago
  18. 187dacc Merge branch 'pci/aspm' by Bjorn Helgaas · 6 years ago
  19. ce29af2 PCI: Remove unnecessary include of <linux/pci-aspm.h> by Bjorn Helgaas · 6 years ago
  20. 82c3fbf PCI: sysfs: Resume to D0 on function reset by Lukas Wunner · 7 years ago
  21. 81aa520 PCI/AER: Add sysfs attributes to provide AER stats and breakdown by Rajat Jain · 7 years ago
  22. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  23. 6f5cdfa PCI: Prevent sysfs disable of device while driver is attached by Christoph Hellwig · 7 years ago
  24. c8afd5e Merge branch 'pci/vpd' by Bjorn Helgaas · 7 years ago
  25. a4b8850 Merge branch 'pci/virtualization' by Bjorn Helgaas · 7 years ago
  26. 43b90ea Merge branch 'pci/misc' by Bjorn Helgaas · 7 years ago
  27. c70b65f PCI: Add pcie_get_width_cap() to find max supported link width by Tal Gilboa · 7 years ago
  28. 6cf57be PCI: Add pcie_get_speed_cap() to find max supported link speed by Tal Gilboa · 7 years ago
  29. 1acfb9b PCI: Add decoding for 16 GT/s link speed by Jay Fang · 7 years ago
  30. df62ab5 PCI: Tidy comments by Bjorn Helgaas · 7 years ago
  31. b1c615c PCI/VPD: Move VPD sysfs code to vpd.c by Bjorn Helgaas · 7 years ago
  32. 5b0764c PCI: Probe for device reset support during enumeration by Bjorn Helgaas · 7 years ago
  33. a07ae84 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 7 years ago
  34. 414ae76 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  35. 0077a84 PCI: Expose ari_enabled in sysfs by Stuart Hayes · 7 years ago
  36. 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  37. 7a09490 PCI: Remove sysfs resource mmap warning by Bjorn Helgaas · 7 years ago
  38. 1b6115f Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  39. 9ceb09c Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. 7dfca15 PCI: Expose SR-IOV offset, stride, and VF device ID via sysfs by Filippo Sironi · 7 years ago
  42. 69f2dc2 PCI: Constify pci_dev_type structure by Bhumika Goyal · 7 years ago
  43. 9561475 PCI: Fix race condition with driver_override by Nicolai Stange · 7 years ago
  44. 27e8739 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 7 years ago
  45. cacf7ea PCI: Remove unused "res" variable from pci_resource_io() by Shawn Lin · 7 years ago
  46. b63773a PCI: Convert to using %pOF instead of full_name() by Rob Herring · 8 years ago
  47. 8bdc50a PCI: Constify bin_attribute structures by Bhumika Goyal · 7 years ago
  48. e7ea982 PCI: Constify sysfs attribute_group structures by Arvind Yadav · 8 years ago
  49. bb02ce95 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  50. 56c1af4 PCI: Add sysfs max_link_speed/width, current_link_speed/width, etc by Wong Vee Khee · 8 years ago
  51. 17530e7 PCI: Protect pci_driver->sriov_configure() usage with device_lock() by Jakub Kicinski · 8 years ago
  52. ef1b5da Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  53. 0e7df22 PCI: Add sysfs sriov_drivers_autoprobe to control VF driver binding by Bodong Wang · 8 years ago
  54. f719582 PCI: Add pci_mmap_resource_range() and use it for ARM64 by David Woodhouse · 8 years ago
  55. f66e225 PCI: Add BAR index argument to pci_mmap_page_range() by David Woodhouse · 8 years ago
  56. dca40b1 PCI: Use BAR index in sysfs attr->private instead of resource pointer by David Woodhouse · 8 years ago
  57. e854d8b PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space by David Woodhouse · 8 years ago
  58. ae749c7 PCI: Add arch_can_pci_mmap_wc() macro by David Woodhouse · 8 years ago
  59. 6bccc7f PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms by David Woodhouse · 8 years ago
  60. 5b0948d PCI: Lock each enable/disable num_vfs operation in sysfs by Emil Tantilov · 8 years ago
  61. 702ed3b PCI: Create revision file in sysfs by Emil Velikov · 8 years ago
  62. 9d26d3a PCI: Put PCIe ports into D3 during suspend by Mika Westerberg · 9 years ago
  63. 7afd16f Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  64. ca62072 PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive() by Bjorn Helgaas · 9 years ago
  65. ab0fa82 pci-sysfs: use proper file capability helper function by Linus Torvalds · 9 years ago
  66. 6e6f498 Merge branch 'pci/resource' into next by Bjorn Helgaas · 9 years ago
  67. bd5174d PCI: Simplify pci_create_attr() control flow by Bjorn Helgaas · 9 years ago
  68. b562ec8 PCI: Don't leak memory if sysfs_create_bin_file() fails by Bjorn Helgaas · 9 years ago
  69. 9d88b93 PCI: Simplify sysfs ROM cleanup by Bjorn Helgaas · 9 years ago
  70. ac0c302 PCI: Remove arch-specific IORESOURCE_ROM_SHADOW size from sysfs by Bjorn Helgaas · 9 years ago
  71. 104daa7 PCI: Determine actual VPD size on first access by Hannes Reinecke · 9 years ago
  72. f52e562 PCI: Allow access to VPD attributes with size 0 by Hannes Reinecke · 9 years ago
  73. d434215 Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  74. 9662e32 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 9 years ago
  75. 554a603 PCI: Use kobj_to_dev() instead of open-coding it by Geliang Tang · 9 years ago
  76. c20aecf PCI: Support PCIe devices with short cfg_size by Jason S. McMullan · 9 years ago
  77. 3dcc8d3 PCI: Prevent out of bounds access in numa_node override by Mathias Krause · 9 years ago
  78. 1266963 PCI: Prevent out of bounds access in numa_node override by Sasha Levin · 9 years ago
  79. 4efe874 PCI: Don't read past the end of sysfs "driver_override" buffer by Sasha Levin · 10 years ago
  80. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  81. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  82. c75059c Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  83. fbb988b PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core by Rafael J. Wysocki · 10 years ago
  84. 5aaba36 cpumask: factor out show_cpumap into separate helper function by Sudeep Holla · 10 years ago
  85. 63692df PCI: Allow numa_node override via sysfs by Prarit Bhargava · 10 years ago
  86. d8e7d53 PCI: Rename sysfs 'enabled' file back to 'enable' by Greg Kroah-Hartman · 10 years ago
  87. 359c660 Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  88. 468ff15 PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpoints by Yijing Wang · 10 years ago
  89. 89ec3dc PCI: Generate uppercase hex for modalias interface class by Ricardo Ribalda Delgado · 10 years ago
  90. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 11 years ago
  91. 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 11 years ago
  92. d1a2523 Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into next by Bjorn Helgaas · 11 years ago
  93. 782a985 PCI: Introduce new device binding path using pci_dev.driver_override by Alex Williamson · 11 years ago
  94. 9edbcd2 PCI: Remove pcibios_add_platform_entries() by Sebastian Ott · 11 years ago
  95. dfc73e7 PCI: Move Open Firmware devspec attribute to PCI common code by Sebastian Ott · 11 years ago
  96. bc6caf0 pci: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 11 years ago
  97. 9d16947 PCI: Add global pci_lock_rescan_remove() by Rafael J. Wysocki · 11 years ago
  98. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  99. 33de1b8 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  100. c489f5f PCI: Add pci_dev_show_local_cpu() to simplify code by Yijing Wang · 11 years ago