summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * PCI / ACPI / PM: Resume all bridges on suspend-to-RAMRafael J. Wysocki2018-08-171-4/+2
* | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-1673-1563/+2785
|\ \
| * \ Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2018-08-151-1/+12
| |\ \
| | * | PCI: vmd: White list for fast interrupt handlersKeith Busch2018-06-281-1/+12
| * | | Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas2018-08-151-85/+68
| |\ \ \
| | * | | PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers()Thomas Petazzoni2018-08-081-5/+0
| | * | | PCI: mvebu: Convert to use pci_host_bridge directlyThomas Petazzoni2018-08-081-73/+63
| | * | | PCI: mvebu: Use resource_size() to remap I/O spaceThomas Petazzoni2018-08-081-2/+2
| | * | | PCI: mvebu: Only remap I/O space if configuredThomas Petazzoni2018-08-081-3/+3
| | * | | PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni2018-08-081-1/+1
| | * | | PCI: mvebu: Remove redundant platform_set_drvdata() callThomas Petazzoni2018-08-081-2/+0
| | |/ /