summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kvm.c
AgeCommit message (Expand)Author
2017-09-10KVM: async_pf: make rcu irq exit if not triggered from idle taskWanpeng Li
2017-06-25kvm: async_pf: fix rcu_irq_enter() with irqs enabledPaolo Bonzini
2015-04-14watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell
2015-02-18x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T
2014-12-10x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14kvm: ensure hard lockup detection is disabled by defaultUlrich Obergfell
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-05-22x86: fix page fault tracing when KVM guest support enabledDave Hansen
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu
2014-02-22kvm: remove redundant registration of BSP's hv_clock areaFernando Luis Vázquez Cao
2014-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-01-29x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen
2014-01-29x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini
2014-01-29x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi
2013-10-30KVM: Fix modprobe failure for kvm_intel/kvm_amdTim Gardner
2013-10-15KVM: Enable pvspinlock after jump_label_init() to avoid VM hangRaghavendra K T
2013-09-04Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-08-19x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a...Raghavendra K T
2013-08-14kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisorSrivatsa Vaddagiri
2013-08-05x86: Correctly detect hypervisorJason Wang
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2013-03-07context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker
2013-03-07context_tracking: Move exception handling to generic codeFrederic Weisbecker
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-11x86/kvm: Fix compile warning in kvm_register_steal_time()Shuah Khan
2013-01-25x86, kvm: Fix kvm's use of __pa() on percpu areasDave Hansen
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria
2012-12-18Add rcu user eqs exception hooks for async page faultLi Zhong
2012-11-28KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov
2012-11-27x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti
2012-10-22KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENTSasha Levin
2012-08-23x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti
2012-08-15KVM guest: disable stealtime on reboot to avoid mem corruptionFlorian Westphal
2012-07-16KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin
2012-07-11KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava
2012-06-25KVM guest: guest side for eoi avoidanceMichael S. Tsirkin
2012-05-06KVM: Do not take reference to mm during async #PFGleb Natapov
2012-04-05KVM: Resolve RCU vs. async page fault problemGleb Natapov
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2011-12-27KVM guest: remove KVM guest pv mmu supportChris Wright
2011-07-24KVM guest: KVM Steal time registrationGlauber Costa
2011-03-17KVM guest: Fix section mismatch derived from kvm_guest_cpu_online()Sedat Dilek
2011-01-12KVM guest: Fix kvm clock initialization when it's configured outAvi Kivity
2011-01-12KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov
2011-01-12KVM paravirt: Handle async PF in non preemptable contextGleb Natapov
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov
2011-01-12KVM paravirt: Add async PF initialization to PV guest.Gleb Natapov