summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2012-08-22KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-07-11KVM: MMU: trace fast page faultXiao Guangrong
2012-07-11KVM: MMU: fast path of handling guest page faultXiao Guangrong
2012-07-11KVM: MMU: introduce SPTE_MMU_WRITEABLE bitXiao Guangrong
2012-07-11KVM: MMU: fold tlb flush judgement into mmu_spte_updateXiao Guangrong
2012-07-11KVM: MMU: cleanup spte_write_protectXiao Guangrong
2012-07-11KVM: MMU: abstract spte write-protectXiao Guangrong
2012-07-11KVM: MMU: return bool in __rmap_write_protectXiao Guangrong
2012-07-09KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity
2012-07-03KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong
2012-06-13KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao
2012-06-11KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa
2012-06-06KVM: disable uninitialized var warningMichael S. Tsirkin
2012-06-05KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov
2012-06-05KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao
2012-05-28KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong
2012-05-16KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity
2012-04-18KVM: MMU: use page table level macroDavidlohr Bueso
2012-04-08KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa
2012-04-08KVM: MMU: Make pte_list_desc fit cache lines wellTakuya Yoshikawa
2012-04-08KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa
2012-04-08KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa
2012-03-08KVM: MMU: make use of ->root_level in reset_rsvds_bits_maskDavidlohr Bueso
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa
2012-03-05KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa
2012-03-05KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()Takuya Yoshikawa
2012-03-05KVM: MMU: unnecessary NX state assignmentDavidlohr Bueso
2012-03-05KVM: MMU: remove the redundant get_written_sptesXiao Guangrong
2012-03-05KVM: MMU: Add missing large page accounting to drop_large_spte()Takuya Yoshikawa
2012-03-05KVM: MMU: Remove for_each_unsync_children() macroTakuya Yoshikawa
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell
2011-12-27KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pagesJan Kiszka
2011-12-27KVM: MMU: audit: inline audit functionXiao Guangrong
2011-12-27KVM: MMU: remove oos_shadow parameterXiao Guangrong
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa
2011-12-27KVM: MMU: Split gfn_to_rmap() into two functionsTakuya Yoshikawa
2011-12-27KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()Takuya Yoshikawa
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong
2011-12-27KVM: MMU: fix detecting misaligned accessedXiao Guangrong
2011-12-27KVM: MMU: split kvm_mmu_pte_write functionXiao Guangrong
2011-12-27KVM: MMU: remove unnecessary kvm_mmu_free_some_pagesXiao Guangrong
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong
2011-12-27KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong