summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-242-12/+0
|\
| *---. Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel2012-07-232-12/+0
| |\ \ \
| | | * | iommu: Remove group_mfAlex Williamson2012-06-252-12/+0
* | | | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-2411-168/+440
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-1/+1
| |\ \ \ \ \
| | * | | | | x86/PCI: adjust section annotations for pcibios_setup()Myron Stowe2012-07-051-1/+1
| * | | | | | Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas2012-06-231-1/+1
| |\ \ \ \ \ \
| | * | | | | | PCI: do not call pci_set_power_state with PCI_D3coldHuang Ying2012-06-231-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'topic/jiang-mmconfig-v10' into nextBjorn Helgaas2012-06-225-152/+409
| |\ \ \ \ \ \
| | * | | | | | x86/PCI: use pr_level() to replace printk(KERN_LEVEL)Jiang Liu2012-06-222-14/+10
| | * | | | | | x86/PCI: refine __pci_mmcfg_init() for better code readabilityJiang Liu2012-06-221-25/+21
| | * | | | | | x86/PCI: get rid of redundant log messagesJiang Liu2012-06-221-7/+0
| | * | | | | | x86/PCI: simplify pci_mmcfg_late_insert_resources()Jiang Liu2012-06-221-26/+8
| | * | | | | | x86/PCI: update MMCONFIG information when hot-plugging PCI host bridgesJiang Liu2012-06-224-5/+93
| | * | | | | | x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplugJiang Liu2012-06-222-4/+109
| | * | | | | | x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtimeJiang Liu2012-06-221-36/+68
| | * | | | | | x86/PCI: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap()Jiang Liu2012-06-223-12/+43
| | * | | | | | x86/PCI: use RCU list to protect mmconfig listJiang Liu2012-06-223-10/+34
| | * | | | | | x86/PCI: split out pci_mmconfig_alloc() for code reuseJiang Liu2012-06-221-4/+15
| | * | | | | | x86/PCI: split out pci_mmcfg_check_reserved() for code reuseJiang Liu2012-06-221-26/+25
| * | | | | | | Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas2012-06-181-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | x86/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior2012-06-121-1/+1
| | |/ / / / /
| * | | | | | x86/PCI: put busn resource in pci_root_info for native host bridge driversYinghai Lu2012-06-133-9/+23
| * | | | | | x86/PCI: use _CRS bus number aperture for host bridges from ACPIYinghai Lu2012-06-131-4/+5
| * | | | | | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-1/+1
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\ \ \ \ \ \
| * | | | | | module.c: spelling s/postition/position/gGeert Uytterhoeven2012-07-201-1/+1
* | | | | | | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-248-77/+247
|\ \ \ \ \ \ \
| * | | | | | | xen: populate correct number of pages when across mem boundary (v2)zhenzhong.duan2012-07-191-14/+9
| * | | | | | | xen PVonHVM: move shared_info to MMIO before kexecOlaf Hering2012-07-193-13/+109
| * | | | | | | xen: simplify init_hvm_pv_infoOlaf Hering2012-07-191-32/+26
| * | | | | | | xen: remove cast from HYPERVISOR_shared_info assignmentOlaf Hering2012-07-191-1/+1
| * | | | | | | xen/x86: avoid updating TLS descriptors if they haven't changedDavid Vrabel2012-07-191-3/+26
| * | | | | | | xen/x86: add desc_equal() to compare GDT descriptorsDavid Vrabel2012-07-191-0/+6
| * | | | | | | xen/mm: zero PTEs for non-present MFNs in the initial page tableDavid Vrabel2012-07-191-1/+8
| * | | | | | | xen/mm: do direct hypercall in xen_set_pte() if batching is unavailableDavid Vrabel2012-07-191-5/+25
| * | | | | | | xen/mce: Register native mce handler as vMCE bounce back pointLiu, Jinsong2012-07-191-3/+7
| * | | | | | | x86, MCE, AMD: Adjust initcall sequence for xenLiu, Jinsong2012-07-191-1/+21
| * | | | | | | xen/mce: Add mcelog support for Xen platformLiu, Jinsong2012-07-193-6/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-2425-291/+1172
|\ \ \ \ \ \ \
| * | | | | | | KVM: fix race with level interruptsMichael S. Tsirkin2012-07-202-4/+28
| * | | | | | | x86, hyper: fix build with !CONFIG_KVM_GUESTAvi Kivity2012-07-181-0/+2
| * | | | | | | Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin2012-07-161-5/+0
| * | | | | | | KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin2012-07-161-10/+3
| * | | | | | | apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2012-07-162-0/+20
| * | | | | | | KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie2012-07-128-7/+77
| * | | | | | | KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava2012-07-113-0/+16
| * | | | | | | KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong2012-07-112-6/+4
| * | | | | | | KVM: MMU: trace fast page faultXiao Guangrong2012-07-112-0/+40
| * | | | | | | KVM: MMU: fast path of handling guest page faultXiao Guangrong2012-07-111-17/+127
OpenPOWER on IntegriCloud