- 692297d watchdog: introduce the hardlockup_detector_disable() function by Ulrich Obergfell · 10 years ago
- d6abfdb x86/spinlocks/paravirt: Fix memory corruption on unlock by Raghavendra K T · 10 years ago
- 29fa682 x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit by Andy Lutomirski · 10 years ago
- 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
- 9919e39 kvm: ensure hard lockup detection is disabled by default by Ulrich Obergfell · 10 years ago
- 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
- 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 65a7f03 x86: fix page fault tracing when KVM guest support enabled by Dave Hansen · 11 years ago
- 9326638 kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation by Masami Hiramatsu · 11 years ago
- 0d75de4 kvm: remove redundant registration of BSP's hv_clock area by Fernando Luis Vázquez Cao · 11 years ago
- e2a0f81 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
- dd41f81 x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visible by Andi Kleen · 11 years ago
- 77f01bd x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101 by Paolo Bonzini · 11 years ago
- 1c300a4 x86, kvm: cache the base of the KVM cpuid leaves by Paolo Bonzini · 11 years ago
- 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
- d780a31 KVM: Fix modprobe failure for kvm_intel/kvm_amd by Tim Gardner · 11 years ago
- 3dbef3e KVM: Enable pvspinlock after jump_label_init() to avoid VM hang by Raghavendra K T · 11 years ago
- 816434e Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 36bd621 x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared as static" by Raghavendra K T · 11 years ago
- 92b7520 kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisor by Srivatsa Vaddagiri · 11 years ago
- 9df56f1 x86: Correctly detect hypervisor by Jason Wang · 11 years ago
- 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
- 6c1e025 context_tracking: Restore correct previous context state on exception exit by Frederic Weisbecker · 12 years ago
- 56dd947 context_tracking: Move exception handling to generic code by Frederic Weisbecker · 12 years ago
- 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 136867f x86/kvm: Fix compile warning in kvm_register_steal_time() by Shuah Khan · 12 years ago
- 5dfd486 x86, kvm: Fix kvm's use of __pa() on percpu areas by Dave Hansen · 12 years ago
- 4cca6ea x86/apic: Allow x2apic without IR on VMware platform by Alok N Kataria · 12 years ago
- 9b132fb Add rcu user eqs exception hooks for async page fault by Li Zhong · 12 years ago
- 859f845 KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf by Gleb Natapov · 12 years ago
- 3dc4f7c x86: kvm guest: pvclock vsyscall support by Marcelo Tosatti · 12 years ago
- c5e015d KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENT by Sasha Levin · 12 years ago
- 90993cd x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUEST by Marcelo Tosatti · 12 years ago
- 8fbe6a5 KVM guest: disable stealtime on reboot to avoid mem corruption by Florian Westphal · 12 years ago
- 9053666 KVM guest: switch to apic_set_eoi_write, apic_write by Michael S. Tsirkin · 12 years ago
- fc73373 KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check by Prarit Bhargava · 12 years ago
- ab9cf49 KVM guest: guest side for eoi avoidance by Michael S. Tsirkin · 13 years ago
- 62c49cc KVM: Do not take reference to mm during async #PF by Gleb Natapov · 13 years ago
- e087592 KVM: Resolve RCU vs. async page fault problem by Gleb Natapov · 13 years ago
- c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 13 years ago
- 5202397 KVM guest: remove KVM guest pv mmu support by Chris Wright · 13 years ago
- d910f5c KVM guest: KVM Steal time registration by Glauber Costa · 13 years ago
- 775077a KVM guest: Fix section mismatch derived from kvm_guest_cpu_online() by Sedat Dilek · 14 years ago
- a63512a KVM guest: Fix kvm clock initialization when it's configured out by Avi Kivity · 14 years ago
- 6adba52 KVM: Let host know whether the guest can handle async PF in non-userspace context. by Gleb Natapov · 14 years ago
- 6c047cd KVM paravirt: Handle async PF in non preemptable context by Gleb Natapov · 14 years ago
- 631bc48 KVM: Handle async PF in a guest. by Gleb Natapov · 14 years ago
- fd10cde KVM paravirt: Add async PF initialization to PV guest. by Gleb Natapov · 14 years ago
- ca3f101 KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c. by Gleb Natapov · 14 years ago
- 6ba6617 KVM guest: do not batch pte updates from interrupt context by Marcelo Tosatti · 15 years ago
- d3ac881 x86, kvm: Fix section mismatches in kvm.c by Rakib Mullick · 16 years ago
- 6cd8e300 Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 16 years ago
- a90ede7 KVM: x86: paravirt skip pit-through-ioapic boot check by Marcelo Tosatti · 16 years ago
- 38f4b8c Merge commit 'origin/master' into for-linus/xen/master by Jeremy Fitzhardinge · 16 years ago
- b407fc5 x86/paravirt: flush pending mmu updates on context switch by Jeremy Fitzhardinge · 16 years ago
- 71ff49d x86: with the last user gone, remove set_pte_present by Jeremy Fitzhardinge · 16 years ago
- f863993 x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn args by Eduardo Habkost · 16 years ago
- 096d14a x86: KVM guest: hypercall batching by Marcelo Tosatti · 17 years ago
- 1da8a77 x86: KVM guest: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 17 years ago
- 0cf1bfd x86: KVM guest: add basic paravirt support by Marcelo Tosatti · 17 years ago