aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-08KVM: MMU: make use of ->root_level in reset_rsvds_bits_maskDavidlohr Bueso1-16/+15
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-1/+1
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa1-2/+1
2012-03-05KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa1-13/+13
2012-03-05KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()Takuya Yoshikawa1-4/+4
2012-03-05KVM: MMU: unnecessary NX state assignmentDavidlohr Bueso1-1/+0
2012-03-05KVM: MMU: remove the redundant get_written_sptesXiao Guangrong1-4/+2
2012-03-05KVM: MMU: Add missing large page accounting to drop_large_spte()Takuya Yoshikawa1-0/+1
2012-03-05KVM: MMU: Remove for_each_unsync_children() macroTakuya Yoshikawa1-6/+1
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-1/+1
2011-12-27KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pagesJan Kiszka1-6/+6
2011-12-27KVM: MMU: audit: inline audit functionXiao Guangrong1-21/+7
2011-12-27KVM: MMU: remove oos_shadow parameterXiao Guangrong1-5/+0
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong1-1/+5
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong1-5/+11
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong1-6/+6
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong1-1/+1
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa1-4/+10
2011-12-27KVM: MMU: Split gfn_to_rmap() into two functionsTakuya Yoshikawa1-9/+17
2011-12-27KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()Takuya Yoshikawa1-3/+1
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright1-135/+0
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong1-37/+25
2011-12-27KVM: MMU: fix detecting misaligned accessedXiao Guangrong1-0/+8
2011-12-27KVM: MMU: split kvm_mmu_pte_write functionXiao Guangrong1-75/+119
2011-12-27KVM: MMU: remove unnecessary kvm_mmu_free_some_pagesXiao Guangrong1-1/+0
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong1-23/+15
2011-12-27KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong1-6/+10
2011-12-27KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong1-21/+1
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong1-6/+19
2011-12-27KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_writeXiao Guangrong1-5/+20
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity1-1/+4
2011-09-25KVM: MMU: fix incorrect return of spteZhao Jin1-1/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong1-0/+5
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong1-7/+185
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong1-1/+1
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong1-8/+124
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong1-15/+71
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong1-34/+69
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong1-12/+35
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong1-2/+2
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong1-59/+24
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong1-3/+18
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong1-5/+5
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong1-5/+5
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong1-7/+6
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong1-14/+7
2011-07-24KVM: MMU: do not update slot bitmap if spte is nonpresentXiao Guangrong1-8/+7
2011-07-24KVM: MMU: fix walking shadow page tableXiao Guangrong1-4/+5
2011-07-12Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB"Marcelo Tosatti1-11/+1