summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-6/+6
|\
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-242-5/+5
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6FBjorn Helgaas2017-01-111-0/+10
|/
* Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-131-2/+2
|\
| * xen/pci: Bubble up error and fix description.Konrad Rzeszutek Wilk2016-12-081-2/+2
* | x86/pci/amd-bus: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-27/+7
|/
* Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-073-773/+7
|\
| * Merge branch 'pci/host-vmd' into nextBjorn Helgaas2016-10-052-768/+0
| |\
| | * x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch2016-10-042-763/+0
| | * x86/PCI: VMD: Synchronize with RCU freeing MSI IRQ descsKeith Busch2016-09-191-0/+2
| | * x86/PCI: VMD: Eliminate index member from IRQ listJon Derrick2016-09-191-7/+13
| | * x86/PCI: VMD: Eliminate vmd_vector member from list typeJon Derrick2016-09-191-8/+5
| | * x86/PCI: VMD: Convert to use pci_alloc_irq_vectors() APIJon Derrick2016-09-191-12/+3
| | * x86/PCI: VMD: Allocate IRQ lists with correct MSI-X countJon Derrick2016-09-191-5/+5
| * | x86/PCI: VMD: Request userspace control of PCIe hotplug indicatorsKeith Busch2016-09-232-0/+8
| |/
* | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-061-1/+1
|\ \
| * | xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-301-1/+1
| |/
* | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-152-9/+21
|\ \
| * | PCI: Mark Haswell Power Control Unit as having non-compliant BARsBjorn Helgaas2016-09-011-7/+13
| * | x86/PCI: VMD: Fix infinite loop executing irq'sKeith Busch2016-08-231-2/+8
| |/
* / x86: Apply more __ro_after_init and constKees Cook2016-08-101-2/+5
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-042-9/+9
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-022-17/+26
|\
| *-. Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pc...Bjorn Helgaas2016-08-011-16/+25
| |\ \
| | | * x86/PCI: VMD: Separate MSI and MSI-X vector sharingKeith Busch2016-06-201-4/+8
| | | * x86/PCI: VMD: Use x86_vector_domain as parent domainKeith Busch2016-06-201-1/+1
| | | * x86/PCI: VMD: Use lock save/restore in interrupt enable pathJon Derrick2016-06-201-8/+12
| | | * x86/PCI: VMD: Initialize list item in IRQ disableKeith Busch2016-06-131-0/+1
| | | * x86/PCI: VMD: Select device dma ops to overrideKeith Busch2016-06-131-3/+3
| | |/
| * / PCI: Fix comment typoAndrea Gelmini2016-06-101-1/+1
| |/
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\ \
| * | x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
| * | Merge branch 'x86/platform' into x86/headers, to apply dependent patchesIngo Molnar2016-07-141-9/+42
| |\ \
* | \ \ Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-251-1/+1
|\ \ \ \
| * | | | x86/PCI/VMD: Use untracked irq handlerKeith Busch2016-06-181-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-251-9/+42
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | x86/pci: Use MRFLD abbreviation for MerrifieldAndy Shevchenko2016-07-131-4/+4
| * | x86/pci, x86/platform/intel_mid_pci: Remove duplicate power off codeAndy Shevchenko2016-07-081-9/+4
| * | x86/platform/intel-mid: Add Power Management Unit driverAndy Shevchenko2016-06-151-5/+35
| * | x86/platform/intel_mid_pci: Rework IRQ0 workaroundAndy Shevchenko2016-06-141-2/+10
| |/
* / Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()"Sinan Kaya2016-07-021-0/+1
|/
* Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-241-2/+5
|\
| * xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini2016-05-241-2/+5
* | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-192-1/+8
|\ \
| | \
| | \
| *-. \ Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas2016-05-171-0/+7
| |\ \ \ | | | |/ | | |/|
| | | * x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARsPrarit Bhargava2016-05-161-0/+7
| | |/
| * / x86/PCI: Refine PCI support check in pcibios_init()Adrian-Ken Rueegsegger2016-04-111-1/+1
| |/
* | Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-05-161-1/+0
|\ \
| * | ACPI,PCI,IRQ: remove redundant code in acpi_irq_penalty_init()Sinan Kaya2016-05-051-1/+0
| |/