summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridgeRobert Hancock1-0/+13
2020-06-30PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port modeDongdong Liu1-1/+1
2020-06-30PCI: Disable MSI for HiSilicon Hip06/Hip07 Root PortsDongdong Liu1-0/+1
2020-06-30PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng1-10/+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-10PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive()Bjorn Helgaas1-4/+3
2020-02-28PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe1-4/+16
2020-02-15PCI: keystone: Fix link training retries initiationYurii Monakov1-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-08-04PCI: sysfs: Ignore lockdep for remove attributeMarek Vasut1-1/+1
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 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-06-11PCI: Mark Atheros AR9462 to avoid bus resetJames Prestwood1-0/+1
2019-04-27PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controllerAndre Przywara1-0/+2
2019-01-17PCI: altera: Move retrain from fixup to altera_pcie_host_init()Ley Foon Tan1-60/+91
2019-01-17PCI: altera: Rework config accessors for use without a struct pci_busLey Foon Tan1-23/+41
2019-01-17PCI: altera: Poll for link training status after retraining the linkLey Foon Tan1-8/+37
2019-01-17PCI: altera: Poll for link up status after retraining the linkLey Foon Tan1-1/+11
2019-01-17PCI: altera: Check link status before retrain linkLey Foon Tan1-0/+4
2019-01-17PCI: altera: Reorder read/write functionsBjorn Helgaas1-16/+16
2019-01-17PCI: altera: Fix altera_pcie_link_is_up()Ley Foon Tan1-1/+2
2018-11-21PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng1-0/+4
2018-10-13PCI: Reprogram bridge prefetch registers on resumeDaniel Drake1-8/+19
2018-09-15PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni1-1/+1
2018-08-24PCI: pciehp: Fix use-after-free on unplugLukas Wunner3-3/+10
2018-08-24PCI: Skip MPS logic for Virtual Functions (VFs)Myron Stowe1-0/+4
2018-08-24PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner1-0/+9
2018-08-09ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov1-1/+1
2018-08-06PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig1-6/+9
2018-07-03PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg3-3/+14
2018-05-30PCI: Add function 1 DMA alias quirk for Marvell 88SE9220Thomas Vincent-Cross1-0/+3
2018-05-30PCI: Restore config space on runtime resume despite being unboundRafael J. Wysocki1-6/+11
2018-05-30PCI: Add function 1 DMA alias quirk for Marvell 9128Alex Williamson1-0/+2
2018-04-24ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()Mika Westerberg1-7/+16
2018-04-08Revert "PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()"Greg Kroah-Hartman1-0/+2
2018-04-08PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke2-2/+2
2018-03-28PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644LHans de Goede1-0/+2
2018-03-22PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()Prarit Bhargava1-2/+0
2018-02-28PCI: keystone: Fix interrupt-controller-node lookupJohan Hovold1-2/+7
2018-01-31PCI: layerscape: Fix MSG TLP drop settingMinghuan Lian1-8/+13