summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: fix smap permission checkXiao Guangrong2015-05-111-0/+7
* KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit2014-10-241-1/+1
* KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit2014-09-241-2/+1Star
* KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini2014-09-051-3/+4
* KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini2014-09-031-0/+12
* Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong2014-04-231-4/+3Star
* KVM: Add SMAP support when setting CR4Feng Wu2014-04-141-1/+1
* KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa2014-02-181-3/+4
* KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2014-01-151-0/+8
* KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini2013-09-171-1/+19
* nEPT: Add nEPT violation/misconfigration supportYang Zhang2013-08-071-3/+22
* nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang2013-08-071-2/+2
* nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El2013-08-071-1/+36
* nEPT: Support shadow paging for guest paging without A/D bitsGleb Natapov2013-08-071-3/+13
* nEPT: make guest's A/D bits depends on guest's paging modeGleb Natapov2013-08-071-8/+22
* nEPT: Move common code to paging_tmpl.hNadav Har'El2013-08-071-12/+69
* KVM: MMU: fix check the reserved bits on the gpte of L2Xiao Guangrong2013-08-071-2/+1Star
* KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-2/+5
* KVM: MMU: store generation-number into mmio spteXiao Guangrong2013-06-271-1/+2
* Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa2013-04-071-0/+1
* KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa2013-03-211-1/+0Star
* KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong2013-02-071-5/+4Star
* KVM: MMU: drop superfluous is_present_gpte() check.Gleb Natapov2013-02-051-3/+0Star
* KVM: x86: improve reexecute_instructionXiao Guangrong2013-01-221-7/+20
* KVM: MMU: fix infinite fault access retryXiao Guangrong2013-01-101-1/+34
* KVM: MMU: fix Dirty bit missed if CR0.WP = 0Xiao Guangrong2013-01-101-5/+25
* KVM: x86: remove unused variable from walk_addr_generic()Gleb Natapov2013-01-081-1/+1
* KVM: MMU: simplify folding of dirty bit into accessed_dirtyGleb Natapov2013-01-071-10/+6Star
* KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-291-1/+1
* KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2012-10-231-1/+1
* KVM: MMU: introduce FNAME(prefetch_gpte)Xiao Guangrong2012-10-171-31/+24Star
* KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong2012-10-171-23/+3Star
* KVM: MMU: cleanup FNAME(page_fault)Xiao Guangrong2012-10-171-19/+13Star
* KVM: MMU: remove mmu_is_invalidXiao Guangrong2012-10-171-2/+2
* KVM: MMU: Eliminate pointless temporary 'ac'Avi Kivity2012-09-201-4/+1Star
* KVM: MMU: Avoid access/dirty update loop if all is wellAvi Kivity2012-09-201-6/+20
* KVM: MMU: Eliminate eperm temporaryAvi Kivity2012-09-201-4/+1Star
* KVM: MMU: Optimize is_last_gpte()Avi Kivity2012-09-201-19/+1Star
* KVM: MMU: Simplify walk_addr_generic() loopAvi Kivity2012-09-201-35/+25Star
* KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-201-18/+4Star
* KVM: MMU: Update accessed and dirty bits after guest pagetable walkAvi Kivity2012-09-201-29/+47
* KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity2012-09-201-16/+5Star
* KVM: MMU: Optimize gpte_access() slightlyAvi Kivity2012-09-201-3/+1Star
* KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity2012-09-201-12/+12
* KVM: do not release the error pfnXiao Guangrong2012-08-061-6/+2Star
* KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong2012-07-111-2/+1Star
* KVM: MMU: use page table level macroDavidlohr Bueso2012-04-191-1/+1
* x86: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong2011-12-271-2/+2
* KVM: MMU: improve write flooding detectedXiao Guangrong2011-12-271-7/+5Star