summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie
AgeCommit message (Expand)Author
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas
2018-03-31PCI/DPC: Rename from pcie-dpc.c to dpc.cBjorn Helgaas
2018-03-30PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOSMika Westerberg
2018-03-30PCI/AER: Use cached AER Capability offsetFrederick Lawler
2018-03-30PCI/portdrv: Rename and reverse sense of pcie_ports_autoBjorn Helgaas
2018-03-30PCI/portdrv: Encapsulate pcie_ports_auto inside the port driverBjorn Helgaas
2018-03-30PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameterBjorn Helgaas
2018-03-30PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameterBjorn Helgaas
2018-03-30PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas
2018-03-30PCI/portdrv: Simplify PCIe feature permission checkingBjorn Helgaas
2018-03-30PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VCBjorn Helgaas
2018-03-30PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas
2018-03-30PCI/portdrv: Disable port driver in compat modeBjorn Helgaas
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-03-19PCI: Tidy MakefilesBjorn Helgaas
2018-03-12PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driverBjorn Helgaas
2018-03-12PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas
2018-03-09PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas
2018-02-28PCI/ASPM: Don't warn if already in common clock modeSinan Kaya
2018-02-28PCI/ASPM: Declare threshold_ns as u32, not u64Gustavo A. R. Silva
2018-02-22PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas
2018-01-31Merge branch 'pci/dpc' into nextBjorn Helgaas
2018-01-31Merge branch 'pci/aspm' into nextBjorn Helgaas
2018-01-30PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas
2018-01-30PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error()Bjorn Helgaas
2018-01-30PCI/DPC: Remove unnecessary RP PIO register structsBjorn Helgaas
2018-01-30PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info()Bjorn Helgaas
2018-01-30PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info()Bjorn Helgaas
2018-01-30PCI/DPC: Make RP PIO log size check more genericBjorn Helgaas
2018-01-30PCI/DPC: Rename local "status" to "dpc_status"Bjorn Helgaas
2018-01-30PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error()Bjorn Helgaas
2018-01-30PCI/DPC: Process RP PIO details only if RP PIO extensions supportedBjorn Helgaas
2018-01-30PCI/DPC: Read RP PIO Log Size once at probeBjorn Helgaas
2018-01-30PCI/DPC: Rename struct dpc_dev.rp to rp_extensionsBjorn Helgaas
2018-01-30PCI/DPC: Add local variable for DPC capability offsetBjorn Helgaas
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2018-01-27PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly
2018-01-26PCI/DPC: Rename interrupt_event_handler() to dpc_work()Bjorn Helgaas
2018-01-26PCI/DPC: Fix interrupt message number printKeith Busch
2018-01-26PCI/DPC: Enable DPC only if AER is availableKeith Busch
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2018-01-11PCI/AER: Return error if AER is not supportedKeith Busch
2018-01-10PCI/DPC: Fix shared interrupt handlingAlex Williamson