summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: MMU: Fix rare oops on guest context switchAvi Kivity2007-09-141-2/+3
* KVM: MMU: Fix cleaning up the shadow page allocation cacheAvi Kivity2007-07-201-1/+1
* KVM: MMU: Fix oopses with SLUBAvi Kivity2007-07-201-13/+26
* KVM: Fix memory slot management functions for guest smpAvi Kivity2007-07-201-62/+41
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-4/+4
* KVM: Clean up #includesAvi Kivity2007-07-161-4/+6
* KVM: MMU: Fix Wrong tlb flush orderShaohua Li2007-07-161-1/+1
* KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-161-3/+5
* KVM: Fix vcpu freeing for guest smpAvi Kivity2007-07-161-2/+2
* KVM: Lazy guest cr3 switchingAvi Kivity2007-07-161-21/+22
* KVM: MMU: Remove unused large page markerAvi Kivity2007-07-161-1/+0
* KVM: MMU: Don't cache guest access bits in the shadow page tableAvi Kivity2007-07-161-8/+0
* KVM: MMU: Simpify accessed/dirty/present/nx bit handlingAvi Kivity2007-07-161-5/+0
* KVM: MMU: Make setting shadow ptes atomic on i386Avi Kivity2007-07-161-2/+12
* KVM: MMU: Fold fix_write_pf() into set_pte_common()Avi Kivity2007-07-161-0/+11
* KVM: MMU: Fold fix_read_pf() into set_pte_common()Avi Kivity2007-07-161-17/+0
* KVM: MMU: Move set_pte_common() to pte width dependent codeAvi Kivity2007-07-161-48/+0
* KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity2007-07-161-25/+39
* KVM: MMU: Store shadow page tables as kernel virtual addresses, not physicalAvi Kivity2007-07-161-17/+15
* KVM: MMU: Simplify kvm_mmu_free_page() a tiny bitAvi Kivity2007-07-161-6/+4
* KVM: Update shadow pte on write to guest pteAvi Kivity2007-07-161-0/+15
* KVM: MMU: Respect nonpae pagetable quadrant when zapping ptesAvi Kivity2007-07-161-0/+4
* KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()Avi Kivity2007-07-161-7/+4
* KVM: Assume that writes smaller than 4 bytes are to non-pagetable pagesAvi Kivity2007-07-161-0/+1
* KVM: fix an if() conditionAdrian Bunk2007-05-031-1/+1
* KVM: Per-vcpu statisticsAvi Kivity2007-05-031-1/+1
* KVM: MMU: Avoid heavy ASSERT at non debug mode.Yaozu Dong2007-05-031-0/+6
* KVM: Retry sleeping allocation if atomic allocation failsAvi Kivity2007-05-031-5/+21
* KVM: Use slab caches to allocate mmu data structuresAvi Kivity2007-05-031-4/+35
* KVM: Handle partial pae pdptrAvi Kivity2007-05-031-6/+12
* KVM: Simply gfn_to_page()Avi Kivity2007-05-031-8/+4
* KVM: Add mmu cache clear functionDor Laor2007-05-031-0/+17
* KVM: Use list_move()Avi Kivity2007-05-031-8/+4
* KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity2007-05-031-3/+5
* KVM: MMU: Remove global pte trackingAvi Kivity2007-05-031-9/+0
* KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-031-0/+9
* KVM: Fix bogus sign extension in mmu mapping auditAvi Kivity2007-05-031-1/+1
* KVM: Fix off-by-one when writing to a nonpae guest pdeAvi Kivity2007-04-191-0/+1
* KVM: MMU: Fix host memory corruption on i386 with >= 4GB ramAvi Kivity2007-03-181-3/+3
* KVM: MMU: Fix guest writes to nonpae pdeAvi Kivity2007-03-181-12/+34
* KVM: Use page_private()/set_page_private() apisMarkus Rechberger2007-03-041-18/+18
* [PATCH] misc NULL noise removalAl Viro2007-02-091-1/+1
OpenPOWER on IntegriCloud