summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* thp: kvm mmu transparent hugepage supportAndrea Arcangeli2011-01-141-1/+8
* KVM: MMU: handle 'map_writable' in set_spte() functionXiao Guangrong2011-01-121-9/+2Star
* KVM: MMU: Fix incorrect direct page write protection due to ro host pageAvi Kivity2011-01-121-3/+3
* KVM: MMU: retry #PF for softmmuXiao Guangrong2011-01-121-5/+9
* KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong2011-01-121-2/+2
* KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity2011-01-121-3/+3
* KVM: Push struct x86_exception into walk_addr()Avi Kivity2011-01-121-18/+14Star
* KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity2011-01-121-6/+13
* KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong2011-01-121-2/+10
* KVM: MMU: abstract invalid guest pte mappingXiao Guangrong2011-01-121-34/+37
* KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong2011-01-121-3/+2Star
* KVM: MMU: rename 'reset_host_protection' to 'host_writable'Lai Jiangshan2011-01-121-5/+5
* KVM: MMU: fix forgot flush tlbs on sync_page pathXiao Guangrong2011-01-121-0/+1
* KVM: MMU: don't mark spte notrap if reserved bit setXiao Guangrong2011-01-121-6/+11
* KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti2011-01-121-4/+9
* KVM: Retry fault before vmentryGleb Natapov2011-01-121-3/+3
* KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-121-1/+3
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
* KVM: MMU: move access code parsing to FNAME(walk_addr) functionXiao Guangrong2010-10-241-24/+16Star
* KVM: MMU: cleanup for error mask set while walk guest page tableXiao Guangrong2010-10-241-10/+7Star
* 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/+24Star
* 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/+6Star
* KVM: MMU: Add drop_large_spte() helperAvi Kivity2010-08-021-4/+1Star
* KVM: MMU: Add link_shadow_page() helperAvi Kivity2010-08-021-5/+2Star
* 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/+6Star
* KVM: MMU: cleanup FNAME(fetch)() functionsXiao Guangrong2010-08-011-11/+8Star
* 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/+1Star
* 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