summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-152-4/+7
|\
| * PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-192-2/+2
| * PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-192-4/+7
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-153-15/+19
|\ \
| * | PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-313-0/+10
| * | PCI: portdrv: Deduplicate PM callback iteratorLukas Wunner2018-07-311-18/+12
| |/
* | Merge branch 'pci/dpc'Bjorn Helgaas2018-08-151-65/+42
|\ \
| * | PCI/DPC: Remove indirection waiting for inactive linkKeith Busch2018-07-191-8/+2
| * | PCI/DPC: Use threaded IRQ for bottom half handlingKeith Busch2018-07-191-7/+8
| * | PCI/DPC: Print AER status in DPC event handlingKeith Busch2018-07-191-0/+6
| * | PCI/DPC: Remove rp_pio_status from dpc structKeith Busch2018-07-191-12/+5
| * | PCI/DPC: Defer event handling to work queueKeith Busch2018-07-191-24/+20
| * | PCI/DPC: Leave interrupts enabled while handling eventKeith Busch2018-07-191-18/+5
* | | Merge branch 'pci/aspm'Bjorn Helgaas2018-08-151-5/+3
|\ \ \
| * | | PCI/ASPM: Convert to use sysfs_match_string() helperAndy Shevchenko2018-08-061-5/+3
| | |/ | |/|
* | | Merge branch 'pci/aer'Bjorn Helgaas2018-08-153-102/+274
|\ \ \
| * | | PCI/AER: Don't clear AER bits if error handling is Firmware-FirstAlexandru Gagniuc2018-08-151-0/+9
| * | | PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definitionBjorn Helgaas2018-07-311-2/+0
| * | | PCI/portdrv: Remove pcie_portdrv_err_handler.slot_resetOza Pawandeep2018-07-201-25/+0
| * | | PCI/AER: Clear device status bits during ERR_COR handlingOza Pawandeep2018-07-201-0/+1
| * | | PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATALOza Pawandeep2018-07-202-6/+11
| * | | PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL pathOza Pawandeep2018-07-201-8/+3
| * | | PCI/AER: Factor out ERR_NONFATAL status bit clearingOza Pawandeep2018-07-201-8/+1
| * | | PCI/AER: Clear only ERR_NONFATAL bits during non-fatal recoveryOza Pawandeep2018-07-201-1/+4
| * | | PCI/AER: Clear only ERR_FATAL status bits during fatal recoveryBjorn Helgaas2018-07-202-1/+18
| * | | PCI/AER: Honor "pcie_ports=native" even if HEST sets FIRMWARE_FIRSTAlexandru Gagniuc2018-07-191-0/+6
| * | | PCI/AER: Add sysfs attributes for rootport cumulative statsRajat Jain2018-07-191-0/+47
| * | | PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain2018-07-191-0/+94
| * | | PCI/AER: Define aer_stats structure for AER capable devicesRajat Jain2018-07-191-2/+51
| * | | PCI/AER: Move internal declarations to drivers/pci/pci.hRajat Jain2018-07-191-2/+2
| * | | PCI/AER: Adopt lspci names for AER error decodingTyler Baicar2018-07-191-23/+23
| | |/ | |/|
| * | PCI/AER: Expose internal API for obtaining AER informationKeith Busch2018-07-191-25/+5
| |/
* / PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai2018-07-261-0/+2
|/
* PCI/AER: Use "PCI Express" consistently in Kconfig textBjorn Helgaas2018-06-111-6/+6
* PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas2018-06-116-56/+41
* PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas2018-06-112-21/+14
* PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas2018-06-112-80/+63
* PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas2018-06-113-3/+6
* PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas2018-06-113-11/+11
* PCI/AER: Remove duplicate pcie_port_bus_type declarationBjorn Helgaas2018-06-111-1/+0
* PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas2018-06-113-119/+110
* PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas2018-06-113-142/+122
* PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas2018-06-114-263/+244
* PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas2018-06-114-498/+475
* PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas2018-06-111-58/+58
* PCI/AER: Remove forward declarationsBjorn Helgaas2018-06-081-16/+11
* Merge branch 'pci/portdrv'Bjorn Helgaas2018-06-061-57/+0
|\
| * PCI/portdrv: Remove unused pcie_port_acpi_setup()Bjorn Helgaas2018-05-021-57/+0
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-06-062-3/+1
|\ \
| * | PCI: pciehp: Make pciehp_is_native() stricterMika Westerberg2018-06-021-2/+0