summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: cleanup pte write pathXiao Guangrong2011-03-171-5/+2
* KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong2011-03-171-1/+0
* KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka2011-03-171-1/+1
* KVM: Convert kvm_lock to raw_spinlockJan Kiszka2011-03-171-1/+1
* thp: mmu_notifier_test_youngAndrea Arcangeli2011-01-131-0/+1
* KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong2011-01-121-0/+4
* KVM: Fetch guest cr3 from hardware on demandAvi Kivity2011-01-121-0/+2
* KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-121-4/+5
* KVM: cleanup emulate_instructionAndre Przywara2011-01-121-2/+9
* KVM: move complete_insn_gp() into x86.cAndre Przywara2011-01-121-0/+2
* KVM: x86: fix CR8 handlingAndre Przywara2011-01-121-1/+1
* KVM: MMU: retry #PF for softmmuXiao Guangrong2011-01-121-0/+1
* KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong2011-01-121-1/+2
* KVM: Don't spin on virt instruction faults during rebootAvi Kivity2011-01-121-2/+6
* KVM: X86: Introduce generic guest-mode representationJoerg Roedel2011-01-121-0/+1
* KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity2011-01-121-13/+4
* KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity2011-01-121-5/+9
* KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong2011-01-121-1/+1
* KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity2011-01-121-0/+1
* KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong2011-01-121-0/+1
* KVM: remove unused function declarationXiao Guangrong2011-01-121-1/+0
* KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov2011-01-121-0/+1
* KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov2011-01-121-0/+3
* KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov2011-01-121-0/+2
* KVM: Retry fault before vmentryGleb Natapov2011-01-121-1/+3
* KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-121-0/+18
* KVM: enlarge number of possible CPUID leavesAndre Przywara2010-12-081-1/+1
* KVM: x86: TSC catchup modeZachary Amsden2010-10-241-0/+6
* KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel2010-10-241-0/+1
* KVM: Non-atomic interrupt injectionAvi Kivity2010-10-241-0/+1
* KVM: MMU: Track NX state in struct kvm_mmuJoerg Roedel2010-10-241-0/+2
* KVM: MMU: Allow long mode shadows for legacy page tablesJoerg Roedel2010-10-241-0/+1
* KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel2010-10-241-2/+3
* KVM: MMU: Propagate the right fault back to the guest after gva_to_gpaJoerg Roedel2010-10-241-0/+1
* KVM: X86: Add kvm_read_guest_page_mmu functionJoerg Roedel2010-10-241-0/+3
* KVM: MMU: Implement nested gva_to_gpa functionsJoerg Roedel2010-10-241-0/+10
* KVM: X86: Introduce pointer to mmu context used for gva_to_gpaJoerg Roedel2010-10-241-0/+13
* KVM: MMU: Add infrastructure for two-level page walkerJoerg Roedel2010-10-241-0/+1
* KVM: MMU: Track page fault data in struct vcpuJoerg Roedel2010-10-241-5/+12
* KVM: MMU: Introduce inject_page_fault function pointerJoerg Roedel2010-10-241-0/+3
* KVM: MMU: Introduce get_cr3 function pointerJoerg Roedel2010-10-241-0/+1
* KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel2010-10-241-0/+2
* KVM: MMU: Make set_cr3 a function pointer in kvm_mmuJoerg Roedel2010-10-241-0/+1
* KVM: MMU: Make tdp_enabled a mmu-context parameterJoerg Roedel2010-10-241-0/+1
* KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden2010-10-241-0/+2
* KVM: x86: Unify TSC logicZachary Amsden2010-10-241-2/+3
* KVM: x86: TSC reset compensationZachary Amsden2010-10-241-0/+3
* KVM: x86: Move TSC offset writes to common codeZachary Amsden2010-10-241-0/+3
* KVM: x86: Drop vm_init_tscZachary Amsden2010-10-241-1/+0
* KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen2010-10-241-1/+1
OpenPOWER on IntegriCloud