summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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-053-14/+12
* | PCI/AER: Remove unused parametersKeith Busch2018-06-051-9/+5
* | PCI/AER: Decode Error Source Requester IDBjorn Helgaas2018-06-021-7/+11
* | PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov2018-06-021-24/+24
* | PCI/DPC: Use the generic pcie_do_fatal_recovery() pathOza Pawandeep2018-06-021-20/+33
* | PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep2018-06-022-7/+8
* | PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep2018-06-021-2/+2
* | PCI/portdrv: Add generic pcie_port_find_device()Oza Pawandeep2018-06-022-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/+1
* | 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-071-7/+9
|/
* Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-0412-195/+115
|\
| * PCI/DPC: Rename from pcie-dpc.c to dpc.cBjorn Helgaas2018-03-312-1/+1
| * PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOSMika Westerberg2018-03-302-3/+3
| * PCI/AER: Use cached AER Capability offsetFrederick Lawler2018-03-303-8/+14
| * PCI/portdrv: Rename and reverse sense of pcie_ports_autoBjorn Helgaas2018-03-303-20/+12
| * PCI/portdrv: Encapsulate pcie_ports_auto inside the port driverBjorn Helgaas2018-03-301-0/+2
| * PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameterBjorn Helgaas2018-03-301-3/+0
| * PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameterBjorn Helgaas2018-03-302-29/+3
| * PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-03-301-1/+0
| * PCI/portdrv: Simplify PCIe feature permission checkingBjorn Helgaas2018-03-303-28/+26
| * PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VCBjorn Helgaas2018-03-303-15/+7
| * PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas2018-03-303-68/+2
| * PCI/portdrv: Disable port driver in compat modeBjorn Helgaas2018-03-302-4/+1