-
- Downloads
Merge branch 'queue' into next
* queue:
KVM: MMU: Eliminate pointless temporary 'ac'
KVM: MMU: Avoid access/dirty update loop if all is well
KVM: MMU: Eliminate eperm temporary
KVM: MMU: Optimize is_last_gpte()
KVM: MMU: Simplify walk_addr_generic() loop
KVM: MMU: Optimize pte permission checks
KVM: MMU: Update accessed and dirty bits after guest pagetable walk
KVM: MMU: Move gpte_access() out of paging_tmpl.h
KVM: MMU: Optimize gpte_access() slightly
KVM: MMU: Push clean gpte write protection out of gpte_access()
KVM: clarify kvmclock documentation
KVM: make processes waiting on vcpu mutex killable
KVM: SVM: Make use of asm.h
KVM: VMX: Make use of asm.h
KVM: VMX: Make lto-friendly
Signed-off-by:
Avi Kivity <avi@redhat.com>
Showing
- Documentation/virtual/kvm/msr.txt 20 additions, 12 deletionsDocumentation/virtual/kvm/msr.txt
- arch/x86/include/asm/kvm_host.h 14 additions, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/mmu.c 91 additions, 0 deletionsarch/x86/kvm/mmu.c
- arch/x86/kvm/mmu.h 12 additions, 13 deletionsarch/x86/kvm/mmu.h
- arch/x86/kvm/paging_tmpl.h 81 additions, 110 deletionsarch/x86/kvm/paging_tmpl.h
- arch/x86/kvm/svm.c 20 additions, 26 deletionsarch/x86/kvm/svm.c
- arch/x86/kvm/vmx.c 41 additions, 45 deletionsarch/x86/kvm/vmx.c
- arch/x86/kvm/x86.c 13 additions, 10 deletionsarch/x86/kvm/x86.c
- include/linux/kvm_host.h 1 addition, 1 deletioninclude/linux/kvm_host.h
- virt/kvm/kvm_main.c 7 additions, 3 deletionsvirt/kvm/kvm_main.c
Loading
Please register or sign in to comment