summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa1-0/+5
2012-07-18KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa1-10/+32
2012-07-18KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa1-2/+1
2012-07-18KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()Takuya Yoshikawa1-6/+6
2012-07-11KVM: MMU: trace fast page faultXiao Guangrong1-0/+2
2012-07-11KVM: MMU: fast path of handling guest page faultXiao Guangrong1-17/+127
2012-07-11KVM: MMU: introduce SPTE_MMU_WRITEABLE bitXiao Guangrong1-19/+38
2012-07-11KVM: MMU: fold tlb flush judgement into mmu_spte_updateXiao Guangrong1-13/+20
2012-07-11KVM: MMU: cleanup spte_write_protectXiao Guangrong1-16/+29
2012-07-11KVM: MMU: abstract spte write-protectXiao Guangrong1-27/+31
2012-07-11KVM: MMU: return bool in __rmap_write_protectXiao Guangrong1-6/+7
2012-07-09KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity1-0/+2
2012-07-04KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong1-0/+3
2012-06-14KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao1-1/+1
2012-06-12KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa1-9/+5
2012-06-06KVM: disable uninitialized var warningMichael S. Tsirkin1-1/+1
2012-06-05KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov1-10/+17
2012-06-05KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao1-6/+8
2012-05-28KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong1-2/+1
2012-05-16KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity1-44/+29
2012-04-19KVM: MMU: use page table level macroDavidlohr Bueso1-1/+1
2012-04-08KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa1-77/+119
2012-04-08KVM: MMU: Make pte_list_desc fit cache lines wellTakuya Yoshikawa1-2/+3
2012-04-08KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa1-10/+30
2012-04-08KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa1-26/+27
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