summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2015-11-26KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()Takuya Yoshikawa
2015-11-26KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa
2015-11-25KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()Takuya Yoshikawa
2015-11-25KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptesTakuya Yoshikawa
2015-11-25KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()Takuya Yoshikawa
2015-11-25KVM: x86: MMU: Make mmu_set_spte() return emulate valueTakuya Yoshikawa
2015-11-25KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmapTakuya Yoshikawa
2015-11-25KVM: x86: MMU: Remove unused parameter of __direct_map()Takuya Yoshikawa
2015-11-25KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa
2015-11-25KVM: x86: MMU: always set accessed bit in shadow PTEsPaolo Bonzini
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini
2015-10-19KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()Takuya Yoshikawa
2015-10-16KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()Takuya Yoshikawa
2015-10-16KVM: x86: MMU: Remove mapping_level_dirty_bitmap()Takuya Yoshikawa
2015-10-16KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()Takuya Yoshikawa
2015-10-16KVM: x86: MMU: Make force_pt_level boolTakuya Yoshikawa
2015-10-16KVM: x86: manually unroll bad_mt_xwr loopPaolo Bonzini
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini
2015-09-25KVM: x86: fix off-by-one in reserved bits checkPaolo Bonzini
2015-09-25KVM: x86: use correct page table format to check nested page table reserved bitsPaolo Bonzini
2015-09-06KVM: x86: avoid uninitialized variable warningPaolo Bonzini
2015-08-05KVM: VMX: drop ept misconfig checkXiao Guangrong
2015-08-05KVM: MMU: fully check zero bits for sptesXiao Guangrong
2015-08-05KVM: MMU: introduce is_shadow_zero_bits_set()Xiao Guangrong
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong
2015-08-05KVM: MMU: split reset_rsvds_bits_mask_eptXiao Guangrong
2015-08-05KVM: MMU: split reset_rsvds_bits_maskXiao Guangrong
2015-08-05KVM: MMU: introduce rsvd_bits_validateXiao Guangrong
2015-08-05KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong
2015-08-05KVM: MMU: fix validation of mmio page faultXiao Guangrong
2015-07-10KVM: x86: reintroduce kvm_is_mmio_pfnPaolo Bonzini
2015-06-19KVM: MTRR: do not map huge page for non-consistent rangeXiao Guangrong
2015-06-19KVM: x86: move MTRR related code to a separate fileXiao Guangrong
2015-06-05KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini
2015-06-05KVM: x86: work on all available address spacesPaolo Bonzini
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini
2015-06-05KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini
2015-05-28arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton
2015-05-28KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowedPaolo Bonzini
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini
2015-05-19KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini
2015-05-19KVM: MMU: fix MTRR updateXiao Guangrong
2015-05-19KVM: MMU: fix decoding cache type from MTRRXiao Guangrong
2015-05-19KVM: MMU: introduce kvm_zap_rmappXiao Guangrong
2015-05-19KVM: MMU: use slot_handle_level and its helper to clean up the codeXiao Guangrong
2015-05-19KVM: MMU: introduce slot_handle_level_range() and its helpersXiao Guangrong
2015-05-19KVM: MMU: introduce for_each_slot_rmap_rangeXiao Guangrong
2015-05-19KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVELXiao Guangrong
2015-05-19KVM: MMU: introduce for_each_rmap_spte()Xiao Guangrong