aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/paging_tmpl.h
AgeCommit message (Expand)Author
2014-10-24KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit
2014-09-24KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit
2014-09-05KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini
2014-09-03KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong
2014-04-14KVM: Add SMAP support when setting CR4Feng Wu
2014-02-18KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa
2014-01-15KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang
2013-08-07nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang
2013-08-07nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El
2013-08-07nEPT: Support shadow paging for guest paging without A/D bitsGleb Natapov
2013-08-07nEPT: make guest's A/D bits depends on guest's paging modeGleb Natapov
2013-08-07nEPT: Move common code to paging_tmpl.hNadav Har'El
2013-08-07KVM: MMU: fix check the reserved bits on the gpte of L2Xiao Guangrong
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong
2013-06-27KVM: MMU: store generation-number into mmio spteXiao Guangrong
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