aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-7/+1
2012-09-24Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas1-2/+1
2012-09-21x86/PCI: Clear host bridge aperture struct resourceYinghai Lu1-2/+1
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin1-1/+1
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-5/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-1/+1
2012-07-05x86/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-1/+1
2012-06-23Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas1-1/+1
2012-06-23PCI: do not call pci_set_power_state with PCI_D3coldHuang Ying1-1/+1
2012-06-22x86/PCI: use pr_level() to replace printk(KERN_LEVEL)Jiang Liu2-14/+10
2012-06-22x86/PCI: refine __pci_mmcfg_init() for better code readabilityJiang Liu1-25/+21
2012-06-22x86/PCI: get rid of redundant log messagesJiang Liu1-7/+0
2012-06-22x86/PCI: simplify pci_mmcfg_late_insert_resources()Jiang Liu1-26/+8
2012-06-22x86/PCI: update MMCONFIG information when hot-plugging PCI host bridgesJiang Liu3-5/+92
2012-06-22x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplugJiang Liu1-4/+105
2012-06-22x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtimeJiang Liu1-36/+68
2012-06-22x86/PCI: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap()Jiang Liu2-12/+41
2012-06-22x86/PCI: use RCU list to protect mmconfig listJiang Liu3-10/+34
2012-06-22x86/PCI: split out pci_mmconfig_alloc() for code reuseJiang Liu1-4/+15
2012-06-22x86/PCI: split out pci_mmcfg_check_reserved() for code reuseJiang Liu1-26/+25
2012-06-13x86/PCI: put busn resource in pci_root_info for native host bridge driversYinghai Lu3-9/+23
2012-06-13x86/PCI: use _CRS bus number aperture for host bridges from ACPIYinghai Lu1-4/+5
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+4
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+3
2012-05-23Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+368
2012-05-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+17
2012-05-21xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini1-0/+4
2012-05-17x86: Fix boot on Twinhead H12YAlan Cox1-0/+17
2012-05-17x86/vga: fix build with efi disabled.Dave Airlie1-1/+1
2012-05-16x86/vga: set the default device from the fixup.Dave Airlie1-0/+3
2012-05-15x86/PCI: only check for spinlock being held in SMP kernelsBjorn Helgaas1-1/+1
2012-05-07resources: add resource_overlaps()Wei Yang1-11/+1
2012-05-07Merge branch 'topic/stratus' into nextBjorn Helgaas1-0/+16
2012-05-01x86/PCI: fix unused variable warning in amd_bus.cYinghai Lu1-5/+10
2012-04-30PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas1-0/+16
2012-04-30x86/PCI: merge pcibios_scan_root() and pci_scan_bus_on_node()Yinghai Lu1-23/+4
2012-04-30x86/PCI: dynamically allocate pci_root_info for native host bridge driversYinghai Lu4-87/+88
2012-04-30x86/PCI: embed pci_sysdata into pci_root_info on ACPI pathYinghai Lu1-17/+4
2012-04-30x86/PCI: embed name into pci_root_info structYinghai Lu1-5/+2
2012-04-30x86/PCI: add host bridge resource release for _CRS pathYinghai Lu1-12/+51
2012-04-30x86/PCI: refactor get_current_resources()Yinghai Lu1-21/+13
2012-04-30x86/PCI: fix memleak with get_current_resources()Yinghai Lu1-19/+30
2012-04-12x86, platform: Initial support for sta2x11 I/O hubAlessandro Rubini2-0/+368
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds4-11/+133
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+27
2012-03-02x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'Myron Stowe1-0/+2
2012-03-01x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS versionJonathan Nieder1-1/+0
2012-02-28x86/PCI: use host bridge _CRS info on MSI MS-7253Jonathan Nieder1-0/+11