summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2010-10-24KVM: MMU: Fix regression with ept memory types merged into non-ept page tablesAvi Kivity
2010-10-24KVM: SVM: Initialize Nested Nested MMU context on VMRUNJoerg Roedel
2010-10-24KVM: MMU: Track NX state in struct kvm_mmuJoerg Roedel
2010-10-24KVM: MMU: Allow long mode shadows for legacy page tablesJoerg Roedel
2010-10-24KVM: MMU: Refactor mmu_alloc_roots functionJoerg Roedel
2010-10-24KVM: MMU: Introduce kvm_pdptr_read_mmuJoerg Roedel
2010-10-24KVM: MMU: Introduce init_kvm_nested_mmu()Joerg Roedel
2010-10-24KVM: MMU: Implement nested gva_to_gpa functionsJoerg Roedel
2010-10-24KVM: X86: Introduce pointer to mmu context used for gva_to_gpaJoerg Roedel
2010-10-24KVM: MMU: Track page fault data in struct vcpuJoerg Roedel
2010-10-24KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpuJoerg Roedel
2010-10-24KVM: MMU: Introduce kvm_init_shadow_mmu helper functionJoerg Roedel
2010-10-24KVM: MMU: Introduce inject_page_fault function pointerJoerg Roedel
2010-10-24KVM: MMU: Introduce get_cr3 function pointerJoerg Roedel
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel
2010-10-24KVM: MMU: Make set_cr3 a function pointer in kvm_mmuJoerg Roedel
2010-10-24KVM: MMU: Make tdp_enabled a mmu-context parameterJoerg Roedel
2010-10-24KVM: MMU: Fix 32 bit legacy paging with NPTJoerg Roedel
2010-10-24KVM: MMU: move audit to a separate fileXiao Guangrong
2010-10-24KVM: MMU: support disable/enable mmu audit dynamiclyXiao Guangrong
2010-10-24KVM: MMU: remove count_rmaps()Xiao Guangrong
2010-10-24KVM: MMU: rewrite audit_mappings_page() functionXiao Guangrong
2010-10-24KVM: MMU: fix wrong not write protected sp reportXiao Guangrong
2010-10-24KVM: MMU: check rmap for every spteXiao Guangrong
2010-10-24KVM: MMU: fix compile warning in audit codeXiao Guangrong
2010-10-24KVM: MMU: prefetch ptes when intercepted guest #PFXiao Guangrong
2010-10-24KVM: MMU: fix missing percpu counter destroyWei Yongjun
2010-10-24KVM: MMU: fix regression from rework mmu_shrink() codeXiaotian Feng
2010-10-24KVM: create aggregate kvm_total_used_mmu_pages valueDave Hansen
2010-10-24KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen
2010-10-24KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen
2010-10-24KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen
2010-10-24KVM: MMU: mark page dirty only when page is really writtenXiao Guangrong
2010-10-24KVM: MMU: move bits lost judgement into a separate functionXiao Guangrong
2010-10-24KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()Xiao Guangrong
2010-10-24KVM: MMU: remove valueless output messageXiao Guangrong
2010-08-06x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanupH. Peter Anvin
2010-08-02KVM: MMU: using __xchg_spte more smarterXiao Guangrong
2010-08-02KVM: MMU: cleanup spte set and accssed/dirty trackingXiao Guangrong
2010-08-02KVM: MMU: don't atomicly set spte if it's not presentXiao Guangrong
2010-08-02KVM: MMU: fix page dirty tracking lost while sync pageXiao Guangrong
2010-08-02KVM: MMU: fix broken page accessed tracking with ept enabledXiao Guangrong
2010-08-02KVM: MMU: add missing reserved bits check in speculative pathXiao Guangrong
2010-08-02KVM: MMU: fix mmu notifier invalidate handler for huge spteAndrea Arcangeli
2010-08-02KVM: MMU: Add validate_direct_spte() helperAvi Kivity
2010-08-02KVM: MMU: Add drop_large_spte() helperAvi Kivity
2010-08-02KVM: MMU: Use __set_spte to link shadow pagesAvi Kivity
2010-08-02KVM: MMU: Add link_shadow_page() helperAvi Kivity
2010-08-02KVM: Return EFAULT from kvm ioctl when guest accesses bad areaGleb Natapov
2010-08-02KVM: MMU: Don't drop accessed bit while updating an spteAvi Kivity