aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas2-4/+7
2018-08-15Merge branch 'pci/hotplug'Bjorn Helgaas3-15/+19
2018-08-15Merge branch 'pci/dpc'Bjorn Helgaas1-65/+42
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas1-5/+3
2018-08-15Merge branch 'pci/aer'Bjorn Helgaas3-102/+274
2018-08-15PCI/AER: Don't clear AER bits if error handling is Firmware-FirstAlexandru Gagniuc1-0/+9
2018-08-06PCI/ASPM: Convert to use sysfs_match_string() helperAndy Shevchenko1-5/+3
2018-07-31PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definitionBjorn Helgaas1-2/+0
2018-07-31PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner3-0/+10
2018-07-31PCI: portdrv: Deduplicate PM callback iteratorLukas Wunner1-18/+12
2018-07-26PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai1-0/+2
2018-07-20PCI/portdrv: Remove pcie_portdrv_err_handler.slot_resetOza Pawandeep1-25/+0
2018-07-20PCI/AER: Clear device status bits during ERR_COR handlingOza Pawandeep1-0/+1
2018-07-20PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATALOza Pawandeep2-6/+11
2018-07-20PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL pathOza Pawandeep1-8/+3
2018-07-20PCI/AER: Factor out ERR_NONFATAL status bit clearingOza Pawandeep1-8/+1
2018-07-20PCI/AER: Clear only ERR_NONFATAL bits during non-fatal recoveryOza Pawandeep1-1/+4
2018-07-20PCI/AER: Clear only ERR_FATAL status bits during fatal recoveryBjorn Helgaas2-1/+18
2018-07-19PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2-2/+2
2018-07-19PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2-4/+7
2018-07-19PCI/DPC: Remove indirection waiting for inactive linkKeith Busch1-8/+2
2018-07-19PCI/DPC: Use threaded IRQ for bottom half handlingKeith Busch1-7/+8
2018-07-19PCI/DPC: Print AER status in DPC event handlingKeith Busch1-0/+6
2018-07-19PCI/DPC: Remove rp_pio_status from dpc structKeith Busch1-12/+5
2018-07-19PCI/DPC: Defer event handling to work queueKeith Busch1-24/+20
2018-07-19PCI/DPC: Leave interrupts enabled while handling eventKeith Busch1-18/+5
2018-07-19PCI/AER: Honor "pcie_ports=native" even if HEST sets FIRMWARE_FIRSTAlexandru Gagniuc1-0/+6
2018-07-19PCI/AER: Add sysfs attributes for rootport cumulative statsRajat Jain1-0/+47
2018-07-19PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain1-0/+94
2018-07-19PCI/AER: Define aer_stats structure for AER capable devicesRajat Jain1-2/+51
2018-07-19PCI/AER: Move internal declarations to drivers/pci/pci.hRajat Jain1-2/+2
2018-07-19PCI/AER: Adopt lspci names for AER error decodingTyler Baicar1-23/+23
2018-07-19PCI/AER: Expose internal API for obtaining AER informationKeith Busch1-25/+5
2018-06-11PCI/AER: Use "PCI Express" consistently in Kconfig textBjorn Helgaas1-6/+6
2018-06-11PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas6-56/+41
2018-06-11PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas2-21/+14
2018-06-11PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas2-80/+63
2018-06-11PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas3-3/+6
2018-06-11PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas3-11/+11
2018-06-11PCI/AER: Remove duplicate pcie_port_bus_type declarationBjorn Helgaas1-1/+0
2018-06-11PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas3-119/+110
2018-06-11PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas3-142/+122
2018-06-11PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas4-263/+244
2018-06-11PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas4-498/+475
2018-06-11PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas1-58/+58
2018-06-08PCI/AER: Remove forward declarationsBjorn Helgaas1-16/+11
2018-06-06Merge branch 'pci/portdrv'Bjorn Helgaas1-57/+0
2018-06-06Merge branch 'pci/hotplug'Bjorn Helgaas2-3/+1
2018-06-06Merge branch 'pci/dpc'Bjorn Helgaas1-1/+4
2018-06-06Merge branch 'pci/aspm'Bjorn Helgaas1-0/+9