summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki1-3/+13
2021-06-23PCI: Work around Huawei Intelligent NIC VF FLR erratumChiqijun1-0/+65
2021-06-23PCI: Add ACS quirk for Broadcom BCM57414 NICSriharsha Basavapatna1-0/+2
2021-06-23PCI: aardvark: Fix kernel panic during PIO transferPali Rohár1-9/+40
2021-06-23PCI: Mark some NVIDIA GPUs to avoid bus resetShanker Donthineni1-0/+12
2021-06-23PCI: Mark TI C667X to avoid bus resetAntti Järvinen1-0/+10
2021-05-22PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()Dinghao Liu1-1/+1
2021-05-22ACPI / hotplug / PCI: Fix reference count leak in enable_slot()Feilong Lin1-0/+1
2021-05-22PCI: thunder: Fix compile testingArnd Bergmann3-7/+14
2021-05-19PCI: endpoint: Fix missing destroy_workqueue()Yang Yingliang1-0/+3
2021-05-19PCI: endpoint: Fix NULL pointer dereference for ->get_features()Shradha Todi1-7/+10
2021-05-19PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I2-6/+8
2021-05-19PCI: endpoint: Add helper API to get the 'next' unreserved BARKishon Vijay Abraham I1-4/+22
2021-05-19PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BARKishon Vijay Abraham I1-2/+10
2021-05-19PCI: Release OF node in pci_scan_device()'s error pathDmitry Baryshkov1-0/+1
2021-05-19PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc()Pali Rohár1-1/+1
2021-05-14PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.cKishon Vijay Abraham I1-1/+2
2021-05-14PCI: xgene: Fix cfg resource mappingDejin Zheng1-1/+2
2021-05-14PCI: Allow VPD access for QLogic ISP2722Arun Easi1-1/+0
2021-05-11PCI: PM: Do not read power state in pci_enable_device_flags()Rafael J. Wysocki1-13/+3
2021-03-25PCI: rpadlpar: Fix potential drc_name corruption in store functionsTyrel Datwyler1-8/+6
2021-03-25s390/pci: fix leak of PCI device structureNiklas Schnelle1-1/+2
2021-03-17PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven1-0/+4
2021-03-17PCI/LINK: Remove bandwidth notificationBjorn Helgaas5-154/+0
2021-03-17PCI: mediatek: Add missing of_node_put() to fix reference leakKrzysztof Wilczyński1-2/+5
2021-03-17PCI: xgene-msi: Fix race in installing chained irq handlerMartin Kaiser1-7/+3
2021-03-11PCI: cadence: Retrain Link to work around Gen2 training defectNadeem Athani3-19/+76
2021-03-11PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controllerBjorn Helgaas1-0/+3
2021-03-07PCI: Add a REBAR size quirk for Sapphire RX 5600 XT PulseNirmoy Das1-1/+8
2021-03-04PCI: rockchip: Make 'ep-gpios' DT property optionalChen-Yu Tsai1-6/+6
2021-03-04PCI: cadence: Fix DMA range mapping early return errorKrzysztof Wilczyński1-2/+3
2021-03-04PCI: pci-bridge-emul: Fix array overruns, improve safetyRussell King1-3/+8
2021-03-04PCI: Align checking of syscall user config accessorsHeiner Kallweit1-5/+5
2021-03-04PCI: xilinx-cpm: Fix reference count leak on error pathPan Bian1-0/+1
2021-03-04PCI: rcar: Always allocate MSI addresses in 32bit spaceMarek Vasut1-1/+1
2021-03-04PCI: Decline to resize resources if boot config must be preservedArd Biesheuvel1-0/+6
2021-03-04PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064Ansuel Smith1-1/+3
2020-12-30PCI: Fix pci_slot_release() NULL pointer dereferenceJubin Zhong1-3/+3
2020-12-30PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()Rafael J. Wysocki1-2/+2
2020-12-30PCI: iproc: Invalidate correct PAXB inbound windowsRoman Bacik1-2/+11
2020-12-30PCI: iproc: Fix out-of-bound array accessesBharat Gooty1-5/+5
2020-12-30PCI: Fix overflow in command-line resource alignment requestsColin Ian King1-1/+1
2020-12-30PCI: Bounds-check command-line resource alignment requestsBjorn Helgaas1-6/+8
2020-12-30PCI: brcmstb: Initialize "tmp" before useJim Quinlan1-0/+1
2020-12-30PCI: Disable MSI for Pericom PCIe-USB adapterAndy Shevchenko1-4/+13
2020-11-04PCI: mvebu: Fix duplicate resource requestsRob Herring1-13/+10
2020-11-04PCI: dwc: Restore ATU memory resource setup to use last entryRob Herring1-2/+6
2020-10-31PCI: Always enable ACS even if no ACS CapabilityRajat Jain1-2/+7
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds59-1707/+2283