Age | Commit message (Expand) | Author |
2007-03-27 | KVM: always reload segment selectors | Ingo Molnar |
2007-03-27 | KVM: Prevent system selectors leaking into guest on real->protected mode tran... | Avi Kivity |
2007-03-18 | KVM: Fix guest sysenter on vmx | Avi Kivity |
2007-03-04 | KVM: Per-vcpu inodes | Avi Kivity |
2007-03-04 | KVM: Wire up hypercall handlers to a central arch-independent location | Avi Kivity |
2007-03-04 | KVM: Add host hypercall support for vmx | Ingo Molnar |
2007-03-04 | KVM: add MSR based hypercall API | Ingo Molnar |
2007-03-04 | KVM: Use ARRAY_SIZE macro instead of manual calculation. | Ahmed S. Darwish |
2007-03-04 | KVM: vmx: hack set_cr0_no_modeswitch() to actually do modeswitch | Joerg Roedel |
2007-03-04 | KVM: Cosmetics | Avi Kivity |
2007-02-13 | [PATCH] i386: Convert i386 PDA code to use %fs | Jeremy Fitzhardinge |
2007-02-12 | [PATCH] KVM: cpu hotplug support | Avi Kivity |
2007-02-12 | [PATCH] KVM: VMX: add vcpu_clear() | Avi Kivity |
2007-02-12 | [PATCH] kvm: VMX: Reload ds and es even in 64-bit mode | Avi Kivity |
2007-02-12 | [PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to u... | Avi Kivity |
2007-02-12 | [PATCH] kvm: optimize inline assembly | Ingo Molnar |
2007-02-09 | [PATCH] kvm: NULL noise removal | Al Viro |
2007-02-01 | [PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the bios | Avi Kivity |
2007-01-23 | [PATCH] KVM: fix race between mmio reads and injected interrupts | Avi Kivity |
2007-01-22 | [PATCH] vmx: Fix register constraint in launch code | Herbert Xu |
2007-01-11 | [PATCH] KVM: add VM-exit profiling | Ingo Molnar |
2007-01-05 | [PATCH] KVM: Simplify test for interrupt window | Dor Laor |
2007-01-05 | [PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup() | Avi Kivity |
2007-01-05 | [PATCH] KVM: Improve reporting of vmwrite errors | Avi Kivity |
2007-01-05 | [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace | Avi Kivity |
2007-01-05 | [PATCH] KVM: MMU: Remove invlpg interception | Avi Kivity |
2007-01-05 | [PATCH] KVM: MMU: oom handling | Avi Kivity |
2007-01-05 | [PATCH] KVM: Prevent stale bits in cr0 and cr4 | Avi Kivity |
2007-01-05 | [PATCH] KVM: Improve interrupt response | Dor Laor |
2007-01-05 | [PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where a... | Ingo Molnar |
2007-01-05 | [PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bug | Ingo Molnar |
2006-12-30 | [PATCH] KVM: Rename some msrs | Nguyen Anh Quynh |
2006-12-30 | [PATCH] KVM: Move common msr handling to arch independent code | Avi Kivity |
2006-12-30 | [PATCH] KVM: Implement a few system configuration msrs | Avi Kivity |
2006-12-30 | [PATCH] KVM: Simplify is_long_mode() | Avi Kivity |
2006-12-22 | [PATCH] KVM: Handle p5 mce msrs | Michael Riepe |
2006-12-22 | [PATCH] KVM: Force real-mode cs limit to 64K | Michael Riepe |
2006-12-13 | [PATCH] KVM: Fix vmx hardware_enable() on macbooks | Avi Kivity |
2006-12-13 | [PATCH] KVM: Don't touch the virtual apic vt registers on 32-bit | Michael Riepe |
2006-12-13 | [PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versa | Avi Kivity |
2006-12-13 | [PATCH] KVM: Move find_vmx_entry() to vmx.c | Avi Kivity |
2006-12-13 | [PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls symmetric | Uri Lublin |
2006-12-13 | [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 | Avi Kivity |
2006-12-13 | [PATCH] KVM: Add missing include | Anthony Liguori |
2006-12-10 | [PATCH] kvm: userspace interface | Avi Kivity |