summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-12-29PCI: Fix pci_slot_release() NULL pointer dereferenceJubin Zhong1-3/+3
2020-12-29PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()Rafael J. Wysocki1-2/+2
2020-12-29PCI: iproc: Fix out-of-bound array accessesBharat Gooty1-5/+5
2020-12-29PCI: qcom: Add missing reset for ipq806xAnsuel Smith1-0/+12
2020-12-02PCI: Add device even if driver attach failedRajat Jain1-5/+1
2020-10-29PCI: iproc: Set affinity mask on MSI interruptsMark Tomlinson1-4/+9
2020-09-03PCI: Fix pci_create_slot() reference count leakQiushi Wu1-2/+4
2020-08-21PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context()Rafael J. Wysocki1-3/+11
2020-08-21irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+3
2020-08-21PCI: Release IVRS table in AMD ACS quirkHanjun Guo1-0/+2
2020-08-21PCI/ASPM: Add missing newline in sysfs 'policy'Xiongfeng Wang1-0/+1
2020-08-21PCI: Fix pci_cfg_wait queue locking problemBjorn Helgaas1-6/+2
2020-08-05PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridgeRobert Hancock1-0/+13
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner1-2/+3
2020-06-25PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream PortBjorn Helgaas1-5/+17
2020-06-25PCI: Fix pci_register_host_bridge() device_register() error handlingRob Herring1-2/+3
2020-06-25PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng1-10/+0
2020-06-25PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray1-4/+5
2020-06-25PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár1-4/+0
2020-06-20PCI: Program MPS for RCiEP devicesAshok Raj1-1/+21
2020-06-20PCI: Unify ACS quirk desired vs provided checkingBjorn Helgaas1-22/+45
2020-06-20PCI: Add ACS quirk for Intel Root Complex Integrated EndpointsAshok Raj1-0/+15
2020-06-20PCI: Generalize multi-function power dependency device linksAbhishek Sahu1-20/+34
2020-06-20vga_switcheroo: Use device link for HDA controllerLukas Wunner1-0/+39
2020-06-20PCI: Make ACS quirk implementations more uniformBjorn Helgaas1-22/+19
2020-06-20PCI: Add ACS quirk for Ampere root portsFeng Kan1-0/+9
2020-06-20PCI: Add ACS quirk for iProc PAXBAbhinav Ratna1-0/+14
2020-06-20PCI: Avoid FLR for AMD Starship USB 3.0Kevin Buettner1-0/+2
2020-06-20PCI: Avoid FLR for AMD Matisse HD Audio & USB 3.0Marcos Scriven1-4/+14
2020-06-20PCI: Disable MSI for Freescale Layerscape PCIe RC modeHou Zhiqiang1-0/+8
2020-06-20PCI: Don't disable decoding when mmio_always_on is setJiaxun Yang1-1/+1
2020-05-02PCI/ASPM: Allow re-enabling Clock PMHeiner Kallweit1-7/+11
2020-04-24PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I1-2/+8
2020-04-24PCI/ASPM: Clear the correct bits when enabling L1 substatesYicong Yang1-2/+2
2020-04-24PCI/switchtec: Fix init_completion race condition with poll_wait()Logan Gunthorpe1-1/+1
2020-02-28PCI/IOV: Fix memory leak in pci_iov_add_virtfn()Navid Emamdoost1-0/+1
2020-02-15PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe1-4/+16
2020-02-15PCI/switchtec: Fix vep_vector_number ioread widthLogan Gunthorpe1-1/+1
2020-02-15PCI: keystone: Fix link training retries initiationYurii Monakov1-1/+1
2020-02-05PCI: Add DMA alias quirk for Intel VCA NTBSlawomir Pawlowski1-0/+34
2020-01-27PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()Wen Yang1-2/+2
2020-01-27switchtec: Remove immediate status check after submitting MRPC commandKelvin Cao1-4/+0
2020-01-27PCI: iproc: Remove PAXC slot check to allow VF supportJitendra Bhivare1-8/+0
2020-01-17PCI/PTM: Remove spurious "d" from granularity messageBjorn Helgaas1-1/+1
2020-01-12PCI/switchtec: Read all 64 bits of part_event_bitmapLogan Gunthorpe1-2/+2
2019-12-21PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3George Cherian1-7/+13
2019-12-21PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan1-1/+1
2019-12-21PCI: Fix Intel ACS quirk UPDCR register addressSteffen Liebergeld1-1/+1
2019-12-21PCI/PM: Always return devices to D0 when thawingDexuan Cui1-6/+11
2019-12-05PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()Ming Lei1-9/+13