summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
* PCI: dwc: Move interrupt acking into the proper callbackMarc Zyngier2019-01-261-3/+12
* PCI: imx6: Fix link training status detection in link up checkTrent Piepho2018-12-171-9/+1
* PCI: layerscape: Fix wrong invocation of outbound window disable accessorHou Zhiqiang2018-12-051-1/+1
* PCI: endpoint: Populate func_no before calling pci_epc_add_epf()Niklas Cassel2018-12-011-8/+6
* PCI: vmd: White list for fast interrupt handlersKeith Busch2018-11-131-1/+12
* PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng2018-11-131-0/+4
* PCI/ASPM: Fix link_state teardown on device removalLukas Wunner2018-11-132-4/+2
* PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC modeVignesh R2018-11-131-3/+8
* PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang2018-11-131-3/+6
* PCI / ACPI: Enable wake automatically for power managed bridgesMika Westerberg2018-11-131-1/+15
* PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logicHonghui Zhang2018-11-131-0/+11
* PCI: dwc: Fix scheduling while atomic issuesJisheng Zhang2018-10-202-6/+5
* PCI: hv: support reporting serial number as slot informationStephen Hemminger2018-10-181-0/+37
* PCI: Reprogram bridge prefetch registers on resumeDaniel Drake2018-10-131-8/+19
* PCI: aardvark: Size bridges before resources allocationZachary Zhang2018-09-291-0/+1
* Revert "PCI: Add ACS quirk for Intel 300 series"Mika Westerberg2018-09-291-6/+0
* switchtec: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-09-191-0/+4
* PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni2018-09-151-1/+1
* PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner2018-08-241-10/+3
* PCI: pciehp: Fix use-after-free on unplugLukas Wunner2018-08-243-3/+10
* PCI: Skip MPS logic for Virtual Functions (VFs)Myron Stowe2018-08-241-0/+4
* PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner2018-08-241-0/+9
* PCI: versatile: Fix I/O space page leakSergei Shtylyov2018-08-241-1/+1
* PCI: OF: Fix I/O space page leakSergei Shtylyov2018-08-243-2/+40
* PCI: faraday: Add missing of_node_put()Nicholas Mc Guire2018-08-241-0/+2
* PCI: xilinx-nwl: Add missing of_node_put()Nicholas Mc Guire2018-08-241-1/+1
* PCI: xilinx: Add missing of_node_put()Nicholas Mc Guire2018-08-241-0/+1
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-151-0/+2
* ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov2018-08-091-1/+1
* PCI: xgene: Remove leftover pci_scan_child_bus() callLorenzo Pieralisi2018-08-031-1/+0
* PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner2018-08-031-0/+7
* PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig2018-08-031-6/+9
* PCI: Fix devm_pci_alloc_host_bridge() memory leakJan Kiszka2018-08-031-1/+3
* PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui2018-07-221-3/+5
* PCI: exynos: Fix a potential init_clk_resources NULL pointer dereferenceJaehoon Chung2018-07-221-1/+2
* PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg2018-07-033-3/+14
* PCI: Add ACS quirk for Intel 300 seriesMika Westerberg2018-07-031-0/+6
* PCI: Add ACS quirk for Intel 7th & 8th Gen mobileAlex Williamson2018-07-031-0/+14
* PCI: hv: Make sure the bus domain is really uniqueSridhar Pitchai2018-07-031-11/+0
* PCI: kirin: Fix reset gpio nameLoic Poulain2018-06-211-1/+1
* PCI: hv: Do not wait forever on a device that has disappearedDexuan Cui2018-06-111-12/+34
* PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()Dexuan Cui2018-06-051-1/+57
* PCI: Add function 1 DMA alias quirk for Marvell 88SE9220Thomas Vincent-Cross2018-05-301-0/+3
* PCI: Restore config space on runtime resume despite being unboundRafael J. Wysocki2018-05-301-6/+11
* PCI / PM: Check device_may_wakeup() in pci_enable_wake()Rafael J. Wysocki2018-05-161-6/+23
* PCI / PM: Always check PME wakeup capability for runtime wakeup supportKai Heng Feng2018-05-161-4/+4
* PCI: aardvark: Fix PCIe Max Read Request Size settingEvan Wang2018-05-011-1/+3
* PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq modeVictor Gu2018-05-011-17/+24
* PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()Victor Gu2018-05-011-3/+1
* PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()Victor Gu2018-05-011-2/+2