summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-03-03PCI: Align checking of syscall user config accessorsHeiner Kallweit1-5/+5
2020-12-29PCI: Fix pci_slot_release() NULL pointer dereferenceJubin Zhong1-3/+3
2020-12-02PCI: Add device even if driver attach failedRajat Jain1-5/+1
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-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-21PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridgeRobert Hancock1-0/+13
2020-06-30PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream PortBjorn Helgaas1-5/+17
2020-06-30PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng1-10/+0
2020-06-30PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray1-4/+5
2020-06-30PCI: 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: 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-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: keystone: Fix link training retries initiationYurii Monakov1-1/+1
2020-01-23PCI/PTM: Remove spurious "d" from granularity messageBjorn Helgaas1-1/+1
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-11-28PCI: keystone: Use quirk to limit MRRS for K2GKishon Vijay Abraham I1-0/+3
2019-11-12PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30Vidya Sagar1-2/+5
2019-10-29PCI: PM: Fix pci_power_up()Rafael J. Wysocki1-13/+11
2019-10-07PCI: tegra: Fix OF node reference leakNishka Dasgupta1-7/+15
2019-08-04PCI: xilinx-nwl: Fix Multi MSI data programmingBharat Kumar Gogada1-6/+5
2019-08-04PCI: sysfs: Ignore lockdep for remove attributeMarek Vasut1-1/+1
2019-08-04PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui1-6/+9
2019-08-04PCI: hv: Delete the device earlier from hbus->children for hot-removeDexuan Cui1-4/+4
2019-08-04PCI: Do not poll for PME if the device is in D3coldMika Westerberg1-0/+7
2019-06-22PCI: xilinx: Check for __get_free_pages() failureKangjie Lu1-2/+10
2019-06-22PCI: rcar: Fix 64bit MSI message address handlingMarek Vasut1-3/+3
2019-06-22PCI: rcar: Fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-06-22PCI: rpadlpar: Fix leaked device_node references in add/remove pathsTyrel Datwyler1-0/+4
2019-05-25PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2-0/+26
2019-05-25PCI: Factor out pcie_retrain_link() functionStefan Mätje1-16/+24
2019-05-25PCI: Mark Atheros AR9462 to avoid bus resetJames Prestwood1-0/+1
2019-05-21PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui1-0/+1
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-2/+2
2019-04-17PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controllerAndre Przywara1-0/+2
2019-02-12PCI: vmd: Free up IRQs on suspend pathScott Bauer1-0/+15
2018-11-13PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng1-0/+4
2018-11-13PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang1-3/+6
2018-11-10PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port modeDongdong Liu1-1/+1
2018-10-13PCI: Reprogram bridge prefetch registers on resumeDaniel Drake1-8/+19
2018-09-29PCI: aardvark: Size bridges before resources allocationZachary Zhang1-0/+1
2018-09-29Revert "PCI: Add ACS quirk for Intel 300 series"Mika Westerberg1-6/+0
2018-09-15PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni1-1/+1
2018-08-24PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner1-10/+3
2018-08-24PCI: pciehp: Fix use-after-free on unplugLukas Wunner3-3/+10