aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-27KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong1-27/+17
2011-09-25KVM: MMU: Fix SMEP failure during fetchYang, Wei Y1-9/+13
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity1-1/+1
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong1-6/+15
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong1-6/+6
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong1-44/+7
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong1-8/+8
2011-07-24KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong1-2/+2
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong1-27/+19
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong1-7/+14
2011-07-12KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()Takuya Yoshikawa1-7/+19
2011-07-12KVM: MMU: Rename the walk label in walk_addr_generic()Takuya Yoshikawa1-3/+3