summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/paging_tmpl.h
AgeCommit message (Expand)Author
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 get_cr3 function pointerJoerg Roedel
2010-10-24KVM: MMU: Check for root_level instead of long modeJoerg Roedel
2010-10-24KVM: MMU: support disable/enable mmu audit dynamiclyXiao Guangrong
2010-10-24KVM: MMU: fix wrong not write protected sp reportXiao Guangrong
2010-10-24KVM: MMU: combine guest pte read between fetch and pte prefetchXiao Guangrong
2010-10-24KVM: MMU: prefetch ptes when intercepted guest #PFXiao Guangrong
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