summaryrefslogtreecommitdiff
path: root/drivers/kvm/mmu.c
AgeCommit message (Expand)Author
2008-01-30KVM: MMU: Partial swapping of guest memoryIzik Eidus
2008-01-30KVM: MMU: Make gfn_to_page() always safeIzik Eidus
2008-01-30KVM: MMU: Keep a reverse mapping of non-writable translationsIzik Eidus
2008-01-30KVM: MMU: Add rmap_next(), a helper for walking kvm rmapsIzik Eidus
2008-01-30KVM: MMU: Instantiate real-mode shadows as user writable shadowsAvi Kivity
2008-01-30KVM: Move guest pte dirty bit management to the guest pagetable walkerAvi Kivity
2008-01-30KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori
2008-01-30KVM: MMU: Clean up MMU functions to take struct kvm when appropriateAnthony Liguori
2008-01-30KVM: CodingStyle cleanupMike Day
2008-01-30KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus
2008-01-30KVM: Remove the usage of page->private field by rmapIzik Eidus
2008-01-30KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity
2008-01-30KVM: Allow not-present guest page faults to bypass kvmAvi Kivity
2007-10-22KVM: VMX: Reset mmu context when entering real modeEddie Dong
2007-10-22KVM: MMU: Set shadow pte atomically in mmu_pte_write_zap_pte()Izik Eidus
2007-10-13KVM: MMU: Don't do GFP_NOWAIT allocationsAvi Kivity
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt
2007-10-13KVM: Convert vm lock to a mutexShaohua Li
2007-10-13KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity
2007-10-13KVM: Move gfn_to_page out of kmap/unmap pairsShaohua Li
2007-10-13KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell
2007-09-14KVM: MMU: Fix rare oops on guest context switchAvi Kivity
2007-07-20KVM: MMU: Fix cleaning up the shadow page allocation cacheAvi Kivity
2007-07-20KVM: MMU: Fix oopses with SLUBAvi Kivity
2007-07-20KVM: Fix memory slot management functions for guest smpAvi Kivity
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-16KVM: Clean up #includesAvi Kivity
2007-07-16KVM: MMU: Fix Wrong tlb flush orderShaohua Li
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity
2007-07-16KVM: Fix vcpu freeing for guest smpAvi Kivity
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity
2007-07-16KVM: MMU: Remove unused large page markerAvi Kivity
2007-07-16KVM: MMU: Don't cache guest access bits in the shadow page tableAvi Kivity
2007-07-16KVM: MMU: Simpify accessed/dirty/present/nx bit handlingAvi Kivity
2007-07-16KVM: MMU: Make setting shadow ptes atomic on i386Avi Kivity
2007-07-16KVM: MMU: Fold fix_write_pf() into set_pte_common()Avi Kivity
2007-07-16KVM: MMU: Fold fix_read_pf() into set_pte_common()Avi Kivity
2007-07-16KVM: MMU: Move set_pte_common() to pte width dependent codeAvi Kivity
2007-07-16KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity
2007-07-16KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity
2007-07-16KVM: MMU: Simplify kvm_mmu_free_page() a tiny bitAvi Kivity
2007-07-16KVM: Update shadow pte on write to guest pteAvi Kivity
2007-07-16KVM: MMU: Respect nonpae pagetable quadrant when zapping ptesAvi Kivity
2007-07-16KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity
2007-07-16KVM: Assume that writes smaller than 4 bytes are to non-pagetable pagesAvi Kivity
2007-05-03KVM: fix an if() conditionAdrian Bunk
2007-05-03KVM: Per-vcpu statisticsAvi Kivity
2007-05-03KVM: MMU: Avoid heavy ASSERT at non debug mode.Yaozu Dong
2007-05-03KVM: Retry sleeping allocation if atomic allocation failsAvi Kivity
2007-05-03KVM: Use slab caches to allocate mmu data structuresAvi Kivity