Commit Graph

71 Commits (64fb98fc40738ae1a98bcea9ca3145b89fb71524)

Author SHA1 Message Date
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
Ingo Molnar 68a99f6d37 [PATCH] KVM: Simplify mmu_alloc_roots() 18 years ago
Ingo Molnar 7f7417d67e [PATCH] KVM: Avoid oom on cr3 switch 18 years ago
Avi Kivity 37a7d8b046 [PATCH] KVM: MMU: add audit code to check mappings, etc are correct 18 years ago
Avi Kivity 40907d5768 [PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pte 18 years ago
Avi Kivity e2dec939db [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace 18 years ago
Avi Kivity 714b93da1a [PATCH] KVM: MMU: Replace atomic allocations by preallocated objects 18 years ago
Avi Kivity f51234c2cd [PATCH] KVM: MMU: Free pages on kvm destruction 18 years ago
Avi Kivity 3bb65a22a4 [PATCH] KVM: MMU: Never free a shadow page actively serving as a root 18 years ago
Avi Kivity 86a5ba025d [PATCH] KVM: MMU: Page table write flood protection 18 years ago
Avi Kivity 139bdb2d9e [PATCH] KVM: MMU: If an empty shadow page is not empty, report more info 18 years ago
Avi Kivity 5f1e0b6abc [PATCH] KVM: MMU: Ensure freed shadow pages are clean 18 years ago