summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/paging_tmpl.h
AgeCommit message (Expand)Author
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong
2011-07-24KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong
2011-07-12KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()Takuya Yoshikawa
2011-07-12KVM: MMU: Rename the walk label in walk_addr_generic()Takuya Yoshikawa
2011-07-12KVM: MMU: Clean up the error handling of walk_addr_generic()Takuya Yoshikawa
2011-07-12KVM: Add instruction fetch checking when walking guest page tableYang, Wei Y
2011-06-19KVM: MMU: Fix build warnings in walk_addr_generic()Borislav Petkov
2011-05-22KVM: MMU: Use ptep_user for cmpxchg_gpte()Takuya Yoshikawa
2011-05-22KVM: Validate userspace_addr of memslot when registeredTakuya Yoshikawa
2011-05-22KVM: MMU: Clean up gpte reading with copy_from_user()Takuya Yoshikawa
2011-05-22KVM: MMU: Fix 64-bit paging breakage on x86_32Takuya Yoshikawa
2011-05-22KVM: MMU: Add unlikely() annotations to walk_addr_generic()Avi Kivity
2011-05-22KVM: MMU: Optimize guest page table walkTakuya Yoshikawa
2011-05-22KVM: MMU: Make cmpxchg_gpte aware of nesting tooRoedel, Joerg
2011-05-11KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-18x86: Fix common misspellingsLucas De Marchi
2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong
2011-03-17KVM: MMU: remove unused macrosXiao Guangrong
2011-03-17KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong
2011-01-13thp: kvm mmu transparent hugepage supportAndrea Arcangeli
2011-01-12KVM: MMU: handle 'map_writable' in set_spte() functionXiao Guangrong
2011-01-12KVM: MMU: Fix incorrect direct page write protection due to ro host pageAvi Kivity
2011-01-12KVM: MMU: retry #PF for softmmuXiao Guangrong
2011-01-12KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity
2011-01-12KVM: Push struct x86_exception into walk_addr()Avi Kivity
2011-01-12KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity
2011-01-12KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong
2011-01-12KVM: MMU: abstract invalid guest pte mappingXiao Guangrong
2011-01-12KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong
2011-01-12KVM: MMU: rename 'reset_host_protection' to 'host_writable'Lai Jiangshan
2011-01-12KVM: MMU: fix forgot flush tlbs on sync_page pathXiao Guangrong
2011-01-12KVM: MMU: don't mark spte notrap if reserved bit setXiao Guangrong
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti
2011-01-12KVM: Retry fault before vmentryGleb Natapov
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: MMU: move access code parsing to FNAME(walk_addr) functionXiao Guangrong
2010-10-24KVM: MMU: cleanup for error mask set while walk guest page tableXiao Guangrong
2010-10-24KVM: MMU: Track NX state in struct kvm_mmuJoerg Roedel
2010-10-24KVM: MMU: Introduce kvm_pdptr_read_mmuJoerg Roedel
2010-10-24KVM: MMU: Make walk_addr_generic capable for two-level walkingJoerg Roedel
2010-10-24KVM: MMU: Implement nested gva_to_gpa functionsJoerg Roedel
2010-10-24KVM: MMU: Introduce generic walk_addr functionJoerg Roedel