Commit Graph

280 Commits (64fb98fc40738ae1a98bcea9ca3145b89fb71524)

Author SHA1 Message Date
Avi Kivity cccf748b81 [PATCH] KVM: fix race between mmio reads and injected interrupts 18 years ago
Avi Kivity 084384754e [PATCH] KVM: make sure there is a vcpu context loaded when destroying the mmu 18 years ago
Herbert Xu e001548911 [PATCH] vmx: Fix register constraint in launch code 18 years ago
Ingo Molnar 07031e14c1 [PATCH] KVM: add VM-exit profiling 18 years ago
Dor Laor 022a93080c [PATCH] KVM: Simplify test for interrupt window 18 years ago
Ingo Molnar 68a99f6d37 [PATCH] KVM: Simplify mmu_alloc_roots() 18 years ago
Ingo Molnar d21225ee2b [PATCH] KVM: Make loading cr3 more robust 18 years ago
Avi Kivity 760db773fb [PATCH] KVM: MMU: Add missing dirty bit 18 years ago
Avi Kivity 4db9c47c05 [PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup() 18 years ago
Avi Kivity cc1d8955cb [PATCH] KVM: Add missing 'break' 18 years ago
Ingo Molnar 7f7417d67e [PATCH] KVM: Avoid oom on cr3 switch 18 years ago
Avi Kivity 86a2b42e81 [PATCH] KVM: Initialize vcpu->kvm a little earlier 18 years ago
Avi Kivity e52de1b8cf [PATCH] KVM: Improve reporting of vmwrite errors 18 years ago
Avi Kivity 37a7d8b046 [PATCH] KVM: MMU: add audit code to check mappings, etc are correct 18 years ago
Avi Kivity 9ede74e0af [PATCH] KVM: MMU: Destroy mmu while we still have a vcpu left 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 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 32b3562735 [PATCH] KVM: MMU: Fix cmpxchg8b emulation 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
Avi Kivity 260746c03d [PATCH] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page() 18 years ago
Avi Kivity 0e7bc4b961 [PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page tables 18 years ago
Avi Kivity 73f7198e73 [PATCH] KVM: MMU: Remove release_pt_page_64() 18 years ago
Avi Kivity 5f015a5b28 [PATCH] KVM: MMU: Remove invlpg interception 18 years ago
Avi Kivity ebeace8609 [PATCH] KVM: MMU: oom handling 18 years ago
Avi Kivity cc4529efc7 [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the page 18 years ago
Avi Kivity 697fe2e24a [PATCH] KVM: MMU: Implement child shadow unlinking 18 years ago
Avi Kivity a436036baf [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the page 18 years ago
Avi Kivity 9b7a032567 [PATCH] KVM: MMU: Zap shadow page table entries on writes to guest page tables 18 years ago
Avi Kivity da4a00f002 [PATCH] KVM: MMU: Support emulated writes into RAM 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 17ac10ad2b [PATCH] KVM: MU: Special treatment for shadow pae root pages 18 years ago
Avi Kivity ac79c978f1 [PATCH] KVM: MMU: Fold fetch_guest() into init_walker() 18 years ago
Avi Kivity 1342d3536d [PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does 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 399badf315 [PATCH] KVM: Prevent stale bits in cr0 and cr4 18 years ago
Dor Laor c1150d8cf9 [PATCH] KVM: Improve interrupt response 18 years ago
Yoshimi Ichiyanagi e097f35ce5 [PATCH] KVM: Recover after an arch module load failure 18 years ago
Ingo Molnar d3b2c33860 [PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where applicable 18 years ago