summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2019-01-26PCI: dwc: Move interrupt acking into the proper callbackMarc Zyngier1-3/+12
2018-12-17PCI: imx6: Fix link training status detection in link up checkTrent Piepho1-9/+1
2018-12-05PCI: layerscape: Fix wrong invocation of outbound window disable accessorHou Zhiqiang1-1/+1
2018-12-01PCI: endpoint: Populate func_no before calling pci_epc_add_epf()Niklas Cassel1-8/+6
2018-11-13PCI: vmd: White list for fast interrupt handlersKeith Busch1-1/+12
2018-11-13PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng1-0/+4
2018-11-13PCI/ASPM: Fix link_state teardown on device removalLukas Wunner2-4/+2
2018-11-13PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC modeVignesh R1-3/+8
2018-11-13PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang1-3/+6
2018-11-13PCI / ACPI: Enable wake automatically for power managed bridgesMika Westerberg1-1/+15
2018-11-13PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logicHonghui Zhang1-0/+11
2018-10-20PCI: dwc: Fix scheduling while atomic issuesJisheng Zhang2-6/+5
2018-10-18PCI: hv: support reporting serial number as slot informationStephen Hemminger1-0/+37
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-19switchtec: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
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: faraday: Add missing of_node_put()Nicholas Mc Guire1-0/+2
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: xgene: Remove leftover pci_scan_child_bus() callLorenzo Pieralisi1-1/+0
2018-08-03PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner1-0/+7
2018-08-03PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig1-6/+9
2018-08-03PCI: Fix devm_pci_alloc_host_bridge() memory leakJan Kiszka1-1/+3
2018-07-22PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui1-3/+5
2018-07-22PCI: exynos: Fix a potential init_clk_resources NULL pointer dereferenceJaehoon Chung1-1/+2
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-07-03PCI: hv: Make sure the bus domain is really uniqueSridhar Pitchai1-11/+0
2018-06-20PCI: kirin: Fix reset gpio nameLoic Poulain1-1/+1
2018-06-11PCI: hv: Do not wait forever on a device that has disappearedDexuan Cui1-12/+34
2018-06-05PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()Dexuan Cui1-1/+57
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-16PCI / PM: Check device_may_wakeup() in pci_enable_wake()Rafael J. Wysocki1-6/+23
2018-05-16PCI / PM: Always check PME wakeup capability for runtime wakeup supportKai Heng Feng1-4/+4
2018-05-01PCI: aardvark: Fix PCIe Max Read Request Size settingEvan Wang1-1/+3
2018-05-01PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq modeVictor Gu1-17/+24
2018-05-01PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()Victor Gu1-3/+1
2018-05-01PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()Victor Gu1-2/+2