summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2012-12-06KVM: MMU: optimize for set_spteXiao Guangrong
2012-12-05x86: Use PCI setup dataMatthew Garrett
2012-12-05EFI: Stash ROMs if they're not in the PCI BARMatthew Garrett
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina
2012-12-05kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao
2012-12-05kvm: remove unnecessary bit checking for ept violationZhang Xiantao
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka
2012-12-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-11-30Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux...Konrad Rzeszutek Wilk
2012-11-30xen/PVonHVM: fix compile warning in init_hvm_pv_infoOlaf Hering
2012-11-30x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-11-29KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong
2012-11-29x86, 386 removal: Document Nx586 as a 386 and thus unsupportedH. Peter Anvin
2012-11-29x86, cleanups: Simplify sync_core() in the case of no CPUIDH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_X86_POPAD_OKH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_BSWAPH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_XADDH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_M386 from KconfigH. Peter Anvin
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki
2012-11-29Merge branch 'acpi-enumeration'Rafael J. Wysocki
2012-11-29xen: arm: implement remap interfaces needed for privcmd mappings.Ian Campbell
2012-11-29xen: correctly use xen_pfn_t in remap_domain_mfn_range.Ian Campbell
2012-11-29xen: balloon: allow PVMMU interfaces to be compiled outIan Campbell
2012-11-29xen: add pages parameter to xen_remap_domain_mfn_rangeIan Campbell
2012-11-29unify default ptrace_signal_deliverAl Viro
2012-11-29death to idle_regs()Al Viro
2012-11-29flagday: don't pass regs to copy_thread()Al Viro
2012-11-29take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro
2012-11-29x86, um: switch to generic fork/vfork/cloneAl Viro
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro
2012-11-29consolidate sys_execve() prototypeAl Viro
2012-11-29KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong
2012-11-28KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov
2012-11-28xen/acpi: Move the xen_running_on_version_or_later function.Konrad Rzeszutek Wilk
2012-11-28KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti
2012-11-28KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti
2012-11-28KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti
2012-11-28KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti
2012-11-28KVM: x86: notifier for clocksource changesMarcelo Tosatti
2012-11-28KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti
2012-11-28x86: vdso: pvclock gettime supportMarcelo Tosatti
2012-11-28x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti