|
|
[PATCH 0/11] KVM updates for 2.6.21, Avi Kivity
- [PATCH 1/11] KVM: optimize inline assembly, Avi Kivity
- [PATCH 2/11] KVM: Fix asm constraint for lldt instruction, Avi Kivity
- [PATCH 3/11] KVM: Fix gva_to_gpa(), Avi Kivity
- [PATCH 4/11] KVM: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to userspace, Avi Kivity
- [PATCH 5/11] KVM: fix what looks like an obvious typo in the file drivers/kvm/svm.c, Avi Kivity
- [PATCH 6/11] KVM: Fix mmu going crazy of guest sets cr0.wp == 0, Avi Kivity
- [PATCH 7/11] KVM: SVM: Hack initial cpu csbase to be consistent with intel, Avi Kivity
- [PATCH 8/11] KVM: Two-way apic tpr synchronization, Avi Kivity
- [PATCH 9/11] KVM: VMX: Reload ds and es even in 64-bit mode, Avi Kivity
- [PATCH 10/11] KVM: Fix mismatch between 32-bit and 64-bit abi, Avi Kivity
- [PATCH 11/11] KVM: fix vcpu freeing bug, Avi Kivity
Paravirt KVM capabilities, Hugo Mills
- Re: Paravirt KVM capabilities, Avi Kivity
- Re: Paravirt KVM capabilities, Rusty Russell
- Re: Paravirt KVM capabilities, Ingo Molnar
- Re: Paravirt KVM capabilities, Ulrich Drepper
- Re: Paravirt KVM capabilities, Ingo Molnar
- Re: Paravirt KVM capabilities, Avi Kivity
- Re: Paravirt KVM capabilities, Ingo Molnar
- Re: Paravirt KVM capabilities, Avi Kivity
- Re: Paravirt KVM capabilities, Ingo Molnar
- Re: Paravirt KVM capabilities, Avi Kivity
- Re: Paravirt KVM capabilities, Ulrich Drepper
- Re: Paravirt KVM capabilities, Avi Kivity
- Re: Paravirt KVM capabilities, Ulrich Drepper
- Re: Paravirt KVM capabilities, Avi Kivity
- Re: Paravirt KVM capabilities, Anthony Liguori
- Re: Paravirt KVM capabilities, Avi Kivity
- Re: Paravirt KVM capabilities, Rusty Russell
- Re: Paravirt KVM capabilities, Ingo Molnar
- Re: Paravirt KVM capabilities, Rusty Russell
- Re: Paravirt KVM capabilities, Ingo Molnar
- Re: Paravirt KVM capabilities, Rusty Russell
- Re: Paravirt KVM capabilities, Ingo Molnar
- Re: Paravirt KVM capabilities, Rusty Russell
- Re: Paravirt KVM capabilities, sean
[patch] KVM: add MSR based hypercall API, Ingo Molnar
- Re: [patch] KVM: add MSR based hypercall API, Avi Kivity
- Re: [patch] KVM: add MSR based hypercall API, Ingo Molnar
- Re: [patch] KVM: add MSR based hypercall API, Avi Kivity
- Re: [patch] KVM: add MSR based hypercall API, Ingo Molnar
- Re: [patch] KVM: add MSR based hypercall API, Avi Kivity
- Re: [patch] KVM: add MSR based hypercall API, Ingo Molnar
- Re: [patch] KVM: add MSR based hypercall API, Ingo Molnar
- Re: [patch] KVM: add MSR based hypercall API, Avi Kivity
- Re: [patch] KVM: add MSR based hypercall API, Ingo Molnar
- Re: [patch] KVM: add MSR based hypercall API, Avi Kivity
- Re: [patch] KVM: add MSR based hypercall API, Ingo Molnar
- Re: [patch] KVM: add MSR based hypercall API, Avi Kivity
- Re: [patch] KVM: add MSR based hypercall API, Ingo Molnar
- Re: [patch] KVM: add MSR based hypercall API, Ingo Molnar
- Re: [patch] KVM: add MSR based hypercall API, Avi Kivity
- Re: [patch] KVM: add MSR based hypercall API, Ingo Molnar
- [patchset] KVM: paravirt/hypercall queue, Ingo Molnar
- Re: [patchset] KVM: paravirt/hypercall queue, Ingo Molnar
[PATCH 0/33] KVM: MMU: Cache shadow page tables, Avi Kivity
- [PATCH 1/33] KVM: MMU: Implement simple reverse mapping, Avi Kivity
- [PATCH 2/33] KVM: MMU: Teach the page table walker to track guest page table gfns, Avi Kivity
- [PATCH 3/33] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does, Avi Kivity
- [PATCH 4/33] KVM: MMU: Fold fetch_guest() into init_walker(), Avi Kivity
- [PATCH 5/33] KVM: MU: Special treatment for shadow pae root pages, Avi Kivity
- [PATCH 6/33] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode, Avi Kivity
- [PATCH 7/33] KVM: MMU: Make the shadow page tables also special-case pae, Avi Kivity
- [PATCH 8/33] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer, Avi Kivity
- [PATCH 9/33] KVM: MMU: Shadow page table caching, Avi Kivity
- [PATCH 10/33] KVM: MMU: Write protect guest pages when a shadow is created for them, Avi Kivity
- [PATCH 11/33] KVM: MMU: Let the walker extract the target page gfn from the pte, Avi Kivity
- [PATCH 12/33] KVM: MMU: Support emulated writes into RAM, Avi Kivity
- [PATCH 13/33] KVM: MMU: Zap shadow page table entries on writes to guest page tables, Avi Kivity
- [PATCH 14/33] KVM: MMU: If emulating an instruction fails, try unprotecting the page, Avi Kivity
- [PATCH 15/33] KVM: MMU: Implement child shadow unlinking, Avi Kivity
- [PATCH 16/33] KVM: MMU: kvm_mmu_put_page() only removes one link to the page, Avi Kivity
- [PATCH 17/33] KVM: MMU: oom handling, Avi Kivity
- [PATCH 18/33] KVM: MMU: Remove invlpg interception, Avi Kivity
- [PATCH 19/33] KVM: MMU: Remove release_pt_page_64(), Avi Kivity
- [PATCH 20/33] KVM: MMU: Handle misaligned accesses to write protected guest page tables, Avi Kivity
- [PATCH 21/33] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page(), Avi Kivity
- [PATCH 22/33] KVM: MMU: Ensure freed shadow pages are clean, Avi Kivity
- [PATCH 23/33] KVM: MMU: If an empty shadow page is not empty, report more info, Avi Kivity
- [PATCH 24/33] KVM: MMU: Page table write flood protection, Avi Kivity
- [PATCH 25/33] KVM: MMU: Never free a shadow page actively serving as a root, Avi Kivity
- [PATCH 26/33] KVM: MMU: Fix cmpxchg8b emulation, Avi Kivity
- [PATCH 27/33] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a page table, Avi Kivity
- [PATCH 28/33] KVM: MMU: Free pages on kvm destruction, Avi Kivity
- [PATCH 29/33] KVM: MMU: Replace atomic allocations by preallocated objects, Avi Kivity
- [PATCH 30/33] KVM: MMU: Detect oom conditions and propagate error to userspace, Avi Kivity
- [PATCH 31/33] KVM: MMU: Flush guest tlb when reducing permissions on a pte, Avi Kivity
- [PATCH 32/33] KVM: MMU: Destroy mmu while we still have a vcpu left, Avi Kivity
- [PATCH 33/33] KVM: MMU: add audit code to check mappings, etc are correct, Avi Kivity
- Re: [PATCH 0/33] KVM: MMU: Cache shadow page tables, Andrew Morton
[patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
- Re: [patch] kvm: make cr3 loading more robust, Ingo Molnar
- Re: [patch] kvm: make cr3 loading more robust, Avi Kivity
[RFT] mmu optimizations branch, Avi Kivity
- Re: [RFT] mmu optimizations branch, Ingo Molnar
- Re: [RFT] mmu optimizations branch, Avi Kivity
- Re: [RFT] mmu optimizations branch, Ingo Molnar
- Re: [RFT] mmu optimizations branch, Avi Kivity
- Re: [RFT] mmu optimizations branch, Michael Riepe
- Re: [RFT] mmu optimizations branch, Avi Kivity
- Re: [RFT] mmu optimizations branch, Ingo Molnar
- Re: [RFT] mmu optimizations branch, Avi Kivity
- Re: [RFT] mmu optimizations branch, Ingo Molnar
- Re: [RFT] mmu optimizations branch, Anthony Liguori
- Re: [RFT] mmu optimizations branch, Avi Kivity
- Re: [RFT] mmu optimizations branch, Avi Kivity
- Re: [RFT] mmu optimizations branch, Ingo Molnar
- Re: [RFT] mmu optimizations branch, Avi Kivity
- Re: [RFT] mmu optimizations branch, Ingo Molnar
|
|