summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-05PCI/AER: Replace struct pcie_device with pci_devKeith Busch3-14/+12
2018-06-05PCI/AER: Remove unused parametersKeith Busch1-9/+5
2018-06-02PCI/AER: Decode Error Source Requester IDBjorn Helgaas1-7/+11
2018-06-02PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov1-24/+24
2018-06-02PCI/DPC: Use the generic pcie_do_fatal_recovery() pathOza Pawandeep1-20/+33
2018-06-02PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep2-7/+8
2018-06-02PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep1-2/+2
2018-06-02PCI/portdrv: Add generic pcie_port_find_device()Oza Pawandeep2-0/+24
2018-06-02PCI: pciehp: Make pciehp_is_native() stricterMika Westerberg1-2/+0
2018-06-02PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplugMika Westerberg1-1/+1
2018-05-17PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep4-30/+49
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep5-364/+392
2018-05-17PCI/AER: Rename error recovery interfaces to generic PCI namingOza Pawandeep1-8/+8