summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-10KVM: x86: check for cr3 validity in mmu_alloc_rootsMarcelo Tosatti1-4/+23
2009-06-10KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti1-2/+0
2009-06-10KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang1-15/+6
2009-06-10KVM: MMU: Fix auditing codeJan Kiszka1-3/+5
2009-06-10KVM: MMU: remove global page optimization logicMarcelo Tosatti1-44/+6
2009-06-10KVM: MMU: Discard reserved bits checking on PDE bit 7-8Sheng Yang1-3/+4
2009-06-10KVM: Use rsvd_bits_mask in load_pdptrs()Dong, Eddie1-5/+3
2009-06-10KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie1-0/+69
2009-06-10KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov1-8/+0
2009-05-25KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity1-2/+1
2009-04-22KVM: MMU: disable global page optimizationMarcelo Tosatti1-1/+1
2009-03-24KVM: fix sparse warnings: Should it be static?Hannes Eder1-5/+6
2009-03-24KVM: MMU: remove assertion in kvm_mmu_alloc_pageJoerg Roedel1-1/+0
2009-03-24KVM: MMU: remove redundant check in mmu_set_spteJoerg Roedel1-6/+2
2009-03-24KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity1-16/+16
2009-03-24KVM: MMU: drop zeroing on mmu_memory_cache_allocMarcelo Tosatti1-1/+0
2009-03-24KVM: MMU: Optimize page unshadowingAvi Kivity1-3/+12
2009-03-24KVM: MMU: Drop walk_shadow()Avi Kivity1-20/+0
2009-03-24KVM: MMU: Use for_each_shadow_entry() in __direct_map()Avi Kivity1-54/+29
2009-03-24KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()Avi Kivity1-20/+49
2009-03-24KVM: MMU: Initialize a shadow page's global attribute from cr4.pgeAvi Kivity1-3/+1
2009-03-24KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity1-6/+11
2009-02-15KVM: MMU: Map device MMIO as UC in EPTSheng Yang1-2/+7
2008-12-31KVM: MMU: handle large host sptes on invlpg/resyncMarcelo Tosatti1-1/+1
2008-12-31KVM: MMU: Don't treat a global pte as such if cr4.pge is clearedAvi Kivity1-0/+2
2008-12-31KVM: MMU: check for present pdptr shadow page in walk_shadowMarcelo Tosatti1-0/+2
2008-12-31KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti1-12/+13
2008-12-31KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti1-6/+47
2008-12-31KVM: MMU: collapse remote TLB flushes on root syncMarcelo Tosatti1-5/+14
2008-12-31KVM: MMU: use page array in unsync walkMarcelo Tosatti1-55/+140
2008-12-31KVM: MMU: optimize set_spte for page syncMarcelo Tosatti1-0/+9
2008-12-31KVM: VMX: move vmx.h to include/asmEduardo Habkost1-1/+1
2008-12-31KVM: MMU: Fix aliased gfns treated as unaliasedIzik Eidus1-4/+10
2008-12-31KVM: MMU: Extend kvm_mmu_page->slot_bitmap sizeSheng Yang1-3/+3
2008-12-31KVM: Enable MTRR for EPTSheng Yang1-1/+10
2008-12-31KVM: Add local get_mtrr_type() to support MTRRSheng Yang1-0/+104
2008-11-23KVM: MMU: fix sync of ptes addressed at owner pagetableMarcelo Tosatti1-1/+1
2008-11-11KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti1-1/+1
2008-10-28KVM: MMU: sync root on paravirt TLB flushMarcelo Tosatti1-0/+1
2008-10-15KVM: MMU: add "oos_shadow" parameter to disable oosMarcelo Tosatti1-1/+4
2008-10-15KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti1-12/+60
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti1-17/+193
2008-10-15KVM: MMU: mmu_convert_notrap helperMarcelo Tosatti1-0/+14
2008-10-15KVM: MMU: awareness of new kvm_mmu_zap_page behaviourMarcelo Tosatti1-4/+9
2008-10-15KVM: MMU: mmu_parent_walkMarcelo Tosatti1-0/+27
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti1-0/+18
2008-10-15KVM: MMU: sync roots on mmu reloadMarcelo Tosatti1-0/+36
2008-10-15KVM: MMU: mode specific sync_pageMarcelo Tosatti1-0/+10
2008-10-15KVM: MMU: do not write-protect large mappingsMarcelo Tosatti1-2/+8
2008-10-15KVM: MMU: move local TLB flush to mmu_set_spteMarcelo Tosatti1-4/+4