aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-47/+0
2017-05-08x86: use set_memory.h headerLaura Abbott1-1/+1
2017-05-02xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky1-1/+1
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-15/+17
2017-04-20x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse1-48/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-03-09Merge tag 'for-linus-4.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-16/+7
2017-03-01x86/PCI: Implement pcibios_release_device to release IRQ from IOAPICRui Wang1-0/+9
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updatesIngo Molnar2-6/+6
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-6/+6
2017-02-22xen: do not re-use pirq number cached in pci device msi msg dataDan Streetman1-16/+7
2017-01-28x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Use bool in query APIsIngo Molnar1-7/+7
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all()Ingo Molnar1-2/+2
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar1-0/+2
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar4-4/+4
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2-5/+5
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2017-01-11x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6FBjorn Helgaas1-0/+10
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2016-12-08xen/pci: Bubble up error and fix description.Konrad Rzeszutek Wilk1-2/+2
2016-11-22x86/pci/amd-bus: Convert to hotplug state machineSebastian Andrzej Siewior1-27/+7
2016-10-07Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-773/+7
2016-10-06Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2016-10-05Merge branch 'pci/host-vmd' into nextBjorn Helgaas2-768/+0
2016-10-04x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch2-763/+0
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed1-1/+1
2016-09-23x86/PCI: VMD: Request userspace control of PCIe hotplug indicatorsKeith Busch2-0/+8
2016-09-19x86/PCI: VMD: Synchronize with RCU freeing MSI IRQ descsKeith Busch1-0/+2
2016-09-19x86/PCI: VMD: Eliminate index member from IRQ listJon Derrick1-7/+13
2016-09-19x86/PCI: VMD: Eliminate vmd_vector member from list typeJon Derrick1-8/+5
2016-09-19x86/PCI: VMD: Convert to use pci_alloc_irq_vectors() APIJon Derrick1-12/+3
2016-09-19x86/PCI: VMD: Allocate IRQ lists with correct MSI-X countJon Derrick1-5/+5
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2-9/+21
2016-09-01PCI: Mark Haswell Power Control Unit as having non-compliant BARsBjorn Helgaas1-7/+13
2016-08-23x86/PCI: VMD: Fix infinite loop executing irq'sKeith Busch1-2/+8
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-2/+5
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2-9/+9
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-17/+26
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-08-01Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pci/host-hv', 'pci/host-vmd' and 'pci/host-xilinx' into nextBjorn Helgaas1-16/+25
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-25Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+42
2016-07-14x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-07-14Merge branch 'x86/platform' into x86/headers, to apply dependent patchesIngo Molnar1-9/+42
2016-07-13x86/pci: Use MRFLD abbreviation for MerrifieldAndy Shevchenko1-4/+4
2016-07-08x86/pci, x86/platform/intel_mid_pci: Remove duplicate power off codeAndy Shevchenko1-9/+4
2016-07-02Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()"Sinan Kaya1-0/+1
2016-06-20x86/PCI: VMD: Separate MSI and MSI-X vector sharingKeith Busch1-4/+8