summaryrefslogtreecommitdiff
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
2021-10-06PCI: aardvark: Fix checking for PIO statusEvan Wang1-8/+54
2021-10-06PCI: aardvark: Fix checking for PIO Non-posted RequestPali Rohár1-1/+1
2021-09-22PCI: aardvark: Fix masking and unmasking legacy INTx interruptsPali Rohár1-0/+9
2021-09-22PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO responsePali Rohár1-1/+1
2021-09-22PCI: xilinx-nwl: Enable the clock through CCFHyun Kwon1-0/+12
2021-07-20PCI: aardvark: Fix kernel panic during PIO transferPali Rohár1-9/+40
2021-07-20PCI: aardvark: Don't rely on jiffies while holding spinlockRemi Pommarel1-5/+5
2021-05-22PCI: thunder: Fix compile testingArnd Bergmann2-7/+8
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
2020-12-29PCI: iproc: Fix out-of-bound array accessesBharat Gooty1-5/+5
2020-10-29PCI: iproc: Set affinity mask on MSI interruptsMark Tomlinson1-4/+9
2020-08-21irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+3
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner1-2/+3
2020-06-25PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray1-4/+5
2020-06-25PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár1-4/+0
2020-01-27PCI: iproc: Remove PAXC slot check to allow VF supportJitendra Bhivare1-8/+0
2019-12-01PCI: vmd: Detach resources after stopping root busJon Derrick1-1/+1
2019-11-12PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30Vidya Sagar1-2/+5
2019-10-07PCI: rockchip: Propagate errors for optional regulatorsThierry Reding1-8/+8
2019-10-07PCI: tegra: Fix OF node reference leakNishka Dasgupta1-7/+15
2019-10-05PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui1-1/+1
2019-07-31PCI: xilinx-nwl: Fix Multi MSI data programmingBharat Kumar Gogada1-6/+5
2019-07-31PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui1-6/+9
2019-06-15PCI: xilinx: Check for __get_free_pages() failureKangjie Lu1-2/+10
2019-06-15PCI: rcar: Fix 64bit MSI message address handlingMarek Vasut1-3/+3
2019-06-15PCI: rcar: Fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-05-21PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui1-0/+4
2019-05-21PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui1-0/+16
2019-05-21PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui1-0/+1
2018-11-13PCI: vmd: White list for fast interrupt handlersKeith Busch1-1/+12
2018-11-13PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logicHonghui Zhang1-0/+11
2018-10-18PCI: hv: support reporting serial number as slot informationStephen Hemminger1-0/+37
2018-09-29PCI: aardvark: Size bridges before resources allocationZachary Zhang1-0/+1
2018-09-15PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni1-1/+1
2018-08-24PCI: versatile: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-08-24PCI: OF: Fix I/O space page leakSergei Shtylyov2-2/+2
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-03PCI: xgene: Remove leftover pci_scan_child_bus() callLorenzo Pieralisi1-1/+0
2018-07-22PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui1-3/+5
2018-07-03PCI: hv: Make sure the bus domain is really uniqueSridhar Pitchai1-11/+0
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-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