1. bd3989e PCI: Add Kconfig option to disable deprecated pci_find_* API by Jeff Garzik · 17 years ago
  2. d73460d PCI: make pci_match_device() static by Adrian Bunk · 17 years ago
  3. ba698ad PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. by David Miller · 17 years ago
  4. 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago
  5. 32a2eea PCI: Add 'nodomains' boot option, and pci_domains_supported global by Jeff Garzik · 17 years ago
  6. 2637e5b PCI: make pcie_get_readrq visible in pci.h by Brice Goglin · 17 years ago
  7. ce5ccde PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h by Kumar Gala · 17 years ago
  8. 0b62e13 pci: rename __pci_reenable_device() to pci_reenable_device() by Tejun Heo · 17 years ago
  9. f0a664b PCI: export __pci_reenable_device() by Tejun Heo · 17 years ago
  10. ed4aaad fix jvc cdrom drive lockup by Zhang, Yanmin · 17 years ago
  11. 0806ca2 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  12. 694625c PCI: add pci_try_set_mwi by Randy Dunlap · 17 years ago
  13. 579082d PCI: Fix typo in include/linux/pci.h by Rolf Eike Beer · 17 years ago
  14. b8a3a52 PCI: read revision ID by default by Auke Kok · 17 years ago
  15. 56906c6 PCI: remove useless pci driver method by David Brownell · 17 years ago
  16. adf809d + pci_find_slot-mark-deprecated.patch added to -mm tree by Alan Cox · 17 years ago
  17. a2cd52c PCI: Make pcibios_add_platform_entries() return errors by Michael Ellerman · 17 years ago
  18. 575e334 PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries() by Michael Ellerman · 17 years ago
  19. d556ad4 PCI: add PCI-X/PCI-Express read control interfaces by Peter Oruba · 17 years ago
  20. d7ad225 [IA64] SN: Correct ROM resource length for BIOS copy by John Keller · 17 years ago
  21. d80d021 pci.h stubs (for EDD build error) by Randy Dunlap · 17 years ago
  22. ecf3650 PCI: the overdue removal of pci_module_init() by Adrian Bunk · 17 years ago
  23. 314e77b MSI: Remove dev->first_msi_irq by Michael Ellerman · 17 years ago
  24. 4aa9bc9 MSI: Use a list instead of the custom link structure by Michael Ellerman · 17 years ago
  25. 6589121 PCI: Create alloc_pci_dev(), the one true way to create a struct pci_dev by Michael Ellerman · 17 years ago
  26. 0da0ead PCI: define pci_request/release_regions() for CONFIG_PCI=n by Sergei Shtylyov · 17 years ago
  27. f7bdd12 pci: New PCI-E reset API by Brian King · 17 years ago
  28. ec04b07 iomap: implement pcim_iounmap_regions() by Tejun Heo · 17 years ago
  29. 21c7f30 driver core: per-subsystem multithreaded probing by Cornelia Huck · 17 years ago
  30. 9f35575 [PATCH] pci: Repair pci_save/restore_state so we can restore one save many times. by Eric W. Biederman · 17 years ago
  31. f5f2b13 [PATCH] msi: sanely support hardware level msi disabling by Eric W. Biederman · 17 years ago
  32. 4516a61 PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot options by Atsushi Nemoto · 17 years ago
  33. 5ea8176 [PATCH] sort the devres mess out by Al Viro · 17 years ago
  34. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  35. 78149df Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  36. ded86d8 msi: Kill msi_lookup_irq by Eric W. Biederman · 17 years ago
  37. 0fcfdab MSI: Remove pci_scan_msi_device() by Michael Ellerman · 17 years ago
  38. 8255cf3 PCI: make isa_bridge Alpha-only by Adrian Bunk · 18 years ago
  39. 429538a PCI: mark pci_find_device() as __deprecated by Adrian Bunk · 18 years ago
  40. fd9b37c PCI: remove pci_find_device_reverse() by Adrian Bunk · 18 years ago
  41. a7369f1 PCI: define inline for test of channel error state by Linas Vepstas · 18 years ago
  42. c87deff PCI : Add selected_regions funcs by Hidetoshi Seto · 18 years ago
  43. 725522b PCI: add the sysfs driver name to all modules by Greg Kroah-Hartman · 18 years ago
  44. 7e7a43c PCI: don't export device IDs to userspace by Adrian Bunk · 18 years ago
  45. 1597cac PCI: Fix multiple problems with VIA hardware by Alan Cox · 18 years ago
  46. 687d5fe PCI: Add pci_find_ht_capability() for finding Hypertransport capabilities by Michael Ellerman · 18 years ago
  47. d86f90f pci: Introduce pci_find_present by Alan Cox · 18 years ago
  48. bae94d0 PCI: switch pci_{enable,disable}_device() to be nestable by Inaky Perez-Gonzalez · 18 years ago
  49. d42552c [PATCH] pci: declare pci_get_device_reverse() by Andrew Morton · 18 years ago
  50. 6b4b78f PCI: optionally sort device lists breadth-first by Matt Domsch · 18 years ago
  51. 29f3eb6 pci: Additional search functions by Alan Cox · 18 years ago
  52. 95d7788 [PATCH] htirq: tidy up the htirq code by Eric W. Biederman · 18 years ago
  53. 3b7d192 [PATCH] msi: refactor and move the msi irq_chip into the arch code by Eric W. Biederman · 18 years ago
  54. 8b955b0 [PATCH] Initial generic hypertransport interrupt support by Eric W. Biederman · 18 years ago
  55. 38bc036 [PATCH] genirq: msi: refactor the msi_ops by Eric W. Biederman · 18 years ago
  56. 0366f8f [PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msg by Eric W. Biederman · 18 years ago
  57. 236561e [PATCH] PCI quirks update by Alan Cox · 18 years ago
  58. 24f8aa9 PCI: add pci_stop_bus_device by Satoru Takeuchi · 18 years ago
  59. 50b0075 PCI: Multiprobe sanitizer by Alan Cox · 18 years ago
  60. b19441a PCI: fix __must_check warnings by Greg Kroah-Hartman · 18 years ago
  61. 4a7fb63 add __must_check to device management code by Andrew Morton · 18 years ago
  62. 1d3a82a PM: no suspend_prepare() phase by David Brownell · 18 years ago
  63. cbd69db Suspend changes for PCI core by Linus Torvalds · 18 years ago
  64. ffadcc2 [PATCH] PCI: PCIE power management quirk by Kristen Carlson Accardi · 18 years ago
  65. e31dd6e [PATCH] 64bit resource: change pci core and arch code to use resource_size_t by Greg Kroah-Hartman · 18 years ago
  66. 99dc804 [PATCH] PCI: disable msi mode in pci_disable_device by Shaohua Li · 18 years ago
  67. bd8481e [PATCH] PCI Bus Parity Status-broken hardware attribute, EDAC foundation by Doug Thompson · 18 years ago
  68. 75acfeca [PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignments by Kumar Gala · 18 years ago
  69. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  70. 3a720d7 [PATCH] Revive pci_find_ext_capability by Brice Goglin · 18 years ago
  71. 778382e Don't include <linux/mod_devicetable.h> in public part of linux/pci.h by David Woodhouse · 18 years ago
  72. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  73. e778272 [PATCH] PCI: fix sparse warning about pci_bus_flags by Roland Dreier · 18 years ago
  74. 41017f0 [PATCH] PCI: MSI(X) save/restore for suspend/resume by Shaohua Li · 18 years ago
  75. 3c990e9 [PATCH] PCI: fix pci_request_region[s] arg by Jeff Garzik · 18 years ago
  76. 6e325a6 [PATCH] PCI: make MSI quirk inheritable from the pci bus by Michael S. Tsirkin · 18 years ago
  77. b82db5c [PATCH] PCI: return max reserved busnr by Kristen Accardi · 19 years ago
  78. f8d6571 [PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability() by Adrian Bunk · 19 years ago
  79. 392a1ce [PATCH] PCI Error Recovery: header file patch by linas · 19 years ago
  80. ac7dc65 [PATCH] PCI: Export pci_cfg_space_size by Benjamin Herrenschmidt · 19 years ago
  81. ffeff78 [PATCH] pci: store PCI_INTERRUPT_PIN in pci_dev by Kristen Accardi · 19 years ago
  82. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  83. 863b18f [PATCH] PCI: automatically set device_driver.owner by Laurent riffard · 19 years ago
  84. 24a4e37 [PATCH] PCI: add pci_find_next_capability() by Roland Dreier · 19 years ago
  85. e04b0ea [PATCH] PCI: Block config access during BIST by Brian King · 19 years ago
  86. 9c8550e Remove "must_check" attributes in PCI-land by Linus Torvalds · 19 years ago
  87. 41d0ab2 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 19 years ago
  88. cdb9b9f [PATCH] PCI: Small rearrangement of PCI probing code by Paul Mackerras · 19 years ago
  89. b3743fa [PATCH] yenta: share code with PCI core by Dominik Brodowski · 19 years ago
  90. 144a50e [PATCH] must_check attributes for PCI layer. by Dave Jones · 19 years ago
  91. a04ce0f [PATCH] PCI/libata INTx cleanup by Brett M Russ · 19 years ago
  92. 3fe9d19 [PATCH] PCI: Support PCM PM CAP version 3 by Daniel Ritz · 19 years ago
  93. cecf486 [PATCH] PCI: Add pci_walk_bus function to PCI core (nonrecursive) by Paul Mackerras · 19 years ago
  94. 064b53db [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it by John W. Linville · 19 years ago
  95. 4352dfd [PATCH] PCI: clean up pci.h and split pci register info to separate header file. by Greg Kroah-Hartman · 19 years ago
  96. 982245f [PATCH] PCI: remove CONFIG_PCI_NAMES by Adrian Bunk · 19 years ago
  97. 74d863e [PATCH] PCI: Move PCI fixup data into r/o section by akpm@osdl.org · 19 years ago
  98. 4602b88 [PATCH] PCI: 6700/6702PXH quirk by Kristen Accardi · 19 years ago
  99. dc836b5 Revert "[PATCH] PCI: restore BAR values..." by Linus Torvalds · 19 years ago
  100. fec59a7 [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it by John W. Linville · 19 years ago