summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity2011-01-121-3/+3
* KVM: Push struct x86_exception into walk_addr()Avi Kivity2011-01-121-18/+14
* KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity2011-01-121-6/+13
* KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong2011-01-121-2/+10
* KVM: MMU: abstract invalid guest pte mappingXiao Guangrong2011-01-121-34/+37
* KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong2011-01-121-3/+2
* KVM: MMU: rename 'reset_host_protection' to 'host_writable'Lai Jiangshan2011-01-121-5/+5
* KVM: MMU: fix forgot flush tlbs on sync_page pathXiao Guangrong2011-01-121-0/+1
* KVM: MMU: don't mark spte notrap if reserved bit setXiao Guangrong2011-01-121-6/+11
* KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti2011-01-121-4/+9
* KVM: Retry fault before vmentryGleb Natapov2011-01-121-3/+3
* KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-121-1/+3
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
* KVM: MMU: move access code parsing to FNAME(walk_addr) functionXiao Guangrong2010-10-241-24/+16
OpenPOWER on IntegriCloud