1. a53edac pciehp: fix error message about getting hotplug control by Kenji Kaneshige · 16 years ago
  2. b7aa1f1 pciehp: Fix command write by Kenji Kaneshige · 16 years ago
  3. ef0ff95 shpchp: fix slot name by Kenji Kaneshige · 16 years ago
  4. 4ea3e58 make pciehp_acpi_get_hp_hw_control_from_firmware() by Adrian Bunk · 16 years ago
  5. 2aeeef1 pciehp: Clean up pcie_init() by Kenji Kaneshige · 16 years ago
  6. d84be09 pciehp: Mask hotplug interrupt at controller release by Kenji Kaneshige · 16 years ago
  7. cff0065 pciehp: Remove useless hotplug interrupt enabling by Kenji Kaneshige · 16 years ago
  8. ae416e6 pciehp: Fix wrong slot capability check by Kenji Kaneshige · 16 years ago
  9. c27fb883 pciehp: Fix wrong slot control register access by Kenji Kaneshige · 16 years ago
  10. 2d32a9a pciehp: Add missing memory barrier by Kenji Kaneshige · 16 years ago
  11. c6b069e pciehp: Fix interrupt event handlig by Kenji Kaneshige · 16 years ago
  12. 3800345f pciehp: fix slot name by Kenji Kaneshige · 16 years ago
  13. 66bef8c PCI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  14. ca99eb8 PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggered by Trent Piepho · 16 years ago
  15. 029c3c1 PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno() by Jesper Juhl · 16 years ago
  16. 3b57eff PCI Hotplug: the ibm driver is not dependant on PCI_LEGACY by Greg Kroah-Hartman · 17 years ago
  17. 33ae6ef PCI Hotplug: make cpcihp driver use modern apis by Greg Kroah-Hartman · 17 years ago
  18. 9e58582 pciehp: don't enable slot unless forced by Mark Lord · 17 years ago
  19. b91aac2 PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller Driver by Jesper Juhl · 17 years ago
  20. c1ef5cb pci: hotplug: pciehp: fix error code path in hpc_power_off_slot by Kenji Kaneshige · 17 years ago
  21. 0ab2b57 PCI: fix section mismatch warning in pci_scan_child_bus by Sam Ravnborg · 17 years ago
  22. 6e4be1f PCI: don't load acpi_php when acpi is disabled by Yinghai Lu · 17 years ago
  23. 498fbb5 PCI: hotplug: acpiphp_ibm: Remove get device information by Gary Hade · 17 years ago
  24. 5c796ae PCI: Fix fakephp deadlock by Ian Abbott · 17 years ago
  25. 2326e2b pciehp: block new requests from the device before power off by Kenji Kaneshige · 17 years ago
  26. f1050a3 pciehp: workaround against Bad DLLP during power off by Kenji Kaneshige · 17 years ago
  27. 8bb7c7a pciehp: wait for 1000ms before LED operation after power off by Kenji Kaneshige · 17 years ago
  28. 3609801 PCI: Spelling fixes by Joe Perches · 17 years ago
  29. f07234b PCI Hotplug: PCIeHP: Fix some whitespace damage by Rolf Eike Beer · 17 years ago
  30. 9515930 PCI Hotplug: pciehp: use generic function to find ext capability by Kenji Kaneshige · 17 years ago
  31. 941f10e PCI Hotplug: pciehp: remove needless hp_slot calculation by Kenji Kaneshige · 17 years ago
  32. 0837974 PCI Hotplug: pciehp: remove needless members from struct controller by Kenji Kaneshige · 17 years ago
  33. 25d6ddc PCI Hotplug: acpiphp: remove unneeded acpi_get_name function call by MUNEDA Takahiro · 17 years ago
  34. 5a340ed PCI Hotplug: acpiphp: fix trivial typos by MUNEDA Takahiro · 17 years ago
  35. ecdde93 PCIe: fix double initialization bug by Mark Lord · 17 years ago
  36. cd2fe83 PCIE: Make use of the previously split out pcie_init_enable_events() function by Mark Lord · 17 years ago
  37. 08e7a7d PCI: more fixes for PCIe Hotplug so that it works with ExpressCard slots on Dell notebooks (and others?) in conjunction with modparam of pciehp_force=1 by Mark Lord · 17 years ago
  38. 0a3c33d PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebooks (and others?) in conjunction with modparam of pciehp_force=1. by Mark Lord · 17 years ago
  39. a6f29a9 PCI: Add missing "space" in printk messages by Joe Perches · 17 years ago
  40. 1b7c9fc pci hotplug: fix rpaphp directory naming by Linas Vepstas · 17 years ago
  41. 561e55e PCI: hotplug: Link fakephp last by Alex Chiang · 17 years ago
  42. 41ece38 PCI: hotplug: pci_hotplug_core whitespace fix by Alex Chiang · 17 years ago
  43. 1d5b95a PCI: hotplug: acpiphp: Remove unused variable from acpiphp by Alex Chiang · 17 years ago
  44. 1ec8728 PCI: hotplug: remove Experimental by Kristen Carlson Accardi · 17 years ago
  45. f362b8b PCI: hotplug: Switch to pci_get_bus_and_slot by Joonwoo Park · 17 years ago
  46. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  47. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  48. 0fed80f driver core: add way to get to bus kset by Greg Kroah-Hartman · 17 years ago
  49. 64dbcac Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  50. f55842f kobject: clean up rpadlpar horrid sysfs abuse by Greg Kroah-Hartman · 17 years ago
  51. 81ace5c kset: convert pci hotplug to use kset_create_and_add by Greg Kroah-Hartman · 17 years ago
  52. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  53. bf5e2ba [POWERPC] Merge PCI resource fixups by Benjamin Herrenschmidt · 17 years ago
  54. 26e6c66 pci hotplug: kernel-doc fixes by Randy Dunlap · 17 years ago
  55. bd3989e PCI: Add Kconfig option to disable deprecated pci_find_* API by Jeff Garzik · 17 years ago
  56. 0039541 PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() check by Adrian Bunk · 17 years ago
  57. 4271e0f Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c by Linus Torvalds · 17 years ago
  58. 6a84258 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  59. 3799a4e cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for read by Auke Kok · 17 years ago
  60. fa007d8 pci: hotplug: cpqphp: convert to kthread infrastructure by Christoph Hellwig · 17 years ago
  61. 2d100fe pci: hotplug: ibmphp: convert to kthread by Kristen Carlson Accardi · 17 years ago
  62. 40730d1 pciehp: minor cleanups for pciehp_hpc.c by Kenji Kaneshige · 17 years ago
  63. 9fe8164 pciehp: remove trailing whitespace form pciehp_pci.c by Kenji Kaneshige · 17 years ago
  64. 36ed27b pciehp: remove trailing whitespace from pciehp_ctrl.c by Kenji Kaneshige · 17 years ago
  65. a073a82 pciehp: remove trailing whitespace from pciehp_core.c by Kenji Kaneshige · 17 years ago
  66. 71ad556 pciehp: remove trailing whitespace from pciehp_hpc.c by Kenji Kaneshige · 17 years ago
  67. c842648 pciehp: remove DBG_XXX_ROUTINE by Kenji Kaneshige · 17 years ago
  68. 57d90c0 PCI Hotplug: pciehp: Request control over PCI Express Capability as well as Native hotplug by Kristen Carlson Accardi · 17 years ago
  69. 1cf53d5 PCI Hotplug: pciehp: Dont check bridge control on remove by Kristen Carlson Accardi · 17 years ago
  70. 89913bf pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE by Kenji Kaneshige · 17 years ago
  71. 73a985a PCI Hotplug: cpqphp_ctrl.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  72. 5a7ad7f sysfs: kill sysfs_update_file() by Tejun Heo · 17 years ago
  73. 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
  74. fb9aa6f i386: move pci by Thomas Gleixner · 17 years ago
  75. 25c87f7 Pull events into release branch by Len Brown · 17 years ago
  76. 5e1f198 acpiphp_ibm: add missing '\n' to error message by Jeremy Fitzhardinge · 17 years ago
  77. 14e04fb ACPI: Schedule /proc/acpi/event for removal by Len Brown · 17 years ago
  78. 962ce8c ACPI: don't duplicate input events on netlink by Zhang Rui · 17 years ago
  79. 60ac8f2 pci/hotplug/cpqphp_ctrl.c: remove stale BKL use by Ingo Molnar · 17 years ago
  80. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  81. 21ba0f8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  82. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  83. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  84. 0bbd642 PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug failure by Gary Hade · 17 years ago
  85. 9ef2241 PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridge by Gary Hade · 17 years ago
  86. bfceafc PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3 by Gary Hade · 17 years ago
  87. 5b57a6c PCI: hotplug: pciehp: wait for 1 second after power off slot by Kenji Kaneshige · 17 years ago
  88. 0bec2c8 PCI: cpci_hotplug: Convert to use the kthread API by Scott Murray · 17 years ago
  89. 6f6f8c2 PCI: ROUND_UP macro cleanup in drivers/pci by Milind Arun Choudhary · 17 years ago
  90. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  91. f477836 PCI: hotplug: pciehp: Fix possible race condition in writing slot by Kenji Kaneshige · 17 years ago
  92. 3d5134e [POWERPC] Rewrite IO allocation & mapping on powerpc64 by Benjamin Herrenschmidt · 17 years ago
  93. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  94. 8eafafb rpadlpar breakage - fallout of struct subsystem removal by Al Viro · 17 years ago
  95. 34ef30c [IA64] Fix warnings resulting from type-checking in dev_dbg() by Tony Luck · 17 years ago
  96. df6d391 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  97. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  98. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  99. 5b33991 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  100. d477014 PCI hotplug: Use menuconfig objects by Jan Engelhardt · 17 years ago