aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2009-09-10KVM: Trace shadow page lifecycleAvi Kivity
2009-09-10KVM: MMU: Trace guest pagetable walkerAvi Kivity
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel
2009-09-10KVM: MMU: add kvm_mmu_get_spte_hierarchy helperMarcelo Tosatti
2009-09-10KVM: MMU: make for_each_shadow_entry aware of largepagesMarcelo Tosatti
2009-09-10KVM: MMU audit: largepage handlingMarcelo Tosatti
2009-09-10KVM: MMU audit: audit_mappings tweaksMarcelo Tosatti
2009-09-10KVM: MMU audit: nontrapping ptes in nonleaf levelMarcelo Tosatti
2009-09-10KVM: MMU audit: update audit_write_protectionMarcelo Tosatti
2009-09-10KVM: MMU audit: update count_writable_mappings / count_rmapsMarcelo Tosatti
2009-09-10KVM: MMU: introduce is_last_spte helperMarcelo Tosatti
2009-09-10KVM: Return to userspace on emulation failureAvi Kivity
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: MMU: s/shadow_pte/spte/Avi Kivity
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity
2009-09-10KVM: MMU: Fix is_dirty_pte()Avi Kivity
2009-09-10KVM: Cache pdptrsAvi Kivity
2009-08-06KVM: MMU: limit rmap chain lengthMarcelo Tosatti
2009-08-05KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...Marcelo Tosatti
2009-06-28KVM: MMU: Allow 4K ptes with bit 7 (PAT) setAvi Kivity
2009-06-10KVM: x86: check for cr3 validity in mmu_alloc_rootsMarcelo Tosatti
2009-06-10KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang
2009-06-10KVM: MMU: Fix auditing codeJan Kiszka
2009-06-10KVM: MMU: remove global page optimization logicMarcelo Tosatti
2009-06-10KVM: MMU: Discard reserved bits checking on PDE bit 7-8Sheng Yang
2009-06-10KVM: Use rsvd_bits_mask in load_pdptrs()Dong, Eddie
2009-06-10KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie
2009-06-10KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov
2009-05-25KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity
2009-04-22KVM: MMU: disable global page optimizationMarcelo Tosatti
2009-03-24KVM: fix sparse warnings: Should it be static?Hannes Eder
2009-03-24KVM: MMU: remove assertion in kvm_mmu_alloc_pageJoerg Roedel
2009-03-24KVM: MMU: remove redundant check in mmu_set_spteJoerg Roedel
2009-03-24KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity
2009-03-24KVM: MMU: drop zeroing on mmu_memory_cache_allocMarcelo Tosatti
2009-03-24KVM: MMU: Optimize page unshadowingAvi Kivity
2009-03-24KVM: MMU: Drop walk_shadow()Avi Kivity
2009-03-24KVM: MMU: Use for_each_shadow_entry() in __direct_map()Avi Kivity
2009-03-24KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()Avi Kivity
2009-03-24KVM: MMU: Initialize a shadow page's global attribute from cr4.pgeAvi Kivity
2009-03-24KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity
2009-02-15KVM: MMU: Map device MMIO as UC in EPTSheng Yang
2008-12-31KVM: MMU: handle large host sptes on invlpg/resyncMarcelo Tosatti
2008-12-31KVM: MMU: Don't treat a global pte as such if cr4.pge is clearedAvi Kivity
2008-12-31KVM: MMU: check for present pdptr shadow page in walk_shadowMarcelo Tosatti
2008-12-31KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti
2008-12-31KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti
2008-12-31KVM: MMU: collapse remote TLB flushes on root syncMarcelo Tosatti
2008-12-31KVM: MMU: use page array in unsync walkMarcelo Tosatti