Commit Graph

82 Commits (0cc0844bc6d0bfca97fda48fa28d1f0a7cf878cb)

Author SHA1 Message Date
Avi Kivity 2e3e5882dc KVM: MMU: Don't do GFP_NOWAIT allocations 18 years ago
Christian Ehrhardt cbdd1bea2a KVM: Rename kvm_arch_ops to kvm_x86_ops 18 years ago
Shaohua Li 11ec280471 KVM: Convert vm lock to a mutex 18 years ago
Avi Kivity 15ad71460d KVM: Use the scheduler preemption notifiers to make kvm preemptible 18 years ago
Shaohua Li fe55188194 KVM: Move gfn_to_page out of kmap/unmap pairs 18 years ago
Rusty Russell 707d92fa72 KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h 18 years ago
Avi Kivity 22d95b1282 KVM: MMU: Fix rare oops on guest context switch 18 years ago
Avi Kivity c4d198d518 KVM: MMU: Fix cleaning up the shadow page allocation cache 18 years ago
Avi Kivity c1158e63df KVM: MMU: Fix oopses with SLUB 18 years ago
Avi Kivity 90cb0529dd KVM: Fix memory slot management functions for guest smp 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Avi Kivity e495606dd0 KVM: Clean up #includes 18 years ago
Shaohua Li 88a97f0b2f KVM: MMU: Fix Wrong tlb flush order 18 years ago
Avi Kivity d9e368d612 KVM: Flush remote tlbs when reducing shadow pte permissions 18 years ago
Avi Kivity 7b53aa5650 KVM: Fix vcpu freeing for guest smp 18 years ago
Avi Kivity 17c3ba9d37 KVM: Lazy guest cr3 switching 18 years ago
Avi Kivity bd2b2baa5c KVM: MMU: Remove unused large page marker 18 years ago
Avi Kivity b64b3763a5 KVM: MMU: Don't cache guest access bits in the shadow page table 18 years ago
Avi Kivity fd97dc516c KVM: MMU: Simpify accessed/dirty/present/nx bit handling 18 years ago
Avi Kivity e663ee64ae KVM: MMU: Make setting shadow ptes atomic on i386 18 years ago
Avi Kivity 97a0a01ea9 KVM: MMU: Fold fix_write_pf() into set_pte_common() 18 years ago
Avi Kivity 63b1ad24d2 KVM: MMU: Fold fix_read_pf() into set_pte_common() 18 years ago
Avi Kivity e60d75ea29 KVM: MMU: Move set_pte_common() to pte width dependent code 18 years ago
Avi Kivity d3d25b048b KVM: MMU: Use slab caches for shadow pages and their headers 18 years ago
Avi Kivity 47ad8e689b KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical 18 years ago
Avi Kivity 4b02d6daa1 KVM: MMU: Simplify kvm_mmu_free_page() a tiny bit 18 years ago
Avi Kivity 0028425f64 KVM: Update shadow pte on write to guest pte 18 years ago
Avi Kivity fce0657ff9 KVM: MMU: Respect nonpae pagetable quadrant when zapping ptes 18 years ago
Avi Kivity 09072daf37 KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() 18 years ago
Avi Kivity e925c5ba93 KVM: Assume that writes smaller than 4 bytes are to non-pagetable pages 18 years ago
Adrian Bunk 2807696c37 KVM: fix an if() condition 18 years ago
Avi Kivity 1165f5fec1 KVM: Per-vcpu statistics 18 years ago
Yaozu Dong d6c69ee9a2 KVM: MMU: Avoid heavy ASSERT at non debug mode. 18 years ago
Avi Kivity 8c4385024d KVM: Retry sleeping allocation if atomic allocation fails 18 years ago
Avi Kivity b5a33a7572 KVM: Use slab caches to allocate mmu data structures 18 years ago
Avi Kivity 417726a3fb KVM: Handle partial pae pdptr 18 years ago
Avi Kivity 954bbbc236 KVM: Simply gfn_to_page() 18 years ago
Dor Laor e0fa826f96 KVM: Add mmu cache clear function 18 years ago
Avi Kivity 36868f7b0e KVM: Use list_move() 18 years ago
Avi Kivity d28c6cfbbc KVM: MMU: Fix hugepage pdes mapping same physical address with different access 18 years ago
Avi Kivity aac012245a KVM: MMU: Remove global pte tracking 18 years ago
Avi Kivity 039576c03c KVM: Avoid guest virtual addresses in string pio userspace interface 18 years ago
Avi Kivity 1ea252afcd KVM: Fix bogus sign extension in mmu mapping audit 18 years ago
Avi Kivity 6b8d0f9b18 KVM: Fix off-by-one when writing to a nonpae guest pde 18 years ago
Avi Kivity 27aba76615 KVM: MMU: Fix host memory corruption on i386 with >= 4GB ram 18 years ago
Avi Kivity ac1b714e78 KVM: MMU: Fix guest writes to nonpae pde 18 years ago
Markus Rechberger 5972e9535e KVM: Use page_private()/set_page_private() apis 18 years ago
Al Viro 11718b4d6b [PATCH] misc NULL noise removal 18 years ago
Avi Kivity 73b1087e61 [PATCH] KVM: MMU: Report nx faults to the guest 18 years ago
Avi Kivity 7993ba43db [PATCH] KVM: MMU: Perform access checks in walk_addr() 18 years ago