summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-31misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on removeKishon Vijay Abraham I1-2/+10
2017-10-31misc: pci_endpoint_test: Fix failure path return values in probeKishon Vijay Abraham I1-0/+2
2017-10-31misc: pci_endpoint_test: Avoid triggering a BUG()Dan Carpenter1-0/+2
2017-10-26PCI: Document reset method return valuesBjorn Helgaas1-0/+8
2017-10-26x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)Christian König1-0/+85
2017-10-26PCI: Add pci_resize_resource() for resizing BARsChristian König3-0/+159
2017-10-25PCI: Detach driver before procfs & sysfs teardown on device removeAlex Williamson1-1/+1
2017-10-24PCI: hisi: Add HiSilicon STB SoC PCIe controller driverJianguo Sun5-0/+557
2017-10-24PCI: Add resizable BAR infrastructureChristian König3-2/+115
2017-10-24PCI: Add PCI resource type mask #defineChristian König1-9/+8
2017-10-21PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocationBjorn Helgaas1-10/+20
2017-10-21PCI: faraday: Fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2017-10-20PCI: layerscape: Change default error response behaviorMinghuan Lian1-0/+11
2017-10-20PCI: Disable MSI for Freescale Layerscape PCIe RC modeHou Zhiqiang1-0/+8
2017-10-20dt-bindings: PCI: rcar: Correct example to match realityGeert Uytterhoeven1-6/+4
2017-10-20PCI/portdrv: Factor out Interrupt Message Number lookupBjorn Helgaas1-48/+62
2017-10-20PCI/portdrv: Consolidate commentsBjorn Helgaas1-54/+9
2017-10-20PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masksDongdong Liu2-2/+4
2017-10-19PCI: Apply Cavium ThunderX ACS quirk to more Root PortsVadim Lomovtsev1-1/+14
2017-10-19PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UFVadim Lomovtsev1-5/+7
2017-10-17PCI: iproc: Allow allocation of multiple MSIsSandor Bodo-Merle1-7/+12
2017-10-17misc: pci_endpoint_test: Prevent some integer overflowsDan Carpenter1-0/+9
2017-10-12arm64: dts: ls1046a: Add PCIe controller DT nodesHou Zhiqiang1-0/+75
2017-10-12arm64: dts: ls1012a: Add PCIe controller DT nodeHou Zhiqiang1-0/+24
2017-10-12PCI: layerscape: Add support for ls1012aHou Zhiqiang2-0/+2
2017-10-12arm64: dts: ls1012a: Add MSI controller DT nodeHou Zhiqiang1-0/+7
2017-10-11PCI: dra7xx: Add shutdown handler to cleanly turn off clocksKeerthy1-0/+17
2017-10-11irqchip/ls-scfg-msi: Add LS1012a MSI supportHou Zhiqiang2-0/+2
2017-10-11PCI: Restore ARI Capable Hierarchy before setting numVFsTony Nguyen1-0/+8
2017-10-11PCI: Create SR-IOV virtfn/physfn links before attaching driverStuart Hayes1-1/+2
2017-10-11PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi1-0/+33
2017-10-10dt-bindings: PCI: designware: Add binding for Designware PCIe in ECAM modeArd Biesheuvel1-0/+42
2017-10-07PCI: generic: Add support for Synopsys DesignWare RC in ECAM modeArd Biesheuvel1-0/+43
2017-10-06switchtec: Make struct event_regs staticColin Ian King1-1/+1
2017-10-05PCI: Cache the VF device ID in the SR-IOV structureFilippo Sironi2-2/+4
2017-10-05PCI: Add Kconfig PCI_IOV dependency for PCI_REALLOC_ENABLE_AUTOSascha El-Sharkawy1-4/+4
2017-10-05PCI: Remove unused function __pci_reset_function()Jan H. Schönherr2-33/+3
2017-10-05PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr3-19/+11
2017-10-05x86/pci/intel_mid_pci: Constify intel_mid_pci_ops and make it __initconstBhumika Goyal1-1/+1
2017-10-05PCI: Constify pci_dev_type structureBhumika Goyal2-2/+2
2017-10-05PCI: tango: Add MSI controller supportMarc Gonzalez1-3/+202
2017-10-05PCI: Use of_pci_dma_range_parser_init() to reduce duplicationMarc Gonzalez5-95/+5
2017-10-05of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing supportMarc Gonzalez2-4/+25
2017-10-05PCI/ASPM: Deal with missing root ports in link state handlingArd Biesheuvel1-2/+6
2017-10-05PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni1-1/+8
2017-10-05ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov1-1/+1
2017-10-02Linux 4.14-rc3v4.14-rc3Linus Torvalds1-1/+1
2017-10-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-47/+56
2017-10-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+16
2017-10-01Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-143/+384