summaryrefslogtreecommitdiff
path: root/drivers/kvm/mmu.c
AgeCommit message (Expand)Author
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
2007-05-03KVM: Handle partial pae pdptrAvi Kivity
2007-05-03KVM: Simply gfn_to_page()Avi Kivity
2007-05-03KVM: Add mmu cache clear functionDor Laor
2007-05-03KVM: Use list_move()Avi Kivity
2007-05-03KVM: MMU: Fix hugepage pdes mapping same physical address with different accessAvi Kivity
2007-05-03KVM: MMU: Remove global pte trackingAvi Kivity
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity
2007-05-03KVM: Fix bogus sign extension in mmu mapping auditAvi Kivity
2007-04-19KVM: Fix off-by-one when writing to a nonpae guest pdeAvi Kivity
2007-03-18KVM: MMU: Fix host memory corruption on i386 with >= 4GB ramAvi Kivity
2007-03-18KVM: MMU: Fix guest writes to nonpae pdeAvi Kivity
2007-03-04KVM: Use page_private()/set_page_private() apisMarkus Rechberger
2007-02-09[PATCH] misc NULL noise removalAl Viro
2007-01-26[PATCH] KVM: MMU: Report nx faults to the guestAvi Kivity
2007-01-26[PATCH] KVM: MMU: Perform access checks in walk_addr()Avi Kivity