1. 86a3d59 PCI: pciehp: Fix unprotected list iteration in IRQ handler by Lukas Wunner · 6 years ago
  2. 3fcdcdd PCI: pciehp: Fix use-after-free on unplug by Lukas Wunner · 6 years ago
  3. ca558fb PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resume by Mika Westerberg · 6 years ago
  4. 2fd6292 PCI: pciehp: Report power fault only once until we clear it by Keith Busch · 7 years ago
  5. 576243b PCI: pciehp: Allow exclusive userspace control of indicators by Keith Busch · 8 years ago
  6. 6e49b304 PCI: pciehp: Clean up dmesg "Slot(%s)" messages by Bjorn Helgaas · 8 years ago
  7. 4947793 PCI: pciehp: Remove unnecessary guard by Bjorn Helgaas · 8 years ago
  8. 0c923d1 PCI: pciehp: Don't re-read Slot Status when queuing hotplug event by Mayurkumar Patel · 8 years ago
  9. fad214b PCI: pciehp: Process all hotplug events before looking for new ones by Mayurkumar Patel · 8 years ago
  10. 70e8b40 PCI: pciehp: Return IRQ_NONE when we can't read interrupt status by Bjorn Helgaas · 8 years ago
  11. a8499f2 PCI: pciehp: Rename pcie_isr() locals for clarity by Bjorn Helgaas · 8 years ago
  12. ed91de7 PCI: pciehp: Ignore interrupts during D3cold by Lukas Wunner · 8 years ago
  13. 2db0f71 PCI: pciehp: Remove ignored MRL sensor interrupt events by Bjorn Helgaas · 9 years ago
  14. 1469d17 PCI: pciehp: Handle invalid data when reading from non-existent devices by Jarod Wilson · 9 years ago
  15. ac10836 PCI: pciehp: Simplify pcie_poll_cmd() by Yijing Wang · 9 years ago
  16. 4f092fe PCI: pciehp: Inline the "handle event" functions into the ISR by Bjorn Helgaas · 9 years ago
  17. 3784e0c PCI: pciehp: Clean up debug logging by Bjorn Helgaas · 9 years ago
  18. a5dd4b4 PCI: pciehp: Wait for hotplug command completion where necessary by Alex Williamson · 9 years ago
  19. 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  20. 31ff2a5 PCI: pciehp: Stop disabling notifications during init by Yinghai Lu · 10 years ago
  21. cf8d7b5 PCI: pciehp: Add more Slot Control debug output by Yinghai Lu · 10 years ago
  22. d433889 PCI: pciehp: Fix wait time in timeout message by Yinghai Lu · 10 years ago
  23. 7cbeb9f PCI: pciehp: Fix pcie_wait_cmd() timeout by Yinghai Lu · 10 years ago
  24. d537a3a PCI: pciehp: Reduce PCIe slot_ctrl to 16 bits by Bjorn Helgaas · 10 years ago
  25. b440bde PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device by Bjorn Helgaas · 10 years ago
  26. 0d25d35 PCI: pciehp: Clear Data Link Layer State Changed during init by Myron Stowe · 10 years ago
  27. 6c1a32e PCI: pciehp: Remove struct controller.no_cmd_complete by Rajat Jain · 10 years ago
  28. 2cc56f3 PCI: pciehp: Remove assumptions about which commands cause completion events by Bjorn Helgaas · 10 years ago
  29. 40b9608 PCI: pciehp: Compute timeout from hotplug command start time by Bjorn Helgaas · 10 years ago
  30. 3461a06 PCI: pciehp: Wait for hotplug command completion lazily by Bjorn Helgaas · 10 years ago
  31. 4283c70 PCI: pciehp: Make pcie_wait_cmd() self-contained by Bjorn Helgaas · 10 years ago
  32. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 10 years ago
  33. 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 10 years ago
  34. 476a357 PCI: pciehp: Acknowledge spurious "cmd completed" event by Rajat Jain · 10 years ago
  35. 2b3940b PCI: pciehp: Remove a non-existent card, regardless of "surprise" capability by Rajat Jain · 10 years ago
  36. 50b52fd PCI: pciehp: Add hotplug_lock to serialize hotplug events by Rajat Jain · 10 years ago
  37. 06a8d89 PCI: pciehp: Disable link notification across slot reset by Rajat Jain · 10 years ago
  38. b1811d2 PCI: pciehp: Don't disable the link permanently during removal by Rajat Jain · 10 years ago
  39. 4f854f2 PCI: pciehp: Enable link state change notifications by Rajat Jain · 10 years ago
  40. e48f1b6 PCI: pciehp: Use link change notifications for hot-plug and removal by Rajat Jain · 10 years ago
  41. 4703389 PCI: pciehp: Make check_link_active() non-static by Rajat Jain · 10 years ago
  42. af9ab79 PCI: pciehp: Move Attention & Power Indicator support tests to accessors by Bjorn Helgaas · 10 years ago
  43. e7b4f0d7 PCI: pciehp: Use symbolic constants for Slot Control fields by Bjorn Helgaas · 10 years ago
  44. df72648 PCI: pciehp: Use symbolic constants, not hard-coded bitmask by Bjorn Helgaas · 10 years ago
  45. 2f2ed41c PCI: pciehp: Simplify "Power Fault Detected" checking/clearing by Bjorn Helgaas · 10 years ago
  46. afe2478 PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc) by Bjorn Helgaas · 10 years ago
  47. 6dae620 PCI: pciehp: Make various functions void since they can't fail by Bjorn Helgaas · 10 years ago
  48. 1a84b99 PCI: pciehp: Remove error checks when accessing PCIe Capability by Bjorn Helgaas · 10 years ago
  49. cd84d34 PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers by Bjorn Helgaas · 11 years ago
  50. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  51. 2e35afa PCI: pciehp: Add reset_slot() method by Alex Williamson · 11 years ago
  52. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  53. c2be6f9 PCI: pciehp: Use per-slot workqueues to avoid deadlock by Yijing Wang · 11 years ago
  54. 537a77e PCI/pciehp: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  55. e73cfec PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_width() by Yinghai Lu · 12 years ago
  56. 2debd92 PCI: pciehp: Disable/enable link during slot power off/on by Yinghai Lu · 12 years ago
  57. 7f82299 PCI: pciehp: Add Disable/enable link functions by Yinghai Lu · 12 years ago
  58. bffe4f7 PCI: pciehp: Add pcie_wait_link_not_active() by Yinghai Lu · 12 years ago
  59. 4e2ce40 PCI: pciehp: make check_link_active more helpful by Yinghai Lu · 12 years ago
  60. 2f5d8e4 PCI: pciehp: replace unconditional sleep with config space access check by Yinghai Lu · 12 years ago
  61. 486b10b PCI: pciehp: Handle push button event asynchronously by Kenji Kaneshige · 13 years ago
  62. b3c0045 PCI: pciehp: wait 100 ms after Link Training check by Kenji Kaneshige · 13 years ago
  63. 0027cb3 PCI: pciehp: wait 1000 ms before Link Training check by Kenji Kaneshige · 13 years ago
  64. fdbd3ce PCI: pciehp: Retrieve link speed after link is trained by Yinghai Lu · 13 years ago
  65. 0cab084 PCI: pciehp: change wait time for valid configuration access by Kenji Kaneshige · 13 years ago
  66. a827ea3 pciehp: update workqueue usage by Tejun Heo · 14 years ago
  67. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  68. e1944c6 PCI: print resources consistently with %pR by Bjorn Helgaas · 14 years ago
  69. 3749c51 PCI: Make current and maximum bus speeds part of the PCI core by Matthew Wilcox · 14 years ago
  70. 536c8cb PCI: Unify pcie_link_speed and pci_bus_speed by Matthew Wilcox · 14 years ago
  71. 5651c48 PCI pciehp: fix power fault interrupt storm problem by Kenji Kaneshige · 15 years ago
  72. 1518c17 pciehp: use pci_pcie_cap() by Kenji Kaneshige · 15 years ago
  73. 445f798 PCI: pciehp: return error on read/write failure by Kenji Kaneshige · 15 years ago
  74. 3c3a1b1 PCI: pciehp: remove wrong workaround for bad DLLP by Kenji Kaneshige · 15 years ago
  75. f22daf1 PCI: pciehp: disable DLL state changed event notification by Kenji Kaneshige · 15 years ago
  76. 07a0969 PCI: pciehp: remove number field by Kenji Kaneshige · 15 years ago
  77. 82a9e79 PCI: pciehp: remove hpc_ops by Kenji Kaneshige · 15 years ago
  78. 385e249 PCI: pciehp: remove pci_dev field by Kenji Kaneshige · 15 years ago
  79. 6aaa6d0 PCI: pciehp: remove crit_sect mutex by Kenji Kaneshige · 15 years ago
  80. d54798f PCI: pciehp: remove first_slot field by Kenji Kaneshige · 15 years ago
  81. a2359a3 PCI: pciehp: remove slot_device_offset field by Kenji Kaneshige · 15 years ago
  82. 0e36315 PCI: pciehp: remove hp_slot field by Kenji Kaneshige · 15 years ago
  83. d689f7e PCI: pciehp: remove device field by Kenji Kaneshige · 15 years ago
  84. ab9c6c8 PCI: pciehp: remove bus field by Kenji Kaneshige · 15 years ago
  85. e23727d PCI: pciehp: remove num_slots field by Kenji Kaneshige · 15 years ago
  86. 8720d27 PCI: pciehp: remove slot_list field by Kenji Kaneshige · 15 years ago
  87. 825c423 PCI hotplug: add support for 5.0G link speed by Kenji Kaneshige · 15 years ago
  88. bd3d99c PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp. by Kenji Kaneshige · 15 years ago
  89. 99f0169 PCI: pciehp: enable software notification on empty slots by Kenji Kaneshige · 15 years ago
  90. 81b840c PCI: pciehp: fix possible endless loop in pcie_isr by Kenji Kaneshige · 15 years ago
  91. dbc7e1e PCI: pciehp: Handle interrupts that happen during initialization. by Eric W. Biederman · 15 years ago
  92. 322162a PCI: pciehp: cleanup register and field definitions by Kenji Kaneshige · 15 years ago
  93. 67f6533 PCI: pciehp: ignore undefined bit in link status register by Kenji Kaneshige · 15 years ago
  94. 18b341b PCI hotplug: pciehp: message refinement by Taku Izumi · 16 years ago
  95. f18e962 PCI hotplug: pciehp: poll data link layer link active by Kenji Kaneshige · 16 years ago
  96. b84346e PCI hotplug: pciehp: fix possible memory leak in pcie_init by Kenji Kaneshige · 16 years ago
  97. e1acb24 PCI: pciehp: remove 'name' parameter by Alex Chiang · 16 years ago
  98. 7f2feec PCI: pciehp: replace printk with dev_printk by Taku Izumi · 16 years ago
  99. f7a10e3 PCI: pciehp: fix irq initialization by Kenji Kaneshige · 16 years ago
  100. a5827f4 PCI: fix pciehp_free_irq() by Adrian Bunk · 16 years ago