summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: MMU: limit rmap chain lengthMarcelo Tosatti2009-08-061-5/+28
* KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...Marcelo Tosatti2009-08-051-7/+8
* KVM: MMU: Allow 4K ptes with bit 7 (PAT) setAvi Kivity2009-06-281-3/+3
* KVM: x86: check for cr3 validity in mmu_alloc_rootsMarcelo Tosatti2009-06-101-4/+23
* KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lockMarcelo Tosatti2009-06-101-2/+0
* KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang2009-06-101-15/+6
* KVM: MMU: Fix auditing codeJan Kiszka2009-06-101-3/+5
* KVM: MMU: remove global page optimization logicMarcelo Tosatti2009-06-101-44/+6
* KVM: MMU: Discard reserved bits checking on PDE bit 7-8Sheng Yang2009-06-101-3/+4
* KVM: Use rsvd_bits_mask in load_pdptrs()Dong, Eddie2009-06-101-5/+3
* KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie2009-06-101-0/+69
* KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov2009-06-101-8/+0
* KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity2009-05-251-2/+1
* KVM: MMU: disable global page optimizationMarcelo Tosatti2009-04-221-1/+1
* KVM: fix sparse warnings: Should it be static?Hannes Eder2009-03-241-5/+6
* KVM: MMU: remove assertion in kvm_mmu_alloc_pageJoerg Roedel2009-03-241-1/+0
* KVM: MMU: remove redundant check in mmu_set_spteJoerg Roedel2009-03-241-6/+2
* KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity2009-03-241-16/+16
* KVM: MMU: drop zeroing on mmu_memory_cache_allocMarcelo Tosatti2009-03-241-1/+0
* KVM: MMU: Optimize page unshadowingAvi Kivity2009-03-241-3/+12
* KVM: MMU: Drop walk_shadow()Avi Kivity2009-03-241-20/+0
* KVM: MMU: Use for_each_shadow_entry() in __direct_map()Avi Kivity2009-03-241-54/+29
* KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()Avi Kivity2009-03-241-20/+49
* KVM: MMU: Initialize a shadow page's global attribute from cr4.pgeAvi Kivity2009-03-241-3/+1
* KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity2009-03-241-6/+11
* KVM: MMU: Map device MMIO as UC in EPTSheng Yang2009-02-151-2/+7
* KVM: MMU: handle large host sptes on invlpg/resyncMarcelo Tosatti2008-12-311-1/+1
* KVM: MMU: Don't treat a global pte as such if cr4.pge is clearedAvi Kivity2008-12-311-0/+2
* KVM: MMU: check for present pdptr shadow page in walk_shadowMarcelo Tosatti2008-12-311-0/+2
* KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti2008-12-311-12/+13
* KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti2008-12-311-6/+47
* KVM: MMU: collapse remote TLB flushes on root syncMarcelo Tosatti2008-12-311-5/+14
* KVM: MMU: use page array in unsync walkMarcelo Tosatti2008-12-311-55/+140
* KVM: MMU: optimize set_spte for page syncMarcelo Tosatti2008-12-311-0/+9
* KVM: VMX: move vmx.h to include/asmEduardo Habkost2008-12-311-1/+1
* KVM: MMU: Fix aliased gfns treated as unaliasedIzik Eidus2008-12-311-4/+10
* KVM: MMU: Extend kvm_mmu_page->slot_bitmap sizeSheng Yang2008-12-311-3/+3
* KVM: Enable MTRR for EPTSheng Yang2008-12-311-1/+10
* KVM: Add local get_mtrr_type() to support MTRRSheng Yang2008-12-311-0/+104
* KVM: MMU: fix sync of ptes addressed at owner pagetableMarcelo Tosatti2008-11-231-1/+1
* KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti2008-11-111-1/+1
* KVM: MMU: sync root on paravirt TLB flushMarcelo Tosatti2008-10-281-0/+1
* KVM: MMU: add "oos_shadow" parameter to disable oosMarcelo Tosatti2008-10-151-1/+4
* KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti2008-10-151-12/+60
* KVM: MMU: out of sync shadow coreMarcelo Tosatti2008-10-151-17/+193
* KVM: MMU: mmu_convert_notrap helperMarcelo Tosatti2008-10-151-0/+14
* KVM: MMU: awareness of new kvm_mmu_zap_page behaviourMarcelo Tosatti2008-10-151-4/+9
* KVM: MMU: mmu_parent_walkMarcelo Tosatti2008-10-151-0/+27
* KVM: x86: trap invlpgMarcelo Tosatti2008-10-151-0/+18
* KVM: MMU: sync roots on mmu reloadMarcelo Tosatti2008-10-151-0/+36
OpenPOWER on IntegriCloud