summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-01-251-47/+2
|\
| * x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu2015-01-201-0/+2
| * x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu2015-01-201-47/+0
* | x86/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+1
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-192-6/+29
|\
| * x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu2014-12-161-4/+2
| * x86, irq: Keep balance of IOAPIC pin reference countJiang Liu2014-12-162-2/+15
| * x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich2014-12-161-0/+12
* | Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-12-111-2/+29
|\ \ | |/ |/|
| * xen/pci: Use APIC directly when APIC virtualization hardware is availableBoris Ostrovsky2014-12-041-0/+16
| * xen/pci: Defer initialization of MSI ops on HVM guestsBoris Ostrovsky2014-12-041-2/+13
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-101-2/+2
|\ \
| * | x86: Use new cache mode type in arch/x86/pciJuergen Gross2014-11-161-2/+2
| |/
| |
| \
*-. | Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.k...Linus Torvalds2014-12-101-1/+1
|\ \|
| * | x86: numachip: APIC driver cleanupsDaniel J Blueman2014-11-041-1/+1
| |/
* | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
* | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-231-1/+1
* | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-111-12/+1
* | PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-061-0/+2
|/
* Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-111-2/+0
|\
| * x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2014-09-231-2/+0
* | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-093-32/+36
|\ \ | |/ |/|
| * x86/PCI: Mark PCI BIOS initialization code as suchMathias Krause2014-09-241-4/+4
| * x86/PCI: Constify pci_mmcfg_probes[] arrayMathias Krause2014-09-241-1/+1
| * x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconstMathias Krause2014-09-241-10/+14
| * x86/PCI: Move __init annotation to the correct placeMathias Krause2014-09-241-7/+7
| * x86/PCI: Mark DMI tables as initialization dataMathias Krause2014-09-221-10/+10
* | Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-191-23/+1
|\ \
| * | vgaarb: Don't default exclusively to first video device with mem+ioBruno Prémont2014-09-161-23/+1
| |/
* / x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu2014-08-292-2/+2
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-134-21/+35
|\
| * x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu2014-08-082-2/+3
| * x86, irq, SFI: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+7
| * x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-2/+11
| * x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-12/+7
| * x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-2/+0
| * x86, SFI, irq: Provide basic irqdomain supportJiang Liu2014-06-211-0/+3
| * x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-211-3/+4
| * x86, PCI, ACPI: Use kmalloc_node() to optimize for performanceJiang Liu2014-06-211-3/+3
* | x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz2014-07-161-0/+4
* | x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()Bruno Prémont2014-07-101-0/+21
|/
* x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-041-4/+2
*-. Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-281-3/+1
|\ \
| | * x86/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-3/+1
| |/
| |
| \
*-. \ Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas2014-05-282-30/+59
|\ \ \ | | |/ | |/|
| | * x86/PCI: Clean up and mark early_root_info_init() as deprecatedSuravee Suthikulpanit2014-05-271-30/+38
| | * x86/PCI: Work around AMD Fam15h BIOSes that fail to provide _PXMSuravee Suthikulpanit2014-05-211-4/+21
| | * x86/PCI: Warn if we have to "guess" host bridge node informationMyron Stowe2014-05-211-1/+5
| |/
* | x86/PCI: Move pcibios_assign_resources() annotation to definitionBjorn Helgaas2014-05-231-6/+6
* | x86/PCI: Mark ATI SBx00 HPET BAR as IORESOURCE_PCI_FIXEDBjorn Helgaas2014-04-251-0/+14