summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/paging_tmpl.h
AgeCommit message (Expand)AuthorFilesLines
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-19KVM: 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
2011-07-12KVM: MMU: Clean up the error handling of walk_addr_generic()Takuya Yoshikawa1-50/+32
2011-07-12KVM: Add instruction fetch checking when walking guest page tableYang, Wei Y1-1/+8
2011-06-19KVM: MMU: Fix build warnings in walk_addr_generic()Borislav Petkov1-1/+1
2011-05-22KVM: MMU: Use ptep_user for cmpxchg_gpte()Takuya Yoshikawa1-14/+12
2011-05-22KVM: Validate userspace_addr of memslot when registeredTakuya Yoshikawa1-1/+1
2011-05-22KVM: MMU: Clean up gpte reading with copy_from_user()Takuya Yoshikawa1-15/+1
2011-05-22KVM: MMU: Fix 64-bit paging breakage on x86_32Takuya Yoshikawa1-1/+15
2011-05-22KVM: MMU: Add unlikely() annotations to walk_addr_generic()Avi Kivity1-13/+15
2011-05-22KVM: MMU: Optimize guest page table walkTakuya Yoshikawa1-3/+20
2011-05-22KVM: MMU: Make cmpxchg_gpte aware of nesting tooRoedel, Joerg1-7/+23
2011-05-11KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong1-3/+1
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong1-5/+7
2011-03-17KVM: MMU: remove unused macrosXiao Guangrong1-3/+0
2011-03-17KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong1-2/+0
2011-01-14thp: kvm mmu transparent hugepage supportAndrea Arcangeli1-1/+8
2011-01-12KVM: MMU: handle 'map_writable' in set_spte() functionXiao Guangrong1-9/+2
2011-01-12KVM: MMU: Fix incorrect direct page write protection due to ro host pageAvi Kivity1-3/+3
2011-01-12KVM: MMU: retry #PF for softmmuXiao Guangrong1-5/+9
2011-01-12KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong1-2/+2