aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/linux-2.6-tipLinus 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-13thp: 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
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity1-3/+3
2011-01-12KVM: Push struct x86_exception into walk_addr()Avi Kivity1-18/+14
2011-01-12KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity1-6/+13
2011-01-12KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong1-2/+10
2011-01-12KVM: MMU: abstract invalid guest pte mappingXiao Guangrong1-34/+37
2011-01-12KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong1-3/+2
2011-01-12KVM: MMU: rename 'reset_host_protection' to 'host_writable'Lai Jiangshan1-5/+5
2011-01-12KVM: MMU: fix forgot flush tlbs on sync_page pathXiao Guangrong1-0/+1
2011-01-12KVM: MMU: don't mark spte notrap if reserved bit setXiao Guangrong1-6/+11
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti1-4/+9
2011-01-12KVM: Retry fault before vmentryGleb Natapov1-3/+3
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov1-1/+3
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: MMU: move access code parsing to FNAME(walk_addr) functionXiao Guangrong1-24/+16
2010-10-24KVM: MMU: cleanup for error mask set while walk guest page tableXiao Guangrong1-10/+7
2010-10-24KVM: MMU: Track NX state in struct kvm_mmuJoerg Roedel1-2/+2
2010-10-24KVM: MMU: Introduce kvm_pdptr_read_mmuJoerg Roedel1-1/+1
2010-10-24KVM: MMU: Make walk_addr_generic capable for two-level walkingJoerg Roedel1-7/+23
2010-10-24KVM: MMU: Implement nested gva_to_gpa functionsJoerg Roedel1-0/+31
2010-10-24KVM: MMU: Introduce generic walk_addr functionJoerg Roedel1-8/+18