aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-24KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit1-1/+1
2014-09-24KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit1-2/+1
2014-09-05KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini1-3/+4
2014-09-03KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini1-0/+12
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong1-4/+3
2014-04-14KVM: Add SMAP support when setting CR4Feng Wu1-1/+1
2014-02-18KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa1-3/+4
2014-01-15KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti1-0/+8
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini1-1/+19
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang1-3/+22
2013-08-07nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang1-2/+2
2013-08-07nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El1-1/+36
2013-08-07nEPT: Support shadow paging for guest paging without A/D bitsGleb Natapov1-3/+13
2013-08-07nEPT: make guest's A/D bits depends on guest's paging modeGleb Natapov1-8/+22
2013-08-07nEPT: Move common code to paging_tmpl.hNadav Har'El1-12/+69
2013-08-07KVM: MMU: fix check the reserved bits on the gpte of L2Xiao Guangrong1-2/+1
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong1-2/+5
2013-06-27KVM: MMU: store generation-number into mmio spteXiao Guangrong1-1/+2
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa1-0/+1
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa1-1/+0
2013-02-06KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong1-5/+4
2013-02-04KVM: MMU: drop superfluous is_present_gpte() check.Gleb Natapov1-3/+0
2013-01-21KVM: x86: improve reexecute_instructionXiao Guangrong1-7/+20
2013-01-10KVM: MMU: fix infinite fault access retryXiao Guangrong1-1/+34
2013-01-10KVM: MMU: fix Dirty bit missed if CR0.WP = 0Xiao Guangrong1-5/+25
2013-01-08KVM: x86: remove unused variable from walk_addr_generic()Gleb Natapov1-1/+1
2013-01-07KVM: MMU: simplify folding of dirty bit into accessed_dirtyGleb Natapov1-10/+6
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong1-1/+1
2012-10-23KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall1-1/+1
2012-10-17KVM: MMU: introduce FNAME(prefetch_gpte)Xiao Guangrong1-31/+24
2012-10-17KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong1-23/+3
2012-10-17KVM: MMU: cleanup FNAME(page_fault)Xiao Guangrong1-19/+13
2012-10-17KVM: MMU: remove mmu_is_invalidXiao Guangrong1-2/+2
2012-09-20KVM: MMU: Eliminate pointless temporary 'ac'Avi Kivity1-4/+1
2012-09-20KVM: MMU: Avoid access/dirty update loop if all is wellAvi Kivity1-6/+20
2012-09-20KVM: MMU: Eliminate eperm temporaryAvi Kivity1-4/+1
2012-09-20KVM: MMU: Optimize is_last_gpte()Avi Kivity1-19/+1
2012-09-20KVM: MMU: Simplify walk_addr_generic() loopAvi Kivity1-35/+25
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity1-18/+4
2012-09-20KVM: MMU: Update accessed and dirty bits after guest pagetable walkAvi Kivity1-29/+47
2012-09-20KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity1-16/+5
2012-09-20KVM: MMU: Optimize gpte_access() slightlyAvi Kivity1-3/+1
2012-09-20KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity1-12/+12
2012-08-06KVM: do not release the error pfnXiao Guangrong1-6/+2
2012-07-11KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong1-2/+1
2012-04-18KVM: MMU: use page table level macroDavidlohr Bueso1-1/+1
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong1-2/+2
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong1-7/+5
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong1-12/+18