aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-1/+1
2013-10-30KVM: Fix modprobe failure for kvm_intel/kvm_amdTim Gardner1-1/+1
2013-10-15KVM: Enable pvspinlock after jump_label_init() to avoid VM hangRaghavendra K T1-3/+14
2013-09-04Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+262
2013-08-19x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared as static"Raghavendra K T1-1/+1
2013-08-14kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisorSrivatsa Vaddagiri1-0/+262
2013-08-05x86: Correctly detect hypervisorJason Wang1-4/+2
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-5/+5
2013-03-07context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker1-2/+4
2013-03-07context_tracking: Move exception handling to generic codeFrederic Weisbecker1-1/+1
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+6
2013-02-11x86/kvm: Fix compile warning in kvm_register_steal_time()Shuah Khan1-2/+2
2013-01-25x86, kvm: Fix kvm's use of __pa() on percpu areasDave Hansen1-4/+5
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria1-0/+1
2012-12-18Add rcu user eqs exception hooks for async page faultLi Zhong1-2/+10
2012-11-28KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov1-6/+1
2012-11-27x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti1-0/+13
2012-10-22KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENTSasha Levin1-0/+3
2012-08-23x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti1-2/+0
2012-08-15KVM guest: disable stealtime on reboot to avoid mem corruptionFlorian Westphal1-0/+1
2012-07-16KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin1-10/+3
2012-07-11KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava1-0/+14
2012-06-25KVM guest: guest side for eoi avoidanceMichael S. Tsirkin1-3/+54
2012-05-06KVM: Do not take reference to mm during async #PFGleb Natapov1-8/+1
2012-04-05KVM: Resolve RCU vs. async page fault problemGleb Natapov1-0/+4
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-2/+2
2011-12-27KVM guest: remove KVM guest pv mmu supportChris Wright1-181/+0
2011-07-24KVM guest: KVM Steal time registrationGlauber Costa1-0/+72
2011-03-17KVM guest: Fix section mismatch derived from kvm_guest_cpu_online()Sedat Dilek1-1/+1
2011-01-12KVM guest: Fix kvm clock initialization when it's configured outAvi Kivity1-0/+2
2011-01-12KVM: Let host know whether the guest can handle async PF in non-userspace context.Gleb Natapov1-0/+3
2011-01-12KVM paravirt: Handle async PF in non preemptable contextGleb Natapov1-6/+34
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov1-0/+181
2011-01-12KVM paravirt: Add async PF initialization to PV guest.Gleb Natapov1-0/+92
2011-01-12KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.Gleb Natapov1-0/+11
2009-09-10KVM guest: do not batch pte updates from interrupt contextMarcelo Tosatti1-6/+1
2009-07-03x86, kvm: Fix section mismatches in kvm.cRakib Mullick1-1/+1
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2009-06-10KVM: x86: paravirt skip pit-through-ioapic boot checkMarcelo Tosatti1-0/+4
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge1-7/+0
2009-03-29x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge1-1/+1
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge1-7/+0
2008-08-22x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsEduardo Habkost1-1/+1
2008-04-27x86: KVM guest: hypercall batchingMarcelo Tosatti1-2/+60
2008-04-27x86: KVM guest: hypercall based pte updates and TLB flushesMarcelo Tosatti1-0/+138
2008-04-27x86: KVM guest: add basic paravirt supportMarcelo Tosatti1-0/+52