aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-23/+53
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+2
2017-07-02Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+32
2017-07-02Merge branch 'pci/pm' into nextBjorn Helgaas1-0/+15
2017-06-30x86/PCI: Avoid AMD SB7xx EHCI USB wakeup defectKai-Heng Feng1-0/+15
2017-06-28PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11Bjorn Helgaas1-0/+32
2017-06-28x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIGThomas Gleixner1-2/+2
2017-06-28x86/PCI/ce4100: Properly lock accessor functionsThomas Gleixner1-39/+48
2017-06-28x86/PCI: Abort if legacy init failsThomas Gleixner1-8/+10
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig1-1/+2
2017-06-15x86/PCI: Simplify Dell DMI B1 quirkJean Delvare1-22/+5
2017-06-13x86/PCI: Fix whitespace in set_bios_x() printkVincent Legoll1-1/+1
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