summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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
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-24PCI: versatile: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-08-24PCI: OF: Fix I/O space page leakSergei Shtylyov3-2/+40
2018-08-24PCI: xilinx-nwl: Add missing of_node_put()Nicholas Mc Guire1-1/+1
2018-08-24PCI: xilinx: Add missing of_node_put()Nicholas Mc Guire1-0/+1
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+2
2018-08-09ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov1-1/+1
2018-08-03PCI: 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-07-03PCI: Add ACS quirk for Intel 300 seriesMika Westerberg1-0/+6
2018-07-03PCI: Add ACS quirk for Intel 7th & 8th Gen mobileAlex Williamson1-0/+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-05-02PCI: aardvark: Fix PCIe Max Read Request Size settingEvan Wang1-1/+3
2018-05-02PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()Victor Gu1-3/+1
2018-05-02PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()Victor Gu1-2/+2
2018-04-29PCI: Wait up to 60 seconds for device to become ready after FLRSinan Kaya1-15/+37
2018-04-24ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()Mika Westerberg1-7/+16
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: Apply Cavium ACS quirk only to CN81xx/CN83xx/CN88xx devicesManish Jaggi1-0/+3
2018-03-22PCI: hv: Lock PCI bus on device ejectLong Li1-0/+4
2018-03-22PCI: hv: Properly handle PCI bus removeLong Li1-3/+17
2018-03-22PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()Prarit Bhargava1-2/+0
2018-03-18PCI: dwc: Fix enumeration end when reaching root subordinateKoen Vandeputte1-1/+1
2018-03-11PCI/ASPM: Deal with missing root ports in link state handlingArd Biesheuvel1-2/+6
2018-02-28PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom1-16/+23
2018-02-25PCI: vmd: Fix suspend handlers defined-but-not-used warningBorislav Petkov1-1/+1
2018-02-22PCI: keystone: Fix interrupt-controller-node lookupJohan Hovold1-1/+4
2017-12-29PCI / PM: Force devices to D0 in pci_pm_thaw_noirq()Rafael J. Wysocki1-1/+6
2017-12-25PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni1-1/+8
2017-12-25PCI: Create SR-IOV virtfn/physfn links before attaching driverStuart Hayes1-1/+2
2017-12-25PCI: Avoid bus reset if bridge itself is brokenDavid Daney1-0/+4
2017-12-20PCI: Detach driver before procfs & sysfs teardown on device removeAlex Williamson1-1/+1
2017-12-20PCI: Do not allocate more buses than available in parentMika Westerberg1-1/+6
2017-12-20PCI/PME: Handle invalid data when reading Root StatusQiang1-1/+4
2017-11-30PCI: Apply _HPX settings only to relevant devicesBjorn Helgaas1-2/+13
2017-11-30PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UFVadim Lomovtsev1-5/+7
2017-11-15PCI: mvebu: Handle changes to the bridge windows while enabledJason Gunthorpe1-41/+60