summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* 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/+41Star
* PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas2018-06-112-21/+14Star
* PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas2018-06-112-80/+63Star
* 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/+0Star
* PCI/AER: Squash ecrc.c into aerdrv.cBjorn Helgaas2018-06-113-119/+110Star
* PCI/AER: Squash aerdrv_acpi.c into aerdrv.cBjorn Helgaas2018-06-113-142/+122Star
* PCI/AER: Squash aerdrv_errprint.c into aerdrv.cBjorn Helgaas2018-06-114-263/+244Star
* PCI/AER: Squash aerdrv_core.c into aerdrv.cBjorn Helgaas2018-06-114-498/+475Star
* PCI/AER: Reorder code to group probe/remove stuff togetherBjorn Helgaas2018-06-111-58/+58
* PCI/AER: Remove forward declarationsBjorn Helgaas2018-06-081-16/+11Star
* Merge branch 'pci/portdrv'Bjorn Helgaas2018-06-061-57/+0Star
|\
| * PCI/portdrv: Remove unused pcie_port_acpi_setup()Bjorn Helgaas2018-05-031-57/+0Star
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-06-062-3/+1Star
|\ \
| * | PCI: pciehp: Make pciehp_is_native() stricterMika Westerberg2018-06-021-2/+0Star
| * | PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplugMika Westerberg2018-06-021-1/+1
| |/
* | Merge branch 'pci/dpc'Bjorn Helgaas2018-06-061-1/+4
|\ \
| * | PCI/DPC: Clear interrupt status in interrupt handler top halfOza Pawandeep2018-05-161-1/+4
| |/
* | Merge branch 'pci/aspm'Bjorn Helgaas2018-06-061-0/+9
|\ \
| * | PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTRBjorn Helgaas2018-04-181-0/+9
| |/
* | PCI/AER: Replace struct pcie_device with pci_devKeith Busch2018-06-063-14/+12Star
* | PCI/AER: Remove unused parametersKeith Busch2018-06-061-9/+5Star
* | PCI/AER: Decode Error Source Requester IDBjorn Helgaas2018-06-031-7/+11
* | PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov2018-06-031-24/+24
* | PCI/DPC: Use the generic pcie_do_fatal_recovery() pathOza Pawandeep2018-06-031-20/+33
* | PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep2018-06-032-7/+8
* | PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep2018-06-031-2/+2
* | PCI/portdrv: Add generic pcie_port_find_device()Oza Pawandeep2018-06-032-0/+24
* | PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep2018-05-174-30/+49
* | PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep2018-05-175-364/+392
* | PCI/AER: Rename error recovery interfaces to generic PCI namingOza Pawandeep2018-05-171-8/+8
* | PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devicesOza Pawandeep2018-05-172-23/+71
* | PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep2018-05-171-11/+1Star
* | PCI/AER: Add TLP header information to tracepointThomas Tai2018-05-101-2/+2
* | PCI/AER: Unify error bit printing for native and CPER reportingAlexandru Gagniuc2018-05-081-7/+9
|/
* Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-0412-195/+115Star
|\
| * PCI/DPC: Rename from pcie-dpc.c to dpc.cBjorn Helgaas2018-04-012-1/+1
| * PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOSMika Westerberg2018-03-312-3/+3
| * PCI/AER: Use cached AER Capability offsetFrederick Lawler2018-03-313-8/+14
| * PCI/portdrv: Rename and reverse sense of pcie_ports_autoBjorn Helgaas2018-03-313-20/+12Star
| * PCI/portdrv: Encapsulate pcie_ports_auto inside the port driverBjorn Helgaas2018-03-311-0/+2
| * PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameterBjorn Helgaas2018-03-311-3/+0Star
| * PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameterBjorn Helgaas2018-03-312-29/+3Star
| * PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-03-311-1/+0Star
| * PCI/portdrv: Simplify PCIe feature permission checkingBjorn Helgaas2018-03-313-28/+26Star
| * PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VCBjorn Helgaas2018-03-313-15/+7Star
| * PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas2018-03-313-68/+2Star