Commit Graph

47 Commits (0cc0844bc6d0bfca97fda48fa28d1f0a7cf878cb)

Author SHA1 Message Date
Christian Ehrhardt cbdd1bea2a KVM: Rename kvm_arch_ops to kvm_x86_ops 18 years ago
Shaohua Li fe55188194 KVM: Move gfn_to_page out of kmap/unmap pairs 18 years ago
Rusty Russell f802a307cb KVM: Use standard CR3 flags, tighten checking 18 years ago
Avi Kivity d55e2cb201 KVM: MMU: Store nx bit for large page shadows 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 4436d46621 KVM: MMU: Remove cr0.wp tricks 18 years ago
Avi Kivity e663ee64ae KVM: MMU: Make setting shadow ptes atomic on i386 18 years ago
Avi Kivity 0d551bb698 KVM: Make shadow pte updates atomic 18 years ago
Avi Kivity a18de5a403 KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common() 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 6598c8b242 KVM: MMU: Pass the guest pde to 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 ef0197e8d9 KVM: MMU: Simplify fetch() a little bit 18 years ago
Eddie Dong 8d7282036f KVM: Use symbolic constants instead of magic numbers 18 years ago
Avi Kivity 47ad8e689b KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical 18 years ago
Avi Kivity 0028425f64 KVM: Update shadow pte on write to guest pte 18 years ago
Avi Kivity a25f7e1f8c KVM: Reduce misfirings of the fork detector 18 years ago
Avi Kivity 1165f5fec1 KVM: Per-vcpu statistics 18 years ago
Avi Kivity d28c6cfbbc KVM: MMU: Fix hugepage pdes mapping same physical address with different access 18 years ago
Avi Kivity ca5aac1f96 KVM: MMU: Remove unnecessary check for pdptr access 18 years ago
Avi Kivity d27d4aca18 KVM: Cosmetics 18 years ago
Avi Kivity bf3f8e86c2 KVM: mmu: add missing dirty page tracking cases 18 years ago
Avi Kivity e119d117a1 [PATCH] kvm: Fix gva_to_gpa() 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
Avi Kivity fc3dffe121 [PATCH] KVM: fix bogus pagefault on writable pages 18 years ago
Avi Kivity 760db773fb [PATCH] KVM: MMU: Add missing dirty bit 18 years ago
Avi Kivity 37a7d8b046 [PATCH] KVM: MMU: add audit code to check mappings, etc are correct 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 143646567f [PATCH] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a page table 18 years ago
Avi Kivity ebeace8609 [PATCH] KVM: MMU: oom handling 18 years ago
Avi Kivity 815af8d42e [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte 18 years ago
Avi Kivity 374cbac033 [PATCH] KVM: MMU: Write protect guest pages when a shadow is created for them 18 years ago
Avi Kivity cea0f0e7ea [PATCH] KVM: MMU: Shadow page table caching 18 years ago
Avi Kivity 25c0de2cc6 [PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer 18 years ago
Avi Kivity aef3d3fe13 [PATCH] KVM: MMU: Make the shadow page tables also special-case pae 18 years ago
Avi Kivity 1b0973bd8f [PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode 18 years ago
Avi Kivity ac79c978f1 [PATCH] KVM: MMU: Fold fetch_guest() into init_walker() 18 years ago
Avi Kivity 6bcbd6aba0 [PATCH] KVM: MMU: Teach the page table walker to track guest page table gfns 18 years ago
Avi Kivity cd4a4e5374 [PATCH] KVM: MMU: Implement simple reverse mapping 18 years ago
Avi Kivity a9058ecd3c [PATCH] KVM: Simplify is_long_mode() 18 years ago
Avi Kivity 8c7bb723b4 [PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptes 18 years ago
Avi Kivity 6aa8b732ca [PATCH] kvm: userspace interface 18 years ago