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