Age | Commit message (Expand) | Author | Files | Lines |
2018-12-14 | PCI/AER: Queue one GHES event, not several uninitialized ones | Yanjiang Jin | 1 | -1/+1 |
2018-12-04 | Revert "PCI/ASPM: Do not initialize link state when aspm_disabled is set" | Bjorn Helgaas | 1 | -1/+1 |
2018-10-20 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -4/+0 |
2018-10-20 | Merge branch 'pci/hotplug' | Bjorn Helgaas | 8 | -467/+335 |
2018-10-19 | PCI/AER: Refactor error injection fallbacks | Keith Busch | 1 | -28/+38 |
2018-10-19 | PCI/AER: Abstract AER interrupt handling | Keith Busch | 3 | -7/+5 |
2018-10-19 | PCI/AER: Reuse existing pcie_port_find_device() interface | Keith Busch | 2 | -21/+5 |
2018-10-19 | PCI/AER: Use managed resource allocations | Keith Busch | 1 | -12/+5 |
2018-10-18 | PCI: pcie: Remove redundant 'default n' from Kconfig | Bartlomiej Zolnierkiewicz | 1 | -4/+0 |
2018-10-08 | PCI/AER: Use threaded IRQ for bottom half | Keith Busch | 1 | -47/+13 |
2018-10-08 | PCI/AER: Use kfifo_in_spinlocked() to insert locked elements | Keith Busch | 1 | -4/+2 |
2018-10-08 | PCI/AER: Use kfifo for tracking events instead of reimplementing it | Keith Busch | 1 | -77/+11 |
2018-10-08 | PCI/AER: Remove error source from AER struct aer_rpc | Keith Busch | 1 | -17/+16 |
2018-10-08 | PCI/AER: Remove unused aer_error_resume() | Keith Busch | 1 | -13/+0 |
2018-10-03 | PCI/ERR: Remove duplicated include from err.c | YueHaibing | 1 | -1/+0 |
2018-10-03 | PCI/PME: Implement runtime PM callbacks | Mika Westerberg | 1 | -0/+27 |
2018-10-03 | PCI/portdrv: Add runtime PM hooks for port service drivers | Mika Westerberg | 3 | -6/+28 |
2018-10-03 | PCI/portdrv: Resume upon exit from system suspend if left runtime suspended | Mika Westerberg | 1 | -2/+2 |
2018-10-03 | PCI: Make link active reporting detection generic | Keith Busch | 1 | -1/+3 |
2018-10-03 | PCI: Unify device inaccessible | Keith Busch | 1 | -6/+4 |
2018-10-03 | PCI/ERR: Always report current recovery status for udev | Keith Busch | 1 | -3/+2 |
2018-10-03 | PCI/ERR: Simplify broadcast callouts | Keith Busch | 1 | -69/+38 |
2018-09-26 | PCI/ERR: Run error recovery callbacks for all affected devices | Keith Busch | 1 | -64/+21 |
2018-09-26 | PCI/ERR: Handle fatal error recovery | Keith Busch | 3 | -75/+16 |
2018-09-21 | PCI/ERR: Use slot reset if available | Keith Busch | 2 | -2/+2 |
2018-09-21 | PCI/AER: Don't read upstream ports below fatal errors | Keith Busch | 1 | -2/+3 |
2018-09-21 | PCI/AER: Take reference on error devices | Keith Busch | 1 | -1/+2 |
2018-09-21 | PCI/DPC: Save and restore config state | Keith Busch | 1 | -6/+55 |
2018-09-21 | PCI: portdrv: Restore PCI config state on slot reset | Keith Busch | 1 | -0/+8 |
2018-09-20 | PCI: portdrv: Initialize service drivers directly | Keith Busch | 5 | -6/+36 |
2018-09-19 | PCI/ASPM: Do not initialize link state when aspm_disabled is set | Patrick Talbert | 1 | -1/+1 |
2018-09-18 | PCI: Simplify disconnected marking | Lukas Wunner | 1 | -6/+2 |
2018-09-18 | PCI/ASPM: Fix link_state teardown on device removal | Lukas Wunner | 1 | -1/+1 |
2018-08-15 | Merge branch 'pci/virtualization' | Bjorn Helgaas | 2 | -4/+7 |
2018-08-15 | Merge branch 'pci/hotplug' | Bjorn Helgaas | 3 | -15/+19 |
2018-08-15 | Merge branch 'pci/dpc' | Bjorn Helgaas | 1 | -65/+42 |
2018-08-15 | Merge branch 'pci/aspm' | Bjorn Helgaas | 1 | -5/+3 |
2018-08-15 | Merge branch 'pci/aer' | Bjorn Helgaas | 3 | -102/+274 |
2018-08-15 | PCI/AER: Don't clear AER bits if error handling is Firmware-First | Alexandru Gagniuc | 1 | -0/+9 |
2018-08-06 | PCI/ASPM: Convert to use sysfs_match_string() helper | Andy Shevchenko | 1 | -5/+3 |
2018-08-01 | PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definition | Bjorn Helgaas | 1 | -2/+0 |
2018-07-31 | PCI: pciehp: Clear spurious events earlier on resume | Lukas Wunner | 3 | -0/+10 |
2018-07-31 | PCI: portdrv: Deduplicate PM callback iterator | Lukas Wunner | 1 | -18/+12 |
2018-07-26 | PCI/AER: Work around use-after-free in pcie_do_fatal_recovery() | Thomas Tai | 1 | -0/+2 |
2018-07-20 | PCI/portdrv: Remove pcie_portdrv_err_handler.slot_reset | Oza Pawandeep | 1 | -25/+0 |
2018-07-20 | PCI/AER: Clear device status bits during ERR_COR handling | Oza Pawandeep | 1 | -0/+1 |
2018-07-20 | PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATAL | Oza Pawandeep | 2 | -6/+11 |
2018-07-20 | PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL path | Oza Pawandeep | 1 | -8/+3 |
2018-07-20 | PCI/AER: Factor out ERR_NONFATAL status bit clearing | Oza Pawandeep | 1 | -8/+1 |
2018-07-20 | PCI/AER: Clear only ERR_NONFATAL bits during non-fatal recovery | Oza Pawandeep | 1 | -1/+4 |