aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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