1. a0454b4 [PATCH] PCI: fix problems with MSI-X on ia64 by Grant Grundler · 18 years ago
  2. 75cde0e [PATCH] PCI: remove msi save/restore code in specific driver by Shaohua Li · 18 years ago
  3. 6e325a6 [PATCH] PCI: make MSI quirk inheritable from the pci bus by Michael S. Tsirkin · 18 years ago
  4. e5548e9 [PATCH] PCI: quirk for asus a8v and a8v delux motherboards by Bauke Jan Douma · 18 years ago
  5. 3c0a654 [PATCH] PCI: SMBus unhide on HP Compaq nx6110 by tomek@koprowski.org · 18 years ago
  6. 50defa1 [PATCH] PCI: Add pci_device_shutdown to pci_bus_type by Brian Gerst · 18 years ago
  7. e6b82b13 [PATCH] shpchp: adapt to pci driver model by Kenji Kaneshige · 18 years ago
  8. a246fa4 [PATCH] shpchp: Fix slot state handling by Kenji Kaneshige · 18 years ago
  9. f7391f5 [PATCH] shpchp: event handling rework by Kenji Kaneshige · 18 years ago
  10. 68c0b67 [PATCH] shpchp: Remove unused wait_for_ctrl_irq by Kenji Kaneshige · 18 years ago
  11. 09e1218 [PATCH] shpchp: Remove unused pci_bus member from controller structure by Kenji Kaneshige · 18 years ago
  12. bbe8f9a [PATCH] PCI: Avoid leaving MASTER_ABORT disabled permanently when returning from pci_scan_bridge. by Ralf Baechle · 18 years ago
  13. e4e7304 [PATCH] shpchp - Fix incorrect return value of interrupt handler by Kenji Kaneshige · 18 years ago
  14. bbe779d [PATCH] shpchp - move slot name into struct slot by Kenji Kaneshige · 18 years ago
  15. 8abebe1 [PATCH] shpchp - removed unncessary 'magic' member from slot by Kenji Kaneshige · 18 years ago
  16. 57c95c0 [PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof() by Kenji Kaneshige · 18 years ago
  17. 287588b [PATCH] pcihp_skeleton.c cleanup by Kenji Kaneshige · 18 years ago
  18. ef3be54 [PATCH] shpchp - bugfix: add missing serialization by Kenji Kaneshige · 18 years ago
  19. d29aadd [PATCH] shpchp - cleanup check command status by Kenji Kaneshige · 18 years ago
  20. a453456 [PATCH] shpchp - cleanup controller list by Kenji Kaneshige · 18 years ago
  21. 5b1a960 [PATCH] shpchp - cleanup slot list by Kenji Kaneshige · 18 years ago
  22. dfcd5f6 [PATCH] shpchp - cleanup shpchp_core.c by Kenji Kaneshige · 18 years ago
  23. 926030f [PATCH] shpchp - cleanup init_slots() by Kenji Kaneshige · 18 years ago
  24. 6aa4cdd [PATCH] PCI hotplug: convert semaphores to mutex by Ingo Molnar · 18 years ago
  25. c408a37 [PATCH] PCI: quirk for IBM Dock II cardbus controllers by Kristen Accardi · 18 years ago
  26. e3ac86d [PATCH] PCI: really fix parent's subordinate busnr by Kristen Accardi · 18 years ago
  27. b82db5c [PATCH] PCI: return max reserved busnr by Kristen Accardi · 18 years ago
  28. b64c05e [PATCH] PCI: clean up msi.c a bit by Grant Grundler · 18 years ago
  29. 61ee9cd [PATCH] PowerPC/PCI Hotplug build break by Linas Vepstas · 18 years ago
  30. 8737d6a [PATCH] powerpc/PCI hotplug: shuffle error checking to better location. by linas@austin.ibm.com · 18 years ago
  31. b64a71a [PATCH] powerpc/PCI hotplug: minor cleanup forward decls by linas@austin.ibm.com · 18 years ago
  32. f6afbad [PATCH] powerpc/PCI hotplug: cleanup: add prefix by linas@austin.ibm.com · 18 years ago
  33. e06b80b [PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot() by linas@austin.ibm.com · 18 years ago
  34. 8fe6439 [PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adap by linas@austin.ibm.com · 18 years ago
  35. 8a85a70 [PATCH] powerpc/PCI hotplug: remove remove_bus_device() by linas@austin.ibm.com · 18 years ago
  36. 7fec77e [PATCH] powerpc/PCI hotplug: merge config_pci_adapter by linas@austin.ibm.com · 18 years ago
  37. eca845c [PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices() by linas@austin.ibm.com · 18 years ago
  38. 0165786 [PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus() by linas@austin.ibm.com · 18 years ago
  39. 53044f3 [PATCH] PCI Hotplug: shpchp: AMD POGO errata fix by Keck, David · 18 years ago
  40. 3c0c644 [PATCH] PCI Hotplug: PCI panic on dlpar add (add pci slot to running partition) by linas · 18 years ago
  41. dd8c499 [PATCH] PCI Hotplug/powerpc: module build break by linas · 18 years ago
  42. 654143e [PATCH] PCI Hotplug: fix up Kconfig help text by Pavel Machek · 18 years ago
  43. 072888f [PATCH] PCI Hotplug: fix up coding style issues by Pavel Machek · 18 years ago
  44. 8169b5d [PATCH] PCI: make it easier to see that set_msi_affinity() is used by Grant Grundler · 18 years ago
  45. f8d6571 [PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability() by Adrian Bunk · 18 years ago
  46. f6bc266 [PATCH] fix deadlock in drivers/pci/msi.c by Ingo Molnar · 18 years ago
  47. 012b265 [PATCH] Intel ICH8 SATA: add PCI device IDs by Jason Gaston · 18 years ago
  48. b15d686 [PATCH] Add pci_bus_type probe and remove methods by Russell King · 18 years ago
  49. 9771271 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  50. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  51. 54c762f [PATCH] PCI: drivers/pci: some cleanups by Adrian Bunk · 19 years ago
  52. c64b5ee [PATCH] acpiphp: only size new bus by Kristen Accardi · 19 years ago
  53. 9f3f468 [PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driver by Greg Kroah-Hartman · 19 years ago
  54. 121082e [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehp_core.c by Jesper Juhl · 19 years ago
  55. c2dea65 [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehprm_acpi.c by Jesper Juhl · 19 years ago
  56. f5c99df [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/rpaphp_pci.c by Jesper Juhl · 19 years ago
  57. efbf62e [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/cpqphp_core.c by Jesper Juhl · 19 years ago
  58. ac7dc65 [PATCH] PCI: Export pci_cfg_space_size by Benjamin Herrenschmidt · 19 years ago
  59. 4988794 [PATCH] PCI: use bus numbers sparsely, if necessary by Dominik Brodowski · 19 years ago
  60. 0eb3bcf [PATCH] pciehp: allow bridged card hotplug by Rajesh Shah · 19 years ago
  61. c7ab337 [PATCH] pciehp: handle sticky power-fault status by Thomas Schaefer · 19 years ago
  62. 9d26512 [PATCH] PCI Quirk: 1K I/O space granularity on Intel P64H2 by Daniel Yeisley · 19 years ago
  63. 81f1544 [PATCH] shpchp: Implement get_address callback by Kenji Kaneshige · 19 years ago
  64. cd5b50b [PATCH] PCI Hotplug/powerpc: more removal of duplicated code by linas@austin.ibm.com · 19 years ago
  65. d681db4 [PATCH] PCI Hotplug/powerpc: remove duplicated code by linas@austin.ibm.com · 19 years ago
  66. bd62e27 [PATCH] shpchp: fix improper wait for command completion by Kenji Kaneshige · 19 years ago
  67. f467f61 [PATCH] shpchp: fix improper write to Command Completion Detect bit by Kenji Kaneshige · 19 years ago
  68. 0455986 [PATCH] shpchp: fix improper mmio mapping by Kenji Kaneshige · 19 years ago
  69. 87d6c55 [PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bit by Kenji Kaneshige · 19 years ago
  70. 6558b6a [PATCH] shpchp: fix improper reference to Slot Avail Regsister by Kenji Kaneshige · 19 years ago
  71. e00e57e [PATCH] shpchp: replace pci_find_slot() with pci_get_slot() by Kenji Kaneshige · 19 years ago
  72. 2555f7b [PATCH] PCI Hotplug: cpqphp_ctrl.c: remove dead code by Adrian Bunk · 19 years ago
  73. 88d69a1 [PATCH] PCI Hotplug: ibmphp_pci.c copy-n-paste fix by Jordan, William P · 19 years ago
  74. 8c9ad50 [PATCH] PCIE: make bus_id for PCI Express devices unique by Sergey Vlasov · 19 years ago
  75. 3efd273 [PATCH] pci: call pci_read_irq for bridges by Kristen Accardi · 19 years ago
  76. 514d207 [PATCH] pci: use pin stored in pci_dev by Kristen Accardi · 19 years ago
  77. ffeff78 [PATCH] pci: store PCI_INTERRUPT_PIN in pci_dev by Kristen Accardi · 19 years ago
  78. de25968 [PATCH] fix more missing includes by Tim Schmielau · 18 years ago
  79. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  80. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  81. aaadff8 Merge branch 'master' by Jeff Garzik · 19 years ago
  82. 52f975e [PATCH] PCI express must be initialized before PCI hotplug by Milton Miller · 19 years ago
  83. 2bd0fa3 [PATCH] add boot option to control Intel SATA/PATA combined mode by Jesse Barnes · 19 years ago
  84. f366633 [PATCH] PCI: kernel-doc fix for pci-acpi.c by Randy Dunlap · 19 years ago
  85. 5a49f20 [PATCH] PCI Express Hotplug: clear sticky power-fault bit by Rajesh Shah · 19 years ago
  86. d4d28dd [PATCH] shpchp_hpc build fix by Andrew Morton · 19 years ago
  87. 5d1b8c9 [PATCH] pciehp_hpc build fix by Andrew Morton · 19 years ago
  88. 89a071b [PATCH] rpaphp_pci build fix by akpm@osdl.org · 19 years ago
  89. 6560aa5 [PATCH] PCI: fix namespace clashes by Rajesh Shah · 19 years ago
  90. b4033c1 [PATCH] PCI: Change MSI to use physical delivery mode always by Ashok Raj · 19 years ago
  91. 48b1914 [PATCH] PCI: drivers/pci/: small cleanups by Adrian Bunk · 19 years ago
  92. 5fa80fc [PATCH] dlpar regression for ppc64 - probe change by John Rose · 19 years ago
  93. 863b18f [PATCH] PCI: automatically set device_driver.owner by Laurent riffard · 19 years ago
  94. f8eb100 [PATCH] pci-driver: store_new_id() not inline by Randy Dunlap · 19 years ago
  95. a5312e2 [PATCH] PCI: NCR 53c810 quirk by Ivan Kokshaysky · 19 years ago
  96. 02f313b [PATCH] PCI: Fix VIA 686 PCI quirk names by Meelis Roos · 19 years ago
  97. 8239def [PATCH] pciehp: fix handling of power faults during hotplug by rajesh.shah@intel.com · 19 years ago
  98. a3a45ec [PATCH] pciehp: clean-up how we request control of hotplug hardware by rajesh.shah@intel.com · 19 years ago
  99. 427bf53 [PATCH] pciehp: request control of each hotplug controller individually by rajesh.shah@intel.com · 19 years ago
  100. 1a9ed1b [PATCH] pciehp: reduce debug message verbosity by rajesh.shah@intel.com · 19 years ago