summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: Eliminate pointless temporary 'ac'Avi Kivity2012-09-201-4/+1
* 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/+1
* KVM: MMU: Optimize is_last_gpte()Avi Kivity2012-09-201-19/+1
* KVM: MMU: Simplify walk_addr_generic() loopAvi Kivity2012-09-201-35/+25
* KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-201-18/+4
* 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/+5
* KVM: MMU: Optimize gpte_access() slightlyAvi Kivity2012-09-201-3/+1
* 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/+2
* KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong2012-07-111-2/+1
* KVM: MMU: use page table level macroDavidlohr Bueso2012-04-181-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/+5
* KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong2011-12-271-12/+18
* KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong2011-12-271-27/+17
* 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/+7
* 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/+19
* 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/+32
* 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/+12
* 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/+1
* KVM: MMU: Fix 64-bit paging breakage on x86_32Takuya Yoshikawa2011-05-221-1/+15
* KVM: MMU: Add unlikely() annotations to walk_addr_generic()Avi Kivity2011-05-221-13/+15
* KVM: MMU: Optimize guest page table walkTakuya Yoshikawa2011-05-221-3/+20
* KVM: MMU: Make cmpxchg_gpte aware of nesting tooRoedel, Joerg2011-05-221-7/+23
* KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong2011-05-111-3/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-181-1/+1
|\
| * x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* | KVM: MMU: cleanup pte write pathXiao Guangrong2011-03-171-5/+7
* | KVM: MMU: remove unused macrosXiao Guangrong2011-03-171-3/+0
* | KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong2011-03-171-2/+0
|/
* thp: kvm mmu transparent hugepage supportAndrea Arcangeli2011-01-131-1/+8
* KVM: MMU: handle 'map_writable' in set_spte() functionXiao Guangrong2011-01-121-9/+2
* KVM: MMU: Fix incorrect direct page write protection due to ro host pageAvi Kivity2011-01-121-3/+3
* KVM: MMU: retry #PF for softmmuXiao Guangrong2011-01-121-5/+9
* KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong2011-01-121-2/+2
OpenPOWER on IntegriCloud