aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/mmu.c
AgeCommit message (Expand)Author
2008-01-30KVM: Replace page fault injection by the generalized exception queueAvi Kivity
2008-01-30KVM: MMU: mark pages that were inserted to the shadow pages table as accessedIzik Eidus
2008-01-30KVM: MMU: Rename 'release_page'Avi Kivity
2008-01-30KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'Avi Kivity
2008-01-30KVM: Remove gpa_to_hpa()Avi Kivity
2008-01-30KVM: MMU: Remove gva_to_hpa()Avi Kivity
2008-01-30KVM: MMU: Simplify nonpaging_map()Avi Kivity
2008-01-30KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpaAvi Kivity
2008-01-30KVM: MMU: Remove extra gaddr parameter from set_pte_common()Avi Kivity
2008-01-30KVM: MMU: Move pse36 handling to the guest walkerAvi Kivity
2008-01-30KVM: Don't bother the mmu if cr3 load doesn't change cr3Avi Kivity
2008-01-30KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pteAvi Kivity
2008-01-30KVM: Recalculate mmu pages needed for every memory region changeZhang Xiantao
2008-01-30KVM: MMU: Selectively set PageDirty when releasing guest memoryIzik Eidus
2008-01-30KVM: MMU: Fix potential memory leak with smp real-modeIzik Eidus
2008-01-30KVM: MMU: Add some mmu statisticsAvi Kivity
2008-01-30KVM: MMU: Topup the mmu memory preallocation caches before emulating an insnAvi Kivity
2008-01-30KVM: Move page fault processing to common codeAvi Kivity
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao
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