aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2010-07-23KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSRAvi Kivity
2010-07-23KVM: MMU: fix conflict access permissions in direct spXiao Guangrong
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-07-12KVM: MMU: flush remote tlbs when overwriting spte with different pfnXiao Guangrong
2010-07-06KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruptionAvi Kivity
2010-06-09KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity
2010-06-09KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti
2010-06-09KVM: SVM: Implement workaround for Erratum 383Joerg Roedel
2010-06-09KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-05-19KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity
2010-05-19KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity
2010-05-19KVM: x86: Check LMA bit before set_eferSheng Yang
2010-05-19KVM: Don't allow lmsw to clear cr0.peAvi Kivity
2010-05-19KVM: x86: Tell the guest we'll warn it about tsc stabilityGlauber Costa
2010-05-19KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUIDGlauber Costa
2010-05-19KVM: x86: change msr numbers for kvmclockGlauber Costa
2010-05-19KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg
2010-05-19KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel
2010-05-19KVM: x86: Fix exception reinjection forced to trueJoerg Roedel
2010-05-19KVM: Fix wallclock version writing raceAvi Kivity
2010-05-19KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity
2010-05-19KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang
2010-05-19KVM: x86: properly update ready_for_interrupt_injectionMarcelo Tosatti
2010-05-19KVM: VMX: Atomically switch efer if EPT && !EFER.NXAvi Kivity
2010-05-19KVM: VMX: Add facility to atomically switch MSRs on guest entry/exitAvi Kivity
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity
2010-05-19KVM: MMU: cleanup invlpg codeXiao Guangrong
2010-05-19KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong
2010-05-19KVM: MMU: convert mmu tracepointsXiao Guangrong
2010-05-19KVM: MMU: fix for calculating gpa in invlpg codeXiao Guangrong
2010-05-19KVM: Fix mmu shrinker errorGui Jianfeng
2010-05-19KVM: MMU: fix hashing for TDP and non-paging modesEric Northup
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-17KVM: MMU: fix sp->unsync type error in trace event definitionGui Jianfeng
2010-05-17KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel
2010-05-17KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel
2010-05-17KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel
2010-05-17KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel
2010-05-17KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel
2010-05-17KVM: SVM: Fix nested nmi handlingJoerg Roedel
2010-05-17Merge remote branch 'tip/perf/core'Avi Kivity
2010-05-17KVM: VMX: free vpid when fail to create vcpuLai Jiangshan
2010-05-17KVM: MMU: cleanup for function unaccount_shadowed()Wei Yongjun
2010-05-17KVM: Get rid of dead function gva_to_page()Gui Jianfeng
2010-05-17KVM: MMU: Remove unused varialbe in rmap_next()Gui Jianfeng
2010-05-17KVM: MMU: Make use of is_large_pte() in walkerGui Jianfeng
2010-05-17KVM: MMU: Move sync_page() first pte address calculation out of loopGui Jianfeng