aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2010-12-29KVM: MMU: Fix incorrect direct gfn for unpaged mode shadowAvi Kivity
2010-11-05KVM: MMU: fix rmap_remove on non present sptesMarcelo Tosatti
2010-10-24KVM: MCE: Send SRAR SIGBUS directlyHuang Ying
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root addressAvi Kivity
2010-10-24KVM: MMU: audit: check whether have unsync sps after root syncXiao Guangrong
2010-10-24KVM: MMU: audit: unregister audit tracepoints before module unloadedXiao Guangrong
2010-10-24KVM: MMU: set access bit for direct mappingXiao Guangrong
2010-10-24KVM: MMU: update 'root_hpa' out of loop in PAE shadow pathXiao Guangrong
2010-10-24KVM: MMU: fix counting of rmap entries in rmap_add()Hillf Danton
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