1. ff3ce48 PCI: Fix all whitespace issues by Bogicevic Sasa · 9 years ago
  2. 2db0f71 PCI: pciehp: Remove ignored MRL sensor interrupt events by Bjorn Helgaas · 9 years ago
  3. 58fa240 PCI: pciehp: Remove unused interrupt events by Bjorn Helgaas · 9 years ago
  4. 4f092fe PCI: pciehp: Inline the "handle event" functions into the ISR by Bjorn Helgaas · 9 years ago
  5. e705c29 PCI: pciehp: Drop pointless ACPI-based "slot detection" check by Rafael J. Wysocki · 9 years ago
  6. d537a3a PCI: pciehp: Reduce PCIe slot_ctrl to 16 bits by Bjorn Helgaas · 10 years ago
  7. 6c1a32e PCI: pciehp: Remove struct controller.no_cmd_complete by Rajat Jain · 10 years ago
  8. 40b9608 PCI: pciehp: Compute timeout from hotplug command start time by Bjorn Helgaas · 10 years ago
  9. 4283c70 PCI: pciehp: Make pcie_wait_cmd() self-contained by Bjorn Helgaas · 10 years ago
  10. 17f830b PCI: pciehp: Use PCI_EXP_SLTCAP_PSN define by Bjorn Helgaas · 10 years ago
  11. 50b52fd PCI: pciehp: Add hotplug_lock to serialize hotplug events by Rajat Jain · 10 years ago
  12. e48f1b6 PCI: pciehp: Use link change notifications for hot-plug and removal by Rajat Jain · 10 years ago
  13. 4703389 PCI: pciehp: Make check_link_active() non-static by Rajat Jain · 10 years ago
  14. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  15. 597db6f Merge branch 'pci/dead-code' into next by Bjorn Helgaas · 10 years ago
  16. 0b950f0 PCI: Make local functions static by Stephen Hemminger · 10 years ago
  17. 6dae620 PCI: pciehp: Make various functions void since they can't fail by Bjorn Helgaas · 11 years ago
  18. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  19. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  20. 2e35afa PCI: pciehp: Add reset_slot() method by Alex Williamson · 11 years ago
  21. f39d5b7 PCI: Remove "extern" from function declarations by Bjorn Helgaas · 11 years ago
  22. c2be6f9 PCI: pciehp: Use per-slot workqueues to avoid deadlock by Yijing Wang · 11 years ago
  23. e73cfec PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_width() by Yinghai Lu · 12 years ago
  24. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  25. 486b10b PCI: pciehp: Handle push button event asynchronously by Kenji Kaneshige · 13 years ago
  26. a827ea3 pciehp: update workqueue usage by Tejun Heo · 14 years ago
  27. 6e63e80 PCI hotplug: Fix build with CONFIG_ACPI unset by Rafael J. Wysocki · 14 years ago
  28. 28eb5f2 PCI: PCIe: Ask BIOS for control of all native services at once by Rafael J. Wysocki · 14 years ago
  29. 1518c17 pciehp: use pci_pcie_cap() by Kenji Kaneshige · 15 years ago
  30. 656927b PCI: pciehp: remove slot capabilities definitions by Kenji Kaneshige · 15 years ago
  31. d9fb42a8 PCI: pciehp: remove error message definitions by Kenji Kaneshige · 15 years ago
  32. 07a0969 PCI: pciehp: remove number field by Kenji Kaneshige · 15 years ago
  33. 82a9e79 PCI: pciehp: remove hpc_ops by Kenji Kaneshige · 15 years ago
  34. 385e249 PCI: pciehp: remove pci_dev field by Kenji Kaneshige · 15 years ago
  35. 6aaa6d0 PCI: pciehp: remove crit_sect mutex by Kenji Kaneshige · 15 years ago
  36. 5f9cab7 PCI: pciehp: remove slot_bus field by Kenji Kaneshige · 15 years ago
  37. d54798f PCI: pciehp: remove first_slot field by Kenji Kaneshige · 15 years ago
  38. a2359a3 PCI: pciehp: remove slot_device_offset field by Kenji Kaneshige · 15 years ago
  39. 0e36315 PCI: pciehp: remove hp_slot field by Kenji Kaneshige · 15 years ago
  40. d689f7e PCI: pciehp: remove device field by Kenji Kaneshige · 15 years ago
  41. ab9c6c8 PCI: pciehp: remove bus field by Kenji Kaneshige · 15 years ago
  42. 6a11c13 PCI: pciehp: remove slot_num_inc field by Kenji Kaneshige · 15 years ago
  43. e23727d PCI: pciehp: remove num_slots field by Kenji Kaneshige · 15 years ago
  44. 8720d27 PCI: pciehp: remove slot_list field by Kenji Kaneshige · 15 years ago
  45. d569c74 PCI hotplug: pciehp: use generic pci_configure_slot() by Bjorn Helgaas · 15 years ago
  46. 6a29172 PCI hotplug: clean up acpi_get_hp_params_from_firmware() interface by Bjorn Helgaas · 15 years ago
  47. bd3d99c PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp. by Kenji Kaneshige · 15 years ago
  48. 6a82e21 PCI: pciehp: make cmd_busy flag one bit by Kenji Kaneshige · 15 years ago
  49. 99f0169 PCI: pciehp: enable software notification on empty slots by Kenji Kaneshige · 15 years ago
  50. 1c35b8e PCI: add missing KERN_* constants to printks by Frank Seidel · 15 years ago
  51. dbc7e1e PCI: pciehp: Handle interrupts that happen during initialization. by Eric W. Biederman · 15 years ago
  52. b2576e1 Merge branch 'linus' into release by Len Brown · 15 years ago
  53. c9ffa5a PCI: pciehp: add ACPI based slot detection by Kenji Kaneshige · 16 years ago
  54. ea7e96e ACPI: remove private acpica headers from driver files by Lin Ming · 16 years ago
  55. 18b341b PCI hotplug: pciehp: message refinement by Taku Izumi · 16 years ago
  56. f18e962 PCI hotplug: pciehp: poll data link layer link active by Kenji Kaneshige · 16 years ago
  57. e1acb24 PCI: pciehp: remove 'name' parameter by Alex Chiang · 16 years ago
  58. 7f2feec PCI: pciehp: replace printk with dev_printk by Taku Izumi · 16 years ago
  59. f7a10e3 PCI: pciehp: fix irq initialization by Kenji Kaneshige · 16 years ago
  60. 167e782 PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M... by Alex Chiang · 16 years ago
  61. 9fce1bc PCI: remove unnecessary volatile in PCIe hotplug struct controller by Ming Lei · 16 years ago
  62. c4635eb pciehp: fix interrupt initialization by Kenji Kaneshige · 16 years ago
  63. ac9c052 shpchp: check firmware before taking control by Kenji Kaneshige · 16 years ago
  64. 125c39f pciehp: evaluate _OSC/OSHP before controller init by Kenji Kaneshige · 16 years ago
  65. 5808639 pciehp: fix slow probing by Kenji Kaneshige · 16 years ago
  66. dbd79ae pciehp: fix NULL dereference in interrupt handler by Kenji Kaneshige · 16 years ago
  67. ae416e6 pciehp: Fix wrong slot capability check by Kenji Kaneshige · 16 years ago
  68. c6b069e pciehp: Fix interrupt event handlig by Kenji Kaneshige · 16 years ago
  69. 66bef8c PCI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  70. 0837974 PCI Hotplug: pciehp: remove needless members from struct controller by Kenji Kaneshige · 17 years ago
  71. ecdde93 PCIe: fix double initialization bug by Mark Lord · 17 years ago
  72. cd2fe83 PCIE: Make use of the previously split out pcie_init_enable_events() function by Mark Lord · 17 years ago
  73. 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
  74. f477836 PCI: hotplug: pciehp: Fix possible race condition in writing slot by Kenji Kaneshige · 17 years ago
  75. e325e1f PCI: fix multiple definition of `queue_pushbutton_work' by Kristen Carlson Accardi · 17 years ago
  76. 9233352 pciehp: Adapt to device driver model by Kenji Kaneshige · 17 years ago
  77. 5d386e1 pciehp: Event handling rework by Kenji Kaneshige · 17 years ago
  78. 34d0341 PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug driver. by Kristen Carlson Accardi · 18 years ago
  79. 262303fe pciehp: fix wait command completion by Kenji Kaneshige · 18 years ago
  80. 44ef4ce pciehp: cleanup wait command completion by Kenji Kaneshige · 18 years ago
  81. 15232ec pciehp: cleanup pciehp.h by Kenji Kaneshige · 18 years ago
  82. a8c2b63 pciehp: remove unused pci_bus from struct controller by Kenji Kaneshige · 18 years ago
  83. 48fe391 pciehp: remove unnecessary php_ctlr by Kenji Kaneshige · 18 years ago
  84. 2410fa4 pciehp: cleanup slot list by Kenji Kaneshige · 18 years ago
  85. a0b1725 pciehp: cleanup init_slot() by Kenji Kaneshige · 18 years ago
  86. 7a54f25 PCI Hotplug: move pci_hotplug.h to include/linux/ by Greg Kroah-Hartman · 18 years ago
  87. dd5619c pciehp - add missing locking by Kenji Kaneshige · 18 years ago
  88. 49ed2b4 pciehp: fix improper info messages by Kenji Kaneshige · 18 years ago
  89. e50d108 pciehp: make pciehp build for powerpc by Kristen Carlson Accardi · 18 years ago
  90. 7430e34 [PATCH] acpi_pcihp: Fix programming _HPP values by Kenji Kaneshige · 18 years ago
  91. 783c49f [PATCH] PCI Hotplug: add common acpi functions to core by Kristen Accardi · 18 years ago
  92. 6aa4cdd [PATCH] PCI hotplug: convert semaphores to mutex by Ingo Molnar · 18 years ago
  93. de25968 [PATCH] fix more missing includes by Tim Schmielau · 19 years ago
  94. 5a49f20 [PATCH] PCI Express Hotplug: clear sticky power-fault bit by Rajesh Shah · 19 years ago
  95. 6560aa5 [PATCH] PCI: fix namespace clashes by Rajesh Shah · 19 years ago
  96. a3a45ec [PATCH] pciehp: clean-up how we request control of hotplug hardware by rajesh.shah@intel.com · 19 years ago
  97. 1a9ed1b [PATCH] pciehp: reduce debug message verbosity by rajesh.shah@intel.com · 19 years ago
  98. ed6cbcf [PATCH] pciehp: miscellaneous cleanups by rajesh.shah@intel.com · 19 years ago
  99. ca22a5e [PATCH] pciehp: remove redundant data structures by rajesh.shah@intel.com · 19 years ago
  100. a8a2be9 [PATCH] pciehp: reduce dependence on ACPI by rajesh.shah@intel.com · 19 years ago