aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-29x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu2-2/+2
2014-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-21/+35
2014-08-08x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu2-2/+3
2014-07-16x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz1-0/+4
2014-07-10x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()Bruno Prémont1-0/+21
2014-06-21x86, irq, SFI: Release IOAPIC pin when PCI device is disabledJiang Liu1-0/+7
2014-06-21x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu1-2/+11
2014-06-21x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu1-12/+7
2014-06-21x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu1-2/+0
2014-06-21x86, SFI, irq: Provide basic irqdomain supportJiang Liu1-0/+3
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACYJiang Liu1-3/+4
2014-06-21x86, PCI, ACPI: Use kmalloc_node() to optimize for performanceJiang Liu1-3/+3
2014-06-04x86: enable DMA CMA with swiotlbAkinobu Mita1-4/+2
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas1-3/+1
2014-05-28Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas2-30/+59
2014-05-27x86/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-3/+1
2014-05-27x86/PCI: Clean up and mark early_root_info_init() as deprecatedSuravee Suthikulpanit1-30/+38
2014-05-23x86/PCI: Move pcibios_assign_resources() annotation to definitionBjorn Helgaas1-6/+6
2014-05-21x86/PCI: Work around AMD Fam15h BIOSes that fail to provide _PXMSuravee Suthikulpanit1-4/+21
2014-05-21x86/PCI: Warn if we have to "guess" host bridge node informationMyron Stowe1-1/+5
2014-04-25x86/PCI: Mark ATI SBx00 HPET BAR as IORESOURCE_PCI_FIXEDBjorn Helgaas1-0/+14
2014-04-25x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resourcesBjorn Helgaas1-5/+10
2014-04-25x86/PCI: Fix Broadcom CNB20LE unintended sign extensionBjorn Helgaas1-2/+2
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+4
2014-04-03Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-9/+20
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-259/+1
2014-03-20x86, pci, amd-bus: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+4
2014-03-18xen: add support for MSI message groupsRoger Pau Monne1-9/+20
2014-02-27x86, platforms: Remove NUMAQH. Peter Anvin2-166/+0
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin3-93/+1
2014-02-18Merge branch 'pci/misc' into nextBjorn Helgaas2-26/+22
2014-02-14x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom1-8/+10
2014-02-12x86/PCI: Fix function definition whitespaceBjorn Helgaas1-10/+7
2014-02-12x86/PCI: Reword commentsBjorn Helgaas1-6/+3
2014-02-12x86/PCI: Remove unnecessary local variable initializationBjorn Helgaas1-2/+2
2014-02-03x86/PCI: Remove acpi_get_pxm() usageBjorn Helgaas1-17/+2
2014-02-03x86/PCI: Use NUMA_NO_NODE, not -1, for unknown nodeBjorn Helgaas1-5/+5
2014-02-03x86/PCI: Remove unnecessary list_empty(&pci_root_infos) checkBjorn Helgaas1-3/+0
2014-02-03x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node()Bjorn Helgaas3-82/+1
2014-02-03x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node()Bjorn Helgaas2-2/+2
2014-02-03x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI busBjorn Helgaas1-0/+10
2014-02-03x86/PCI: Drop return value of pcibios_scan_root()Bjorn Helgaas2-7/+3
2014-02-03x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()Bjorn Helgaas1-30/+19
2014-02-03x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()Bjorn Helgaas2-6/+2
2014-02-03x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()Bjorn Helgaas4-13/+8
2014-02-03x86/PCI: Drop pcibios_scan_root() check for bus already scannedBjorn Helgaas1-9/+0
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+0
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2014-01-20Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2014-01-15x86, intel-mid: Add Merrifield platform supportDavid Cohen1-1/+5