summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
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
2008-12-31KVM: MMU: optimize set_spte for page syncMarcelo Tosatti
2008-12-31KVM: VMX: move vmx.h to include/asmEduardo Habkost
2008-12-31KVM: MMU: Fix aliased gfns treated as unaliasedIzik Eidus
2008-12-31KVM: MMU: Extend kvm_mmu_page->slot_bitmap sizeSheng Yang
2008-12-31KVM: Enable MTRR for EPTSheng Yang
2008-12-31KVM: Add local get_mtrr_type() to support MTRRSheng Yang
2008-11-23KVM: MMU: fix sync of ptes addressed at owner pagetableMarcelo Tosatti
2008-11-11KVM: MMU: increase per-vcpu rmap cache alloc sizeMarcelo Tosatti
2008-10-28KVM: MMU: sync root on paravirt TLB flushMarcelo Tosatti
2008-10-15KVM: MMU: add "oos_shadow" parameter to disable oosMarcelo Tosatti
2008-10-15KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti
2008-10-15KVM: MMU: mmu_convert_notrap helperMarcelo Tosatti
2008-10-15KVM: MMU: awareness of new kvm_mmu_zap_page behaviourMarcelo Tosatti
2008-10-15KVM: MMU: mmu_parent_walkMarcelo Tosatti
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti
2008-10-15KVM: MMU: sync roots on mmu reloadMarcelo Tosatti
2008-10-15KVM: MMU: mode specific sync_pageMarcelo Tosatti
2008-10-15KVM: MMU: do not write-protect large mappingsMarcelo Tosatti
2008-10-15KVM: MMU: move local TLB flush to mmu_set_spteMarcelo Tosatti
2008-10-15KVM: MMU: split mmu_set_spteMarcelo Tosatti
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti
2008-10-15KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addrSheng Yang
2008-10-15KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity
2008-10-15KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity
2008-10-15KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity
2008-10-15KVM: MMU: Account for npt/ept/realmode page faultsAvi Kivity
2008-10-15KVM: MMU: Convert direct maps to use the generic shadow walkerAvi Kivity
2008-10-15KVM: MMU: Add generic shadow walkerAvi Kivity
2008-10-15KVM: MMU: Infer shadow root level in direct_map()Avi Kivity
2008-10-15KVM: MMU: Unify direct map 4K and large page pathsAvi Kivity
2008-10-15KVM: MMU: Move SHADOW_PT_INDEX to mmu.cAvi Kivity
2008-10-15KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen
2008-10-15KVM: MMU: Simplify kvm_mmu_zap_page()Avi Kivity
2008-10-15KVM: MMU: Separate the code for unlinking a shadow page from its parentsAvi Kivity
2008-09-11KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel
2008-07-20KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity
2008-07-20KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti
2008-07-20KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti