summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: MMU: cleanup for error mask set while walk guest page tableXiao Guangrong2010-10-241-10/+7
* KVM: MMU: Track NX state in struct kvm_mmuJoerg Roedel2010-10-241-2/+2
* KVM: MMU: Introduce kvm_pdptr_read_mmuJoerg Roedel2010-10-241-1/+1
* KVM: MMU: Make walk_addr_generic capable for two-level walkingJoerg Roedel2010-10-241-7/+23
* KVM: MMU: Implement nested gva_to_gpa functionsJoerg Roedel2010-10-241-0/+31
* KVM: MMU: Introduce generic walk_addr functionJoerg Roedel2010-10-241-8/+18
* KVM: MMU: Track page fault data in struct vcpuJoerg Roedel2010-10-241-1/+5
* KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpuJoerg Roedel2010-10-241-3/+4
* KVM: MMU: Introduce get_cr3 function pointerJoerg Roedel2010-10-241-2/+2
* KVM: MMU: Check for root_level instead of long modeJoerg Roedel2010-10-241-2/+2
* KVM: MMU: support disable/enable mmu audit dynamiclyXiao Guangrong2010-10-241-2/+2
* KVM: MMU: fix wrong not write protected sp reportXiao Guangrong2010-10-241-1/+2
* KVM: MMU: combine guest pte read between fetch and pte prefetchXiao Guangrong2010-10-241-19/+21
* KVM: MMU: prefetch ptes when intercepted guest #PFXiao Guangrong2010-10-241-0/+72
* KVM: MMU: add missing reserved bits check in speculative pathXiao Guangrong2010-08-021-2/+3
* KVM: MMU: Eliminate redundant temporaries in FNAME(fetch)Avi Kivity2010-08-021-35/+24
* KVM: MMU: Validate all gptes during fetch, not just those used for new pagesAvi Kivity2010-08-021-9/+24
* KVM: MMU: Simplify spte fetch() functionAvi Kivity2010-08-021-44/+49
* KVM: MMU: Add gpte_valid() helperAvi Kivity2010-08-021-8/+17
* KVM: MMU: Add validate_direct_spte() helperAvi Kivity2010-08-021-21/+6
* KVM: MMU: Add drop_large_spte() helperAvi Kivity2010-08-021-4/+1
* KVM: MMU: Add link_shadow_page() helperAvi Kivity2010-08-021-5/+2
* KVM: MMU: Keep going on permission errorAvi Kivity2010-08-021-22/+30
* KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabledAvi Kivity2010-08-021-1/+1
* KVM: MMU: Introduce drop_spte()Avi Kivity2010-08-021-7/+6
* KVM: MMU: cleanup FNAME(fetch)() functionsXiao Guangrong2010-08-011-11/+8
* KVM: MMU: fix direct sp's access corruptedXiao Guangrong2010-08-011-2/+26
* KVM: MMU: fix conflict access permissions in direct spXiao Guangrong2010-08-011-0/+2
* KVM: Remove memory alias supportAvi Kivity2010-08-011-2/+1
* KVM: MMU: don't mark pte notrap if it's just sync transientXiao Guangrong2010-08-011-2/+3
* KVM: MMU: cleanup for dirty page judgmentXiao Guangrong2010-08-011-2/+2
* KVM: MMU: rename 'page' and 'shadow_page' to 'sp'Xiao Guangrong2010-08-011-11/+11
* KVM: Fix unused but set warningsAndi Kleen2010-08-011-0/+1
* KVM: MMU: calculate correct gfn for small host pages backing large guest pagesLai Jiangshan2010-08-011-4/+7
* KVM: MMU: Don't allocate gfns page for direct mmu pagesLai Jiangshan2010-08-011-0/+3
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* KVM: MMU: only update unsync page in invlpg pathXiao Guangrong2010-08-011-2/+6
* KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_pageXiao Guangrong2010-08-011-3/+4
* KVM: MMU: Fix debug output error in walk_addr()Gui Jianfeng2010-08-011-1/+1
* KVM: MMU: mark page table dirty when a pte is actually modifiedGui Jianfeng2010-08-011-2/+2
* KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2010-08-011-5/+2
* KVM: MMU: fix conflict access permissions in direct spXiao Guangrong2010-07-231-0/+1
* KVM: MMU: cleanup invlpg codeXiao Guangrong2010-05-191-3/+1
* KVM: MMU: fix for calculating gpa in invlpg codeXiao Guangrong2010-05-191-1/+6
* KVM: MMU: Make use of is_large_pte() in walkerGui Jianfeng2010-05-171-2/+2
* KVM: MMU: Move sync_page() first pte address calculation out of loopGui Jianfeng2010-05-171-2/+4
* KVM: MMU: remove unnecessary NX check in walk_addrXiao Guangrong2010-05-171-1/+1
* KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity2010-05-171-0/+15
* KVM: MMU: Do not instantiate nontrapping spte on unsync pageAvi Kivity2010-05-171-2/+8
* KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov2010-03-011-3/+8
OpenPOWER on IntegriCloud