summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-18/+19
* kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpaDavid Matlack2016-01-071-4/+6
* KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()Takuya Yoshikawa2015-12-181-9/+1
* KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa2015-11-261-13/+7
* KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()Takuya Yoshikawa2015-11-261-21/+6
* KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa2015-11-261-14/+9
* KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()Takuya Yoshikawa2015-11-251-7/+7
* KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptesTakuya Yoshikawa2015-11-251-9/+17
* KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()Takuya Yoshikawa2015-11-251-9/+4
* KVM: x86: MMU: Make mmu_set_spte() return emulate valueTakuya Yoshikawa2015-11-251-13/+14
* KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmapTakuya Yoshikawa2015-11-251-18/+18
* KVM: x86: MMU: Remove unused parameter of __direct_map()Takuya Yoshikawa2015-11-251-8/+4
* KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa2015-11-251-96/+100
* KVM: x86: MMU: always set accessed bit in shadow PTEsPaolo Bonzini2015-11-251-6/+3
* KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini2015-11-101-15/+5
* KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()Takuya Yoshikawa2015-10-191-3/+4
* KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()Takuya Yoshikawa2015-10-161-6/+11
* KVM: x86: MMU: Remove mapping_level_dirty_bitmap()Takuya Yoshikawa2015-10-161-8/+16
* KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()Takuya Yoshikawa2015-10-161-15/+14
* KVM: x86: MMU: Make force_pt_level boolTakuya Yoshikawa2015-10-161-4/+4
* KVM: x86: manually unroll bad_mt_xwr loopPaolo Bonzini2015-10-161-8/+10
* KVM: x86: introduce lapic_in_kernelPaolo Bonzini2015-10-011-1/+1
* KVM: x86: fix off-by-one in reserved bits checkPaolo Bonzini2015-09-251-1/+1
* KVM: x86: use correct page table format to check nested page table reserved bitsPaolo Bonzini2015-09-251-6/+17
* KVM: x86: avoid uninitialized variable warningPaolo Bonzini2015-09-061-3/+4
* KVM: VMX: drop ept misconfig checkXiao Guangrong2015-08-051-22/+0
* KVM: MMU: fully check zero bits for sptesXiao Guangrong2015-08-051-6/+37
* KVM: MMU: introduce is_shadow_zero_bits_set()Xiao Guangrong2015-08-051-9/+19
* KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong2015-08-051-0/+50
* KVM: MMU: split reset_rsvds_bits_mask_eptXiao Guangrong2015-08-051-4/+10
* KVM: MMU: split reset_rsvds_bits_maskXiao Guangrong2015-08-051-8/+18
* KVM: MMU: introduce rsvd_bits_validateXiao Guangrong2015-08-051-33/+42
* KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong2015-08-051-0/+8
* KVM: MMU: fix validation of mmio page faultXiao Guangrong2015-08-051-45/+0
* KVM: x86: reintroduce kvm_is_mmio_pfnPaolo Bonzini2015-07-101-1/+9
* KVM: MTRR: do not map huge page for non-consistent rangeXiao Guangrong2015-06-191-1/+19
* KVM: x86: move MTRR related code to a separate fileXiao Guangrong2015-06-191-103/+0
* KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini2015-06-051-3/+12
* KVM: x86: work on all available address spacesPaolo Bonzini2015-06-051-38/+46
* KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2015-06-051-31/+31
* KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini2015-06-051-5/+5
* arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton2015-05-281-7/+7
* KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowedPaolo Bonzini2015-05-281-4/+8
* KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini2015-05-281-2/+4
* KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-2/+4
* KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini2015-05-191-4/+5
* KVM: MMU: fix MTRR updateXiao Guangrong2015-05-191-0/+24
* KVM: MMU: fix decoding cache type from MTRRXiao Guangrong2015-05-191-8/+6
* KVM: MMU: introduce kvm_zap_rmappXiao Guangrong2015-05-191-8/+12
* KVM: MMU: use slot_handle_level and its helper to clean up the codeXiao Guangrong2015-05-191-112/+16
OpenPOWER on IntegriCloud