1. b08508c PCI: fix compiler warnings in pci_get_subsys() by Greg KH · 16 years ago
  2. 5a6c9b6 PCI PM: Export pci_pme_active to drivers by Rafael J. Wysocki · 16 years ago
  3. bba8116 PCI: make pci_register_driver() a macro by Andrew Morton · 16 years ago
  4. 979b179 PCI: add D3 power state avoidance quirk by Alan Cox · 16 years ago
  5. e5899e1 PCI PM: make more PCI PM core functionality available to drivers by Rafael J. Wysocki · 16 years ago
  6. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  7. 337001b PCI: Simplify PCI device PM code by Rafael J. Wysocki · 16 years ago
  8. 404cc2d PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleep by Rafael J. Wysocki · 16 years ago
  9. c6c4f07 PCI: make pci_name use dev_name by Greg KH · 16 years ago
  10. 80be038 PCI: add stub for pci_set_consistent_dma_mask() by Randy Dunlap · 16 years ago
  11. 9433f6d PCI: Fix comment of pci_dynids by Wang Chen · 16 years ago
  12. 45aec1ae x86: PAT export resource_wc in pci sysfs by venkatesh.pallipadi@intel.com · 16 years ago
  13. f46753c PCI: introduce pci_slot by Alex Chiang · 16 years ago
  14. bbb44d9 PCI: implement new suspend/resume callbacks by Rafael J. Wysocki · 16 years ago
  15. e1a2a51 Suspend/Resume bug in PCI layer wrt quirks by Rafael J. Wysocki · 16 years ago
  16. 19792a0 PCI: drivers/pci/pci.c: add prototypes by Adrian Bunk · 16 years ago
  17. 70b9f7d x86/pci: remove flag in pci_cfg_space_size_ext by Yinghai Lu · 16 years ago
  18. 98db6f1 x86: fix section mismatch in pci_scan_bus by Sam Ravnborg · 16 years ago
  19. a217656 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  20. d52877c pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2 by Yinghai Lu · 16 years ago
  21. ee69439c PCI: don't expose struct pci_vpd to userspace by Jesse Barnes · 16 years ago
  22. 30a18d6 x86: multi pci root bus with different io resource range, on 64-bit by Yinghai Lu · 16 years ago
  23. bb63b42 x86 pci: remove checking type for mmconfig probe by Yinghai Lu · 16 years ago
  24. 57741a7 x86_64: set cfg_size for AMD Family 10h in case MMCONFIG by Yinghai Lu · 16 years ago
  25. 7752d5c x86: validate against acpi motherboard resources by Robert Hancock · 16 years ago
  26. 94e6108 PCI: Expose PCI VPD through sysfs by Ben Hutchings · 16 years ago
  27. 842de40 PCI: add generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  28. 7d715a6 PCI: add PCI Express ASPM support by Shaohua Li · 16 years ago
  29. 5ff580c PCI: remove global list of PCI devices by Greg Kroah-Hartman · 16 years ago
  30. 8a1bc90 PCI: add is_added flag to struct pci_dev by Greg Kroah-Hartman · 16 years ago
  31. 95247b5 PCI: clean up search.c a lot by Greg Kroah-Hartman · 16 years ago
  32. 3422090 PCI: remove pci_get_device_reverse by Greg Kroah-Hartman · 16 years ago
  33. 448432c PCI: remove pci_find_present by Greg Kroah-Hartman · 16 years ago
  34. 2baad5f PCI: #if 0 pci_assign_resource_fixed() by Adrian Bunk · 16 years ago
  35. 49741c4 PCI: revert "pcie: utilize pcie transaction pending bit" by Andrew Morton · 16 years ago
  36. 916fbfb devres: implement pcim_iomap_regions_request_all() by Tejun Heo · 16 years ago
  37. cc74d96 PCI: fix issue with busses registering multiple times in sysfs by Greg Kroah-Hartman · 16 years ago
  38. 9f9351b rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLE by Andrew Morton · 16 years ago
  39. 90a1ba0 PCI: Add DECLARE_PCI_DEVICE_TABLE macro by Jonas Bonn · 16 years ago
  40. b6ce068 Change pci_raw_ops to pci_raw_read/write by Matthew Wilcox · 16 years ago
  41. 59fc67d iommu sg merging: PCI: add dma segment boundary support by FUJITA Tomonori · 16 years ago
  42. 4d57cdf iommu sg merging: PCI: add device_dma_parameters support by FUJITA Tomonori · 16 years ago
  43. cc3a137 Revert "PCI: PCIE ASPM support" by Greg Kroah-Hartman · 16 years ago
  44. fd7d1ce PCI: make pci_bus a struct device by Greg Kroah-Hartman · 17 years ago
  45. 05cca6e PCI: fix codingstyle issues in include/linux/pci.h by Greg Kroah-Hartman · 16 years ago
  46. 6c723d5 PCI: PCIE ASPM support by Shaohua Li · 17 years ago
  47. 7cbe5b6 PCI: Remove pci_enable_device_bars() by Benjamin Herrenschmidt · 17 years ago
  48. b718989 PCI: Add pci_enable_device_{io,mem} intefaces by Benjamin Herrenschmidt · 17 years ago
  49. c40a22e PCI: Fix bus resource assignment on 32 bits with 64b resources by Benjamin Herrenschmidt · 17 years ago
  50. 94688cf PCI: export pci_restore_msi_state() by Linas Vepstas · 17 years ago
  51. 10d7425 PCI: get rid of pci_dev::{vendor,device}_compatible fields by Lennert Buytenhek · 17 years ago
  52. 4348a2d pcie: utilize pcie transaction pending bit by Shaohua Li · 17 years ago
  53. b09549e PCI: drivers/pci/rom.c: #if 0 two functions by Adrian Bunk · 17 years ago
  54. ad668599 PCI: make pci_restore_bars() static by Adrian Bunk · 17 years ago
  55. 3ff6eec remove __attribute_used__ by Adrian Bunk · 17 years ago
  56. bd3989e PCI: Add Kconfig option to disable deprecated pci_find_* API by Jeff Garzik · 17 years ago
  57. d73460d PCI: make pci_match_device() static by Adrian Bunk · 17 years ago
  58. ba698ad PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. by David Miller · 17 years ago
  59. 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago
  60. 32a2eea PCI: Add 'nodomains' boot option, and pci_domains_supported global by Jeff Garzik · 17 years ago
  61. 2637e5b PCI: make pcie_get_readrq visible in pci.h by Brice Goglin · 17 years ago
  62. ce5ccde PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h by Kumar Gala · 17 years ago
  63. 0b62e13 pci: rename __pci_reenable_device() to pci_reenable_device() by Tejun Heo · 17 years ago
  64. f0a664b PCI: export __pci_reenable_device() by Tejun Heo · 17 years ago
  65. ed4aaad fix jvc cdrom drive lockup by Zhang, Yanmin · 17 years ago
  66. 0806ca2 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  67. 694625c PCI: add pci_try_set_mwi by Randy Dunlap · 17 years ago
  68. 579082d PCI: Fix typo in include/linux/pci.h by Rolf Eike Beer · 17 years ago
  69. b8a3a52 PCI: read revision ID by default by Auke Kok · 17 years ago
  70. 56906c6 PCI: remove useless pci driver method by David Brownell · 17 years ago
  71. adf809d + pci_find_slot-mark-deprecated.patch added to -mm tree by Alan Cox · 17 years ago
  72. a2cd52c PCI: Make pcibios_add_platform_entries() return errors by Michael Ellerman · 17 years ago
  73. 575e334 PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries() by Michael Ellerman · 17 years ago
  74. d556ad4 PCI: add PCI-X/PCI-Express read control interfaces by Peter Oruba · 17 years ago
  75. d7ad225 [IA64] SN: Correct ROM resource length for BIOS copy by John Keller · 17 years ago
  76. d80d021 pci.h stubs (for EDD build error) by Randy Dunlap · 17 years ago
  77. ecf3650 PCI: the overdue removal of pci_module_init() by Adrian Bunk · 17 years ago
  78. 314e77b MSI: Remove dev->first_msi_irq by Michael Ellerman · 17 years ago
  79. 4aa9bc9 MSI: Use a list instead of the custom link structure by Michael Ellerman · 17 years ago
  80. 6589121 PCI: Create alloc_pci_dev(), the one true way to create a struct pci_dev by Michael Ellerman · 17 years ago
  81. 0da0ead PCI: define pci_request/release_regions() for CONFIG_PCI=n by Sergei Shtylyov · 17 years ago
  82. f7bdd12 pci: New PCI-E reset API by Brian King · 17 years ago
  83. ec04b07 iomap: implement pcim_iounmap_regions() by Tejun Heo · 17 years ago
  84. 21c7f30 driver core: per-subsystem multithreaded probing by Cornelia Huck · 17 years ago
  85. 9f35575 [PATCH] pci: Repair pci_save/restore_state so we can restore one save many times. by Eric W. Biederman · 17 years ago
  86. f5f2b13 [PATCH] msi: sanely support hardware level msi disabling by Eric W. Biederman · 17 years ago
  87. 4516a61 PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot options by Atsushi Nemoto · 17 years ago
  88. 5ea8176 [PATCH] sort the devres mess out by Al Viro · 17 years ago
  89. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  90. 78149df Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  91. ded86d8 msi: Kill msi_lookup_irq by Eric W. Biederman · 17 years ago
  92. 0fcfdab MSI: Remove pci_scan_msi_device() by Michael Ellerman · 18 years ago
  93. 8255cf3 PCI: make isa_bridge Alpha-only by Adrian Bunk · 18 years ago
  94. 429538a PCI: mark pci_find_device() as __deprecated by Adrian Bunk · 18 years ago
  95. fd9b37c PCI: remove pci_find_device_reverse() by Adrian Bunk · 18 years ago
  96. a7369f1 PCI: define inline for test of channel error state by Linas Vepstas · 18 years ago
  97. c87deff PCI : Add selected_regions funcs by Hidetoshi Seto · 18 years ago
  98. 725522b PCI: add the sysfs driver name to all modules by Greg Kroah-Hartman · 18 years ago
  99. 7e7a43c PCI: don't export device IDs to userspace by Adrian Bunk · 18 years ago
  100. 1597cac PCI: Fix multiple problems with VIA hardware by Alan Cox · 18 years ago