Detach sched.h from mm.h
[safe/jmp/linux-2.6] / drivers / kvm / vmx.c
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-03 Avi KivityKVM: Remove unused 'instruction_length'
2007-05-03 Anthony LiguoriKVM: VMX: Add lazy FPU support for VT
2007-05-03 Anthony LiguoriKVM: VMX: Properly shadow the CR0 register in the vcpu...
2007-05-03 Avi KivityKVM: Don't complain about cpu erratum AA15
2007-05-03 Avi KivityKVM: Per-vcpu statistics
2007-05-03 Avi KivityKVM: VMX: Only save/restore MSR_K6_STAR if necessary
2007-05-03 Avi KivityKVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c
2007-05-03 Avi KivityKVM: VMX: Don't switch 64-bit msrs for 32-bit guests
2007-05-03 Avi KivityKVM: VMX: Reduce unnecessary saving of host msrs
2007-05-03 Eric Sesterhenn... KVM: Fix overflow bug in overflow detection code
2007-05-03 Avi KivityKVM: Simply gfn_to_page()
2007-05-03 Avi KivityKVM: Remove debug message
2007-05-03 Avi KivityKVM: Hack real-mode segments on vmx from KVM_SET_SREGS
2007-05-03 Avi KivityKVM: Remove set_cr0_no_modeswitch() arch op
2007-05-03 Avi KivityKVM: Workaround vmx inability to virtualize the reset...
2007-05-03 Avi KivityKVM: Avoid guest virtual addresses in string pio usersp...
2007-05-03 Avi KivityKVM: Add a special exit reason when exiting due to...
2007-05-03 Avi KivityKVM: Fold kvm_run::exit_type into kvm_run::exit_reason
2007-05-03 Avi KivityKVM: Handle cpuid in the kernel instead of punting...
2007-05-03 Avi KivityKVM: Do not communicate to userspace through cpu regist...
2007-05-03 Dor LaorKVM: Use the generic skip_emulated_instruction() in...
2007-03-27 Ingo MolnarKVM: always reload segment selectors
2007-03-27 Avi KivityKVM: Prevent system selectors leaking into guest on...
2007-03-18 Avi KivityKVM: Fix guest sysenter on vmx
2007-03-04 Avi KivityKVM: Per-vcpu inodes
2007-03-04 Avi KivityKVM: Wire up hypercall handlers to a central arch-indep...
2007-03-04 Ingo MolnarKVM: Add host hypercall support for vmx
2007-03-04 Ingo MolnarKVM: add MSR based hypercall API
2007-03-04 Ahmed S. DarwishKVM: Use ARRAY_SIZE macro instead of manual calculation.
2007-03-04 Joerg RoedelKVM: vmx: hack set_cr0_no_modeswitch() to actually...
2007-03-04 Avi KivityKVM: Cosmetics
2007-02-13 Jeremy Fitzhardinge[PATCH] i386: Convert i386 PDA code to use %fs
2007-02-12 Avi Kivity[PATCH] KVM: cpu hotplug support
2007-02-12 Avi Kivity[PATCH] KVM: VMX: add vcpu_clear()
2007-02-12 Avi Kivity[PATCH] kvm: VMX: Reload ds and es even in 64-bit mode
2007-02-12 Avi Kivity[PATCH] kvm: vmx: handle triple faults by returning...
2007-02-12 Ingo Molnar[PATCH] kvm: optimize inline assembly
2007-02-09 Al Viro[PATCH] kvm: NULL noise removal
2007-02-02 Avi Kivity[PATCH] KVM: fix lockup on 32-bit intel hosts with...
2007-01-23 Avi Kivity[PATCH] KVM: fix race between mmio reads and injected...
2007-01-23 Herbert Xu[PATCH] vmx: Fix register constraint in launch code
2007-01-12 Ingo Molnar[PATCH] KVM: add VM-exit profiling
2007-01-06 Dor Laor[PATCH] KVM: Simplify test for interrupt window
2007-01-06 Avi Kivity[PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup()
2007-01-06 Avi Kivity[PATCH] KVM: Improve reporting of vmwrite errors
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Detect oom conditions and propagate...
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Remove invlpg interception
2007-01-06 Avi Kivity[PATCH] KVM: MMU: oom handling
2007-01-06 Avi Kivity[PATCH] KVM: Prevent stale bits in cr0 and cr4
2007-01-06 Dor Laor[PATCH] KVM: Improve interrupt response
2007-01-06 Ingo Molnar[PATCH] KVM: Use raw_smp_processor_id() instead of...
2007-01-06 Ingo Molnar[PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bug
2006-12-30 Nguyen Anh Quynh[PATCH] KVM: Rename some msrs
2006-12-30 Avi Kivity[PATCH] KVM: Move common msr handling to arch independe...
2006-12-30 Avi Kivity[PATCH] KVM: Implement a few system configuration msrs
2006-12-30 Avi Kivity[PATCH] KVM: Simplify is_long_mode()
2006-12-22 Michael Riepe[PATCH] KVM: Handle p5 mce msrs
2006-12-22 Michael Riepe[PATCH] KVM: Force real-mode cs limit to 64K
2006-12-13 Avi Kivity[PATCH] KVM: Fix vmx hardware_enable() on macbooks
2006-12-13 Michael Riepe[PATCH] KVM: Don't touch the virtual apic vt registers...
2006-12-13 Avi Kivity[PATCH] KVM: Disallow the kvm-amd module on intel hardw...
2006-12-13 Avi Kivity[PATCH] KVM: Move find_vmx_entry() to vmx.c
2006-12-13 Uri Lublin[PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls...
2006-12-13 Avi Kivity[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64
2006-12-13 Anthony Liguori[PATCH] KVM: Add missing include
2006-12-10 Avi Kivity[PATCH] kvm: userspace interface