aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong1-0/+8
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong1-3/+0
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong1-0/+5
2011-07-14KVM: Steal time implementationGlauber Costa1-0/+9
2011-07-12KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity1-0/+1
2011-07-12KVM: Remove RDWRGSFS bit from CR4_RESERVED_BITSYang, Wei1-1/+1
2011-07-12KVM: Remove SMEP bit from CR4_RESERVED_BITSYang, Wei Y1-1/+1
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El1-1/+1
2011-07-12KVM: MMU: remove the arithmetic of parent pte rmapXiao Guangrong1-6/+1
2011-07-12KVM: MMU: abstract the operation of rmapXiao Guangrong1-1/+1
2011-07-12KVM: MMU: optimize pte write path if don't have protected spXiao Guangrong1-0/+1
2011-07-12KVM: VMX: Move VMREAD cleanup to exception handlerAvi Kivity1-1/+5
2011-05-22KVM: VMX: Cache vmcs segment fieldsAvi Kivity1-0/+1
2011-05-22KVM: mmio_fault_cr2 is not usedGleb Natapov1-1/+0
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity1-2/+0
2011-05-22KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity1-1/+0
2011-05-22KVM: x86 emulator: emulate CLTS internallyAvi Kivity1-1/+0
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity1-3/+0
2011-05-11KVM: X86: Update last_guest_tsc in vcpu_putJoerg Roedel1-1/+0
2011-05-11KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov1-0/+2
2011-05-11KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel1-0/+7
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel1-0/+2
2011-05-11KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel1-0/+1
2011-05-11KVM: X86: Let kvm-clock report the right tsc frequencyJoerg Roedel1-3/+3
2011-05-11KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong1-1/+1
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel1-0/+15
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel1-0/+7
2011-05-11KVM: 16-byte mmio supportAvi Kivity1-0/+1
2011-05-11KVM: VMX: Cache cplAvi Kivity1-0/+1
2011-05-11KVM: VMX: Optimize vmx_get_rflags()Avi Kivity1-0/+1
2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong1-5/+2
2011-03-17KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong1-1/+0
2011-03-17KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka1-1/+1
2011-03-17KVM: Convert kvm_lock to raw_spinlockJan Kiszka1-1/+1
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli1-0/+1
2011-01-12KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong1-0/+4
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity1-0/+2
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara1-4/+5
2011-01-12KVM: cleanup emulate_instructionAndre Przywara1-2/+9
2011-01-12KVM: move complete_insn_gp() into x86.cAndre Przywara1-0/+2
2011-01-12KVM: x86: fix CR8 handlingAndre Przywara1-1/+1
2011-01-12KVM: MMU: retry #PF for softmmuXiao Guangrong1-0/+1
2011-01-12KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong1-1/+2
2011-01-12KVM: Don't spin on virt instruction faults during rebootAvi Kivity1-2/+6
2011-01-12KVM: X86: Introduce generic guest-mode representationJoerg Roedel1-0/+1
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity1-13/+4
2011-01-12KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity1-5/+9
2011-01-12KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong1-1/+1
2011-01-12KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity1-0/+1
2011-01-12KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong1-0/+1