aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM guest: do not batch pte updates from interrupt contextGravatar Marcelo Tosatti 1-6/+1
2009-07-03x86, kvm: Fix section mismatches in kvm.cGravatar Rakib Mullick 1-1/+1
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+4
2009-06-10KVM: x86: paravirt skip pit-through-ioapic boot checkGravatar Marcelo Tosatti 1-0/+4
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterGravatar Jeremy Fitzhardinge 1-7/+0
2009-03-29x86/paravirt: flush pending mmu updates on context switchGravatar Jeremy Fitzhardinge 1-1/+1
2009-03-19x86: with the last user gone, remove set_pte_presentGravatar Jeremy Fitzhardinge 1-7/+0
2008-08-22x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsGravatar Eduardo Habkost 1-1/+1
2008-04-27x86: KVM guest: hypercall batchingGravatar Marcelo Tosatti 1-2/+60
2008-04-27x86: KVM guest: hypercall based pte updates and TLB flushesGravatar Marcelo Tosatti 1-0/+138
2008-04-27x86: KVM guest: add basic paravirt supportGravatar Marcelo Tosatti 1-0/+52