Commit Graph

92 Commits (17398957aa0a05ef62535060b41d103590dcc533)

Author SHA1 Message Date
Al Viro 11718b4d6b [PATCH] misc NULL noise removal 18 years ago
Al Viro 8b6d44c7bd [PATCH] kvm: NULL noise removal 18 years ago
Al Viro 2f36698799 [PATCH] kvm: __user annotations 18 years ago
Avi Kivity 432bd6cbf9 [PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the bios 18 years ago
Robert P. J. Day 49b14f24cc [PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.c 18 years ago
Joerg Roedel 46fe4ddd9d [PATCH] KVM: SVM: Propagate cpu shutdown events to userspace 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 6f00e68f21 [PATCH] KVM: Emulate IA32_MISC_ENABLE msr 18 years ago
Leonard Norrgard bce66ca4a2 [PATCH] KVM: SVM: Fix SVM idt confusion 18 years ago
Avi Kivity fc3dffe121 [PATCH] KVM: fix bogus pagefault on writable pages 18 years ago
Avi Kivity 038e51de2e [PATCH] KVM: x86 emulator: fix bit string instructions 18 years ago
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