summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/paging_tmpl.h
AgeCommit message (Expand)Author
2010-08-02KVM: MMU: add missing reserved bits check in speculative pathXiao Guangrong
2010-08-02KVM: MMU: Eliminate redundant temporaries in FNAME(fetch)Avi Kivity
2010-08-02KVM: MMU: Validate all gptes during fetch, not just those used for new pagesAvi Kivity
2010-08-02KVM: MMU: Simplify spte fetch() functionAvi Kivity
2010-08-02KVM: MMU: Add gpte_valid() helperAvi Kivity
2010-08-02KVM: MMU: Add validate_direct_spte() helperAvi Kivity
2010-08-02KVM: MMU: Add drop_large_spte() helperAvi Kivity
2010-08-02KVM: MMU: Add link_shadow_page() helperAvi Kivity
2010-08-02KVM: MMU: Keep going on permission errorAvi Kivity
2010-08-02KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabledAvi Kivity
2010-08-02KVM: MMU: Introduce drop_spte()Avi Kivity
2010-08-01KVM: MMU: cleanup FNAME(fetch)() functionsXiao Guangrong
2010-08-01KVM: MMU: fix direct sp's access corruptedXiao Guangrong
2010-08-01KVM: MMU: fix conflict access permissions in direct spXiao Guangrong
2010-08-01KVM: Remove memory alias supportAvi Kivity
2010-08-01KVM: MMU: don't mark pte notrap if it's just sync transientXiao Guangrong
2010-08-01KVM: MMU: cleanup for dirty page judgmentXiao Guangrong
2010-08-01KVM: MMU: rename 'page' and 'shadow_page' to 'sp'Xiao Guangrong
2010-08-01KVM: Fix unused but set warningsAndi Kleen
2010-08-01KVM: MMU: calculate correct gfn for small host pages backing large guest pagesLai Jiangshan
2010-08-01KVM: MMU: Don't allocate gfns page for direct mmu pagesLai Jiangshan
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-08-01KVM: MMU: only update unsync page in invlpg pathXiao Guangrong
2010-08-01KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_pageXiao Guangrong
2010-08-01KVM: MMU: Fix debug output error in walk_addr()Gui Jianfeng
2010-08-01KVM: MMU: mark page table dirty when a pte is actually modifiedGui Jianfeng
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying
2010-07-23KVM: MMU: fix conflict access permissions in direct spXiao Guangrong
2010-05-19KVM: MMU: cleanup invlpg codeXiao Guangrong
2010-05-19KVM: MMU: fix for calculating gpa in invlpg codeXiao Guangrong
2010-05-17KVM: MMU: Make use of is_large_pte() in walkerGui Jianfeng
2010-05-17KVM: MMU: Move sync_page() first pte address calculation out of loopGui Jianfeng
2010-05-17KVM: MMU: remove unnecessary NX check in walk_addrXiao Guangrong
2010-05-17KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity
2010-05-17KVM: MMU: Do not instantiate nontrapping spte on unsync pageAvi Kivity
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-03-01KVM: rename is_writeble_pte() to is_writable_pte()Takuya Yoshikawa
2010-01-25KVM: MMU: bail out pagewalk on kvm_read_guest errorMarcelo Tosatti
2009-12-27KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti
2009-12-03KVM: MMU: update invlpg handler commentMarcelo Tosatti
2009-10-04KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus
2009-09-10KVM: MMU: shadow support for 1gb pagesJoerg Roedel
2009-09-10KVM: MMU: make page walker aware of mapping levelsJoerg Roedel
2009-09-10KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel
2009-09-10KVM: MMU: rename is_largepage_backed to mapping_levelJoerg Roedel
2009-09-10KVM: MMU: Trace guest pagetable walkerAvi Kivity
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel
2009-09-10KVM: MMU: s/shadow_pte/spte/Avi Kivity
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity
2009-09-10KVM: Cache pdptrsAvi Kivity