aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-15KVM: MMU: split mmu_set_spteMarcelo Tosatti1-44/+57
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti1-14/+9
2008-10-15KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addrSheng Yang1-5/+5
2008-10-15KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity1-1/+1
2008-10-15KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity1-0/+1
2008-10-15KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity1-0/+2
2008-10-15KVM: MMU: Account for npt/ept/realmode page faultsAvi Kivity1-0/+1
2008-10-15KVM: MMU: Convert direct maps to use the generic shadow walkerAvi Kivity1-38/+55
2008-10-15KVM: MMU: Add generic shadow walkerAvi Kivity1-0/+34
2008-10-15KVM: MMU: Infer shadow root level in direct_map()Avi Kivity1-5/+4
2008-10-15KVM: MMU: Unify direct map 4K and large page pathsAvi Kivity1-8/+3
2008-10-15KVM: MMU: Move SHADOW_PT_INDEX to mmu.cAvi Kivity1-0/+2
2008-10-15KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen1-15/+8
2008-10-15KVM: MMU: Simplify kvm_mmu_zap_page()Avi Kivity1-9/+5
2008-10-15KVM: MMU: Separate the code for unlinking a shadow page from its parentsAvi Kivity1-2/+7
2008-09-11KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang1-0/+4
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli1-0/+100
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity1-0/+1
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel1-0/+6
2008-07-20KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity1-3/+4
2008-07-20KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti1-1/+4
2008-07-20KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti1-0/+3
2008-07-20KVM: MMU: Fix printk formatAvi Kivity1-1/+1
2008-07-20KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity1-1/+2
2008-07-20KVM: MMU: Avoid page prefetch on SVMAvi Kivity1-1/+4
2008-07-20KVM: MMU: Move nonpaging_prefetch_page()Avi Kivity1-9/+9
2008-07-20KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity1-1/+16
2008-07-20KVM: add statics were possible, function definition in lapic.hHarvey Harrison1-1/+1
2008-06-24KVM: MMU: Fix oops on guest userspace access to guest pagetableAvi Kivity1-6/+0
2008-06-24KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)Marcelo Tosatti1-5/+7
2008-06-24KVM: MMU: Fix rmap_write_protect() hugepage iteration bugMarcelo Tosatti1-0/+1
2008-06-06KVM: MMU: Fix is_empty_shadow_page() checkAvi Kivity1-1/+1
2008-06-06KVM: MMU: reschedule during shadow teardownAvi Kivity1-0/+1
2008-05-23namespacecheck: automated fixesIngo Molnar1-1/+1
2008-05-04KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large pageAvi Kivity1-1/+0
2008-05-04KVM: VMX: Enable EPT feature for KVMSheng Yang1-2/+3
2008-05-04KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPTSheng Yang1-4/+0
2008-05-04KVM: MMU: Add EPT supportSheng Yang1-10/+33