1. 27c1ce8 PCI/AER: Use kfifo for tracking events instead of reimplementing it by Keith Busch · 6 years ago
  2. fcd4d36 PCI/AER: Remove error source from AER struct aer_rpc by Keith Busch · 6 years ago
  3. 3e41a31 PCI/AER: Remove unused aer_error_resume() by Keith Busch · 6 years ago
  4. bdb5ac85 PCI/ERR: Handle fatal error recovery by Keith Busch · 6 years ago
  5. c4eed62 PCI/ERR: Use slot reset if available by Keith Busch · 6 years ago
  6. 9d938ea PCI/AER: Don't read upstream ports below fatal errors by Keith Busch · 6 years ago
  7. 60271ab0 PCI/AER: Take reference on error devices by Keith Busch · 6 years ago
  8. c29de84 PCI: portdrv: Initialize service drivers directly by Keith Busch · 6 years ago
  9. 3a48dc6 Merge branch 'pci/virtualization' by Bjorn Helgaas · 6 years ago
  10. 45687f9 PCI/AER: Don't clear AER bits if error handling is Firmware-First by Alexandru Gagniuc · 7 years ago
  11. 944d585 PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definition by Bjorn Helgaas · 6 years ago
  12. 10d790d9 PCI/AER: Clear device status bits during ERR_COR handling by Oza Pawandeep · 7 years ago
  13. ec752f5 PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATAL by Oza Pawandeep · 7 years ago
  14. 5b6c096 PCI/AER: Factor out ERR_NONFATAL status bit clearing by Oza Pawandeep · 7 years ago
  15. e7b0b84 PCI/AER: Clear only ERR_NONFATAL bits during non-fatal recovery by Oza Pawandeep · 7 years ago
  16. 7ab92e8 PCI/AER: Clear only ERR_FATAL status bits during fatal recovery by Bjorn Helgaas · 7 years ago
  17. 381634c PCI: Hide pci_reset_bridge_secondary_bus() from drivers by Sinan Kaya · 7 years ago
  18. 1842623 PCI: Handle error return from pci_reset_bridge_secondary_bus() by Sinan Kaya · 7 years ago
  19. 7af02fc PCI/AER: Honor "pcie_ports=native" even if HEST sets FIRMWARE_FIRST by Alexandru Gagniuc · 7 years ago
  20. 1283301 PCI/AER: Add sysfs attributes for rootport cumulative stats by Rajat Jain · 7 years ago
  21. 81aa520 PCI/AER: Add sysfs attributes to provide AER stats and breakdown by Rajat Jain · 7 years ago
  22. db89ccb PCI/AER: Define aer_stats structure for AER capable devices by Rajat Jain · 7 years ago
  23. 60ed982 PCI/AER: Move internal declarations to drivers/pci/pci.h by Rajat Jain · 7 years ago
  24. bd23780 PCI/AER: Adopt lspci names for AER error decoding by Tyler Baicar · 7 years ago
  25. 1e45116 PCI/AER: Expose internal API for obtaining AER information by Keith Busch · 7 years ago
  26. 4696b82 PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/ by Bjorn Helgaas · 7 years ago[Renamed (99%) from drivers/pci/pcie/aer/aerdrv.c]
  27. 23e672b PCI/AER: Move private AER things to aerdrv.c by Bjorn Helgaas · 7 years ago
  28. 41cbc9e PCI/AER: Squash ecrc.c into aerdrv.c by Bjorn Helgaas · 7 years ago
  29. 256a459 PCI/AER: Squash aerdrv_acpi.c into aerdrv.c by Bjorn Helgaas · 7 years ago
  30. 0319c9a PCI/AER: Squash aerdrv_errprint.c into aerdrv.c by Bjorn Helgaas · 7 years ago
  31. fd3362c PCI/AER: Squash aerdrv_core.c into aerdrv.c by Bjorn Helgaas · 7 years ago
  32. 3c43a64 PCI/AER: Reorder code to group probe/remove stuff together by Bjorn Helgaas · 7 years ago
  33. 0054ca8 PCI/AER: Remove forward declarations by Bjorn Helgaas · 7 years ago
  34. e13d17f PCI/AER: Replace struct pcie_device with pci_dev by Keith Busch · 7 years ago
  35. 7e9084b PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devices by Oza Pawandeep · 7 years ago
  36. 64ae499 Merge branch 'pci/portdrv' by Bjorn Helgaas · 7 years ago
  37. df62ab5 PCI: Tidy comments by Bjorn Helgaas · 7 years ago
  38. c37e627 PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/ by Frederick Lawler · 7 years ago
  39. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  40. e1e86ee PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate by Bjorn Helgaas · 7 years ago
  41. 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  42. c5dc3c6 PCI/portdrv: Move error handler methods to struct pcie_port_service_driver by Christoph Hellwig · 8 years ago
  43. 68a55ae PCI/AER: Log AER IRQ when claiming Root Port by Bjorn Helgaas · 8 years ago
  44. 576700b PCI/AER: Log errors with PCI device, not PCIe service device by Bjorn Helgaas · 8 years ago
  45. 2298a7a PCI/AER: Remove unused version macros by Bjorn Helgaas · 8 years ago
  46. 4dc2db0 Merge branch 'pci/aer' into next by Bjorn Helgaas · 8 years ago
  47. 6b20f72 PCI/AER: Fix aer_probe() kernel-doc comment by Cao jin · 8 years ago
  48. 66b8080 PCI/AER: Cache capability position by Keith Busch · 8 years ago
  49. 7ece141 PCI/AER: Remove aerdriver.forceload kernel parameter by Bjorn Helgaas · 8 years ago
  50. 8756336 PCI/AER: Make explicitly non-modular by Paul Gortmaker · 8 years ago
  51. 4ae2182 PCI/AER: Flush workqueue on device remove to avoid use-after-free by Sebastian Andrzej Siewior · 9 years ago
  52. 1b95ce8 PCI: Remove aer_do_secondary_bus_reset() by Alex Williamson · 11 years ago
  53. 15856ad PCI: Remove __dev* markings by Bill Pemberton · 12 years ago
  54. 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 12 years ago
  55. 4945302 PCI: Make pci_error_handlers const by Stephen Hemminger · 12 years ago
  56. 43bd4ee PCI/AER: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  57. 62f87c0 PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type by Yijing Wang · 12 years ago
  58. 415e12b PCI/ACPI: Request _OSC control once for each root bridge (v3) by Rafael J. Wysocki · 14 years ago
  59. b22c3d8 PCI/PCIe/AER: Disable native AER service if BIOS has precedence by Rafael J. Wysocki · 14 years ago
  60. f1a7bfa PCI: PCIe AER: Introduce pci_aer_available() by Rafael J. Wysocki · 14 years ago
  61. f6d3780 PCI: aerdrv: trivial cleanup for aerdrv.c by Hidetoshi Seto · 15 years ago
  62. 8971342 PCI: aerdrv: introduce default_downstream_reset_link by Hidetoshi Seto · 15 years ago
  63. e167bfc PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKS by Hidetoshi Seto · 15 years ago
  64. f647a44 PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRC by Hidetoshi Seto · 15 years ago
  65. 843f469 PCI: aerdrv: make aer_{en,dis}able_rootport static by Hidetoshi Seto · 15 years ago
  66. 460d298 PCI: aerdrv: cleanup inconsistent functions by Hidetoshi Seto · 15 years ago
  67. c6d34ed PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND by Hidetoshi Seto · 15 years ago
  68. 4352aa5 PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_reset by Alexander Duyck · 15 years ago
  69. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  70. 45e829e PCI: change PCI nomenclature in drivers/pci/ (comment changes) by Stefan Assmann · 15 years ago
  71. 694f88e PCI: portdrv: remove unnecessary struct pcie_port_data by Kenji Kaneshige · 15 years ago
  72. 39a5306 PCIe AER: use pci_pcie_cap() by Kenji Kaneshige · 15 years ago
  73. 2caa731 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  74. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  75. 30fc24b PCI: Prevent AER driver from being loaded on non-root port PCIE devices by Kenji Kaneshige · 15 years ago
  76. 3e77a3f PCI: Disable AER with pci=nomsi by Andi Kleen · 15 years ago
  77. c9a9188 PCI: pcie, aer: checkpatch style cleanup in pcie/aer/* by Hidetoshi Seto · 15 years ago
  78. 634deb0 PCI: PCIE AER: export aer_irq by Huang Ying · 16 years ago
  79. 3a3c244 PCI: PCIe portdrv: Implement pm object by Rafael J. Wysocki · 16 years ago
  80. 2210636 PCI: PCIe portdrv: Remove struct pcie_port_service_id by Rafael J. Wysocki · 16 years ago
  81. 0516c8b PCI: PCIe portdrv: Simplily probe callback of service drivers by Rafael J. Wysocki · 16 years ago
  82. 0927678 PCI: use pci_find_ext_capability everywhere by Jesse Barnes · 16 years ago
  83. 531f254 PCIE: aer: use dev_printk when possible by Bjorn Helgaas · 17 years ago
  84. 5d9526d PCIe: fix 'symbol not declared' sparse warnings by Alex Chiang · 17 years ago
  85. 66bef8c PCI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  86. 7f78576 pci: implement "pci=noaer" by Randy Dunlap · 17 years ago
  87. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 18 years ago
  88. f5609d7 PCI: pcie: remove SPIN_LOCK_UNLOCKED by Milind Arun Choudhary · 18 years ago
  89. c1996c2 PCI: aer: fix section mismatch warning by Sam Ravnborg · 18 years ago
  90. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 18 years ago
  91. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  92. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  93. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  94. 6c2b374 PCI-Express AER implemetation: AER core and aerdriver by Zhang, Yanmin · 18 years ago