summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong2011-12-271-12/+18
* KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong2011-12-271-27/+17Star
* KVM: MMU: Fix SMEP failure during fetchYang, Wei Y2011-09-251-9/+13
* KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity2011-09-251-1/+1
* KVM: MMU: mmio page fault supportXiao Guangrong2011-07-241-6/+15
* KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong2011-07-241-6/+6
* KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-241-44/+7Star
* KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong2011-07-241-8/+8
* KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong2011-07-241-2/+2
* KVM: MMU: optimize to handle dirty bitXiao Guangrong2011-07-241-27/+19Star
* KVM: MMU: cache mmio info on page fault pathXiao Guangrong2011-07-241-7/+14
* KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()Takuya Yoshikawa2011-07-121-7/+19
* KVM: MMU: Rename the walk label in walk_addr_generic()Takuya Yoshikawa2011-07-121-3/+3
* KVM: MMU: Clean up the error handling of walk_addr_generic()Takuya Yoshikawa2011-07-121-50/+32Star
* KVM: Add instruction fetch checking when walking guest page tableYang, Wei Y2011-07-121-1/+8
* KVM: MMU: Fix build warnings in walk_addr_generic()Borislav Petkov2011-06-191-1/+1
* KVM: MMU: Use ptep_user for cmpxchg_gpte()Takuya Yoshikawa2011-05-221-14/+12Star
* KVM: Validate userspace_addr of memslot when registeredTakuya Yoshikawa2011-05-221-1/+1
* KVM: MMU: Clean up gpte reading with copy_from_user()Takuya Yoshikawa2011-05-221-15/+1Star