aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-08Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/coreIngo 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/paulmck/linux-rcu into core/rcuIngo 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/kernel/git/tip/tipLinus Torvalds1-0/+7
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2012-11-30Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux into stable/for-linus-3.8Konrad 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
2012-11-29x86, 386 removal: Document Nx586 as a 386 and thus unsupportedH. Peter Anvin1-1/+1
2012-11-29x86, cleanups: Simplify sync_core() in the case of no CPUIDH. Peter Anvin1-10/+21
2012-11-29x86, 386 removal: Remove CONFIG_X86_POPAD_OKH. Peter Anvin2-32/+0
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin4-106/+1
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin6-25/+3
2012-11-29x86, 386 removal: Remove CONFIG_BSWAPH. Peter Anvin4-54/+4
2012-11-29x86, 386 removal: Remove CONFIG_XADDH. Peter Anvin5-42/+2
2012-11-29x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin6-117/+1
2012-11-29x86, 386 removal: Remove CONFIG_M386 from KconfigH. Peter Anvin5-42/+27
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki1-0/+2
2012-11-29Merge branch 'acpi-enumeration'Rafael J. Wysocki2-3/+6
2012-11-29xen: arm: implement remap interfaces needed for privcmd mappings.Ian Campbell1-0/+1
2012-11-29xen: correctly use xen_pfn_t in remap_domain_mfn_range.Ian Campbell1-1/+1
2012-11-29xen: balloon: allow PVMMU interfaces to be compiled outIan Campbell1-0/+1
2012-11-29xen: add pages parameter to xen_remap_domain_mfn_rangeIan Campbell1-1/+14
2012-11-29unify default ptrace_signal_deliverAl Viro1-2/+0
2012-11-28death to idle_regs()Al Viro2-11/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro2-4/+2
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2-13/+0
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro15-98/+52
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-2/+3
2012-11-28consolidate sys_execve() prototypeAl Viro1-3/+0
2012-11-28KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong1-3/+5