summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui2019-05-161-0/+4
* PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui2019-05-161-0/+16
* PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui2019-05-161-0/+3
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-2/+2
* PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe portsMika Westerberg2019-04-201-0/+22
* PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko2019-04-171-0/+4
* PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controllerAndre Przywara2019-04-171-0/+2
* PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()Rafael J. Wysocki2019-04-051-7/+15
* PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach2019-03-231-1/+1
* PCI/DPC: Fix print AER status in DPC event handlingDongdong Liu2019-03-231-1/+26
* PCI/ASPM: Use LTR if already enabled by platformBjorn Helgaas2019-03-231-13/+23
* PCI: Fix __initdata issue with "pci=disable_acs_redir" parameterLogan Gunthorpe2019-02-231-1/+2
* PCI: imx: Enable MSI from downstream componentsRichard Zhu2019-02-121-0/+10
* switchtec: Fix SWITCHTEC_IOCTL_EVENT_IDX_ALL flags overwriteJoey Zhang2019-02-121-0/+3
* PCI: dwc: Move interrupt acking into the proper callbackMarc Zyngier2019-01-161-6/+7
* PCI: dwc: Take lock when ACKing an interruptMarc Zyngier2019-01-161-0/+5
* PCI: dwc: Use interrupt masking instead of disablingMarc Zyngier2019-01-161-7/+12
* PCI / PM: Allow runtime PM without callback functionsJarkko Nikula2019-01-131-15/+12
* PCI: imx6: Fix link training status detection in link up checkTrent Piepho2018-12-171-9/+1
* PCI: Fix incorrect value returned from pcie_get_speed_cap()Mikulas Patocka2018-12-051-13/+11
* PCI: dwc: Fix MSI-X EP framework address calculation bugGustavo Pimentel2018-12-051-1/+0
* PCI: layerscape: Fix wrong invocation of outbound window disable accessorHou Zhiqiang2018-12-051-1/+1
* 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: cadence: Correct probe behaviour when failing to get PHYAlan Douglas2018-11-131-8/+12
* PCI / ACPI: Enable wake automatically for power managed bridgesMika Westerberg2018-11-131-1/+15
* PCI: cadence: Use AXI region 0 to signal interrupts from EPAlan Douglas2018-11-131-5/+6
* PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logicHonghui Zhang2018-11-131-0/+11
* Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-2/+2
|\
| * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-2/+2
* | Merge tag 'pci-v4.19-fixes-3' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-052-12/+67
|\ \
| * | PCI: mvebu: Fix PCI I/O mapping creation sequenceThomas Petazzoni2018-10-011-4/+48
| * | PCI: Reprogram bridge prefetch registers on resumeDaniel Drake2018-09-271-8/+19
* | | Merge tag 'pci-v4.19-fixes-2' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-09-283-11/+11
|\| |
| * | ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg2018-09-261-5/+6
| * | PCI: dwc: Fix scheduling while atomic issuesJisheng Zhang2018-09-202-6/+5
* | | PCI: hv: Fix return value check in hv_pci_assign_slots()Wei Yongjun2018-09-211-1/+3
* | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-181-0/+37
|\ \ \ | |/ / |/| |
| * | PCI: hv: support reporting serial number as slot informationStephen Hemminger2018-09-171-0/+37
| |/
* | PCI: Fix enabling of PASID on RC integrated endpointsFelix Kuehling2018-09-111-1/+4
* | IB/hfi1,PCI: Allow bus reset while probingDennis Dalessandro2018-09-111-0/+1
* | PCI: Fix faulty logic in pci_reset_bus()Dennis Dalessandro2018-09-111-1/+1
* | PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch2018-09-111-9/+9
* | switchtec: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-09-111-0/+4
* | Revert "PCI: Add ACS quirk for Intel 300 series"Mika Westerberg2018-09-111-6/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-221-3/+9
|\
| * PCI: Add support for relative addressing in quirk tablesArd Biesheuvel2018-08-221-3/+9
* | Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-221-4/+2
|\ \ | |/ |/|