summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/paging_tmpl.h
AgeCommit message (Expand)Author
2014-03-31KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa
2013-02-06KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong
2013-02-04KVM: MMU: drop superfluous is_present_gpte() check.Gleb Natapov
2013-01-21KVM: x86: improve reexecute_instructionXiao Guangrong
2013-01-10KVM: MMU: fix infinite fault access retryXiao Guangrong
2013-01-10KVM: MMU: fix Dirty bit missed if CR0.WP = 0Xiao Guangrong
2013-01-08KVM: x86: remove unused variable from walk_addr_generic()Gleb Natapov
2013-01-07KVM: MMU: simplify folding of dirty bit into accessed_dirtyGleb Natapov
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong
2012-10-23KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall
2012-10-17KVM: MMU: introduce FNAME(prefetch_gpte)Xiao Guangrong
2012-10-17KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong
2012-10-17KVM: MMU: cleanup FNAME(page_fault)Xiao Guangrong
2012-10-17KVM: MMU: remove mmu_is_invalidXiao Guangrong
2012-09-20KVM: MMU: Eliminate pointless temporary 'ac'Avi Kivity
2012-09-20KVM: MMU: Avoid access/dirty update loop if all is wellAvi Kivity
2012-09-20KVM: MMU: Eliminate eperm temporaryAvi Kivity
2012-09-20KVM: MMU: Optimize is_last_gpte()Avi Kivity
2012-09-20KVM: MMU: Simplify walk_addr_generic() loopAvi Kivity
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity
2012-09-20KVM: MMU: Update accessed and dirty bits after guest pagetable walkAvi Kivity
2012-09-20KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity
2012-09-20KVM: MMU: Optimize gpte_access() slightlyAvi Kivity
2012-09-20KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity
2012-08-06KVM: do not release the error pfnXiao Guangrong
2012-07-11KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong
2012-04-18KVM: MMU: use page table level macroDavidlohr Bueso
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong
2011-12-27KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong
2011-09-25KVM: MMU: Fix SMEP failure during fetchYang, Wei Y
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong
2011-07-24KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong
2011-07-12KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()Takuya Yoshikawa
2011-07-12KVM: MMU: Rename the walk label in walk_addr_generic()Takuya Yoshikawa
2011-07-12KVM: MMU: Clean up the error handling of walk_addr_generic()Takuya Yoshikawa
2011-07-12KVM: Add instruction fetch checking when walking guest page tableYang, Wei Y
2011-06-19KVM: MMU: Fix build warnings in walk_addr_generic()Borislav Petkov
2011-05-22KVM: MMU: Use ptep_user for cmpxchg_gpte()Takuya Yoshikawa
2011-05-22KVM: Validate userspace_addr of memslot when registeredTakuya Yoshikawa