summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-1806/+0
* KVM: Portability: Move mmu-related fields to kvm_archZhang Xiantao2008-01-301-28/+30
* KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao2008-01-301-0/+1
* KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao2008-01-301-71/+71
* KVM: MMU: Fix SMP shadow instantiation raceMarcelo Tosatti2008-01-301-4/+8
* KVM: MMU: Use mmu_set_spte() for real-mode shadowsAvi Kivity2008-01-301-31/+10
* KVM: MMU: Adjust mmu_set_spte() debug code for gpte removalAvi Kivity2008-01-301-2/+2
* KVM: MMU: Move set_pte() into guest paging mode independent codeAvi Kivity2008-01-301-0/+83
* KVM: MMU: Fix inherited permissions for emulated guest pte updatesAvi Kivity2008-01-301-2/+2
* KVM: MMU: Simplify calculation of pte accessAvi Kivity2008-01-301-4/+10
* KVM: Replace page fault injection by the generalized exception queueAvi Kivity2008-01-301-1/+1
* KVM: MMU: mark pages that were inserted to the shadow pages table as accessedIzik Eidus2008-01-301-0/+2
* KVM: MMU: Rename 'release_page'Avi Kivity2008-01-301-4/+4
* KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'Avi Kivity2008-01-301-154/+146
* KVM: Remove gpa_to_hpa()Avi Kivity2008-01-301-18/+3
* KVM: MMU: Remove gva_to_hpa()Avi Kivity2008-01-301-9/+0
* KVM: MMU: Simplify nonpaging_map()Avi Kivity2008-01-301-14/+10
* KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpaAvi Kivity2008-01-301-3/+4
* KVM: MMU: Remove extra gaddr parameter from set_pte_common()Avi Kivity2008-01-301-0/+1
* KVM: MMU: Move pse36 handling to the guest walkerAvi Kivity2008-01-301-0/+7
* KVM: Don't bother the mmu if cr3 load doesn't change cr3Avi Kivity2008-01-301-1/+1
* KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pteAvi Kivity2008-01-301-1/+26
* KVM: Recalculate mmu pages needed for every memory region changeZhang Xiantao2008-01-301-0/+19
* KVM: MMU: Selectively set PageDirty when releasing guest memoryIzik Eidus2008-01-301-8/+15
* KVM: MMU: Fix potential memory leak with smp real-modeIzik Eidus2008-01-301-1/+3
* KVM: MMU: Add some mmu statisticsAvi Kivity2008-01-301-1/+8
* KVM: MMU: Topup the mmu memory preallocation caches before emulating an insnAvi Kivity2008-01-301-0/+4
* KVM: Move page fault processing to common codeAvi Kivity2008-01-301-0/+36
* KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao2008-01-301-0/+1
* KVM: MMU: Partial swapping of guest memoryIzik Eidus2008-01-301-1/+13
* KVM: MMU: Make gfn_to_page() always safeIzik Eidus2008-01-301-11/+5
* KVM: MMU: Keep a reverse mapping of non-writable translationsIzik Eidus2008-01-301-12/+11
* KVM: MMU: Add rmap_next(), a helper for walking kvm rmapsIzik Eidus2008-01-301-10/+35
* KVM: MMU: Instantiate real-mode shadows as user writable shadowsAvi Kivity2008-01-301-1/+1
* KVM: Move guest pte dirty bit management to the guest pagetable walkerAvi Kivity2008-01-301-0/+5
* KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori2008-01-301-13/+13
* KVM: MMU: Clean up MMU functions to take struct kvm when appropriateAnthony Liguori2008-01-301-9/+9
* KVM: CodingStyle cleanupMike Day2008-01-301-4/+6
* KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus2008-01-301-2/+38
* KVM: Remove the usage of page->private field by rmapIzik Eidus2008-01-301-52/+70
* KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity2008-01-301-1/+20
* KVM: Allow not-present guest page faults to bypass kvmAvi Kivity2008-01-301-21/+68
* KVM: VMX: Reset mmu context when entering real modeEddie Dong2007-10-221-0/+1
* KVM: MMU: Set shadow pte atomically in mmu_pte_write_zap_pte()Izik Eidus2007-10-221-1/+1
* KVM: MMU: Don't do GFP_NOWAIT allocationsAvi Kivity2007-10-131-24/+10
* KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt2007-10-131-3/+3
* KVM: Convert vm lock to a mutexShaohua Li2007-10-131-5/+4
* KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity2007-10-131-2/+0
* KVM: Move gfn_to_page out of kmap/unmap pairsShaohua Li2007-10-131-1/+1
* KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell2007-10-131-1/+1
OpenPOWER on IntegriCloud