summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-42/+213
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+18
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds5-231/+61
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse1-105/+25
2012-12-11mm: fix cache coloring on x86_64 architectureMichel Lespinasse1-2/+2
2012-12-11mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse3-126/+33
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-0/+3
2012-12-11KVM: emulator: fix real mode segment checks in address linearizationGleb Natapov1-2/+3
2012-12-11VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov1-1/+1
2012-12-11KVM: VMX: fix DPL during entry to protected modeGleb Natapov1-0/+1
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2012-12-11x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei2-3/+4
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+8
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-0/+2
2012-12-11mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli1-2/+9
2012-12-11mm: numa: define _PAGE_NUMAAndrea Arcangeli1-0/+20
2012-12-11x86/mm: Introduce pte_accessible()Rik van Riel1-0/+6
2012-12-11x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel1-1/+0
2012-12-11x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel1-1/+8
2012-12-10Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas1-2/+2
2012-12-10x86: Fix the error of using "const" in gen-insn-attr-x86.awkCong Ding1-3/+3
2012-12-10PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas1-2/+2
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-0/+42
2012-12-08Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-35/+19
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar34-195/+548
2012-12-07Merge branch 'pci/daniel-numachip' into nextBjorn Helgaas5-0/+152
2012-12-07x86/PCI: Add NumaChip remote PCI supportDaniel J Blueman5-0/+152
2012-12-07x86 mtrr: fix comment typo in mtrr_bp_initOlaf Hering1-1/+1
2012-12-06Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas5-4/+161
2012-12-06KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei1-0/+67
2012-12-06x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2-0/+34
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna2-16/+16
2012-12-06KVM: MMU: optimize for set_spteXiao Guangrong1-4/+12
2012-12-05x86: Use PCI setup dataMatthew Garrett2-4/+30
2012-12-05EFI: Stash ROMs if they're not in the PCI BARMatthew Garrett3-0/+131
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina4-16/+17
2012-12-05kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2-18/+1
2012-12-05kvm: remove unnecessary bit checking for ept violationZhang Xiantao1-5/+0
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar7-17/+18
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka1-0/+1
2012-12-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+7
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2012-11-30Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux...Konrad Rzeszutek Wilk3-2/+17
2012-11-30xen/PVonHVM: fix compile warning in init_hvm_pv_infoOlaf Hering1-1/+1
2012-11-30x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin2-6/+14
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld8-0/+53
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld5-21/+56
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker7-18/+18
2012-11-29KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong1-0/+17