summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-29KVM: MMU: Fix incorrect direct gfn for unpaged mode shadowAvi Kivity1-1/+2
2010-11-05KVM: MMU: fix rmap_remove on non present sptesMarcelo Tosatti1-4/+5
2010-10-24KVM: MCE: Send SRAR SIGBUS directlyHuang Ying1-8/+10
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root addressAvi Kivity1-1/+1
2010-10-24KVM: MMU: audit: check whether have unsync sps after root syncXiao Guangrong1-2/+9
2010-10-24KVM: MMU: audit: unregister audit tracepoints before module unloadedXiao Guangrong1-9/+12
2010-10-24KVM: MMU: set access bit for direct mappingXiao Guangrong1-1/+2
2010-10-24KVM: MMU: update 'root_hpa' out of loop in PAE shadow pathXiao Guangrong1-2/+2
2010-10-24KVM: MMU: fix counting of rmap entries in rmap_add()Hillf Danton1-1/+2
2010-10-24KVM: MMU: Fix regression with ept memory types merged into non-ept page tablesAvi Kivity1-1/+1
2010-10-24KVM: SVM: Initialize Nested Nested MMU context on VMRUNJoerg Roedel1-0/+1
2010-10-24KVM: MMU: Track NX state in struct kvm_mmuJoerg Roedel1-1/+15
2010-10-24KVM: MMU: Allow long mode shadows for legacy page tablesJoerg Roedel1-8/+52
2010-10-24KVM: MMU: Refactor mmu_alloc_roots functionJoerg Roedel1-22/+60
2010-10-24KVM: MMU: Introduce kvm_pdptr_read_mmuJoerg Roedel1-1/+1
2010-10-24KVM: MMU: Introduce init_kvm_nested_mmu()Joerg Roedel1-1/+36
2010-10-24KVM: MMU: Implement nested gva_to_gpa functionsJoerg Roedel1-0/+8
2010-10-24KVM: X86: Introduce pointer to mmu context used for gva_to_gpaJoerg Roedel1-5/+5
2010-10-24KVM: MMU: Track page fault data in struct vcpuJoerg Roedel1-4/+2
2010-10-24KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpuJoerg Roedel1-3/+3
2010-10-24KVM: MMU: Introduce kvm_init_shadow_mmu helper functionJoerg Roedel1-25/+35
2010-10-24KVM: MMU: Introduce inject_page_fault function pointerJoerg Roedel1-1/+3
2010-10-24KVM: MMU: Introduce get_cr3 function pointerJoerg Roedel1-1/+8
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel1-1/+1
2010-10-24KVM: MMU: Make set_cr3 a function pointer in kvm_mmuJoerg Roedel1-2/+4
2010-10-24KVM: MMU: Make tdp_enabled a mmu-context parameterJoerg Roedel1-8/+14
2010-10-24KVM: MMU: Fix 32 bit legacy paging with NPTJoerg Roedel1-2/+6
2010-10-24KVM: MMU: move audit to a separate fileXiao Guangrong1-278/+1
2010-10-24KVM: MMU: support disable/enable mmu audit dynamiclyXiao Guangrong1-18/+73
2010-10-24KVM: MMU: remove count_rmaps()Xiao Guangrong1-38/+0
2010-10-24KVM: MMU: rewrite audit_mappings_page() functionXiao Guangrong1-35/+40
2010-10-24KVM: MMU: fix wrong not write protected sp reportXiao Guangrong1-2/+3
2010-10-24KVM: MMU: check rmap for every spteXiao Guangrong1-31/+26
2010-10-24KVM: MMU: fix compile warning in audit codeXiao Guangrong1-10/+10
2010-10-24KVM: MMU: prefetch ptes when intercepted guest #PFXiao Guangrong1-1/+103
2010-10-24KVM: MMU: fix missing percpu counter destroyWei Yongjun1-1/+4
2010-10-24KVM: MMU: fix regression from rework mmu_shrink() codeXiaotian Feng1-4/+3
2010-10-24KVM: create aggregate kvm_total_used_mmu_pages valueDave Hansen1-10/+24
2010-10-24KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen1-18/+9
2010-10-24KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen1-4/+4
2010-10-24KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen1-7/+4
2010-10-24KVM: MMU: mark page dirty only when page is really writtenXiao Guangrong1-19/+28
2010-10-24KVM: MMU: move bits lost judgement into a separate functionXiao Guangrong1-3/+17
2010-10-24KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()Xiao Guangrong1-1/+1
2010-10-24KVM: MMU: remove valueless output messageXiao Guangrong1-6/+5
2010-08-06x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanupH. Peter Anvin1-5/+1
2010-08-02KVM: MMU: using __xchg_spte more smarterXiao Guangrong1-2/+7
2010-08-02KVM: MMU: cleanup spte set and accssed/dirty trackingXiao Guangrong1-9/+8
2010-08-02KVM: MMU: don't atomicly set spte if it's not presentXiao Guangrong1-2/+3