on_each_cpu(): kill unused 'retry' parameter
[safe/jmp/linux-2.6] / arch / x86 / kvm / vmx.c
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-06-26 Jens Axboesmp_call_function: get rid of the unused nonatomic...
2008-06-24 Avi KivityKVM: VMX: Fix host msr corruption with preemption enabled
2008-06-06 Eli CollinsKVM: VMX: Clear CR4.VMXE in hardware_disable
2008-06-06 Marcelo TosattiKVM: migrate PIT timer
2008-05-04 Sheng YangKVM: VMX: Enable EPT feature for KVM
2008-05-04 Sheng YangKVM: VMX: Prepare an identity page table for EPT in...
2008-05-04 Sheng YangKVM: Add kvm_x86_ops get_tdp_level()
2008-05-04 Sheng YangKVM: VMX: EPT Feature Detection
2008-04-27 Feng (Eric) LiuKVM: Add trace markers
2008-04-27 Marcelo TosattiKVM: MMU: unify slots_lock usage
2008-04-27 Sheng YangKVM: VMX: Enable MSR Bitmap feature
2008-04-27 Izik EidusKVM: x86: hardware task switching support
2008-04-27 Izik EidusKVM: x86: add functions to get the cpl of vcpu
2008-04-27 Avi KivityKVM: VMX: Add module option to disable flexpriority
2008-04-27 Avi KivityKVM: VMX: Don't adjust tsc offset forward
2008-04-27 Harvey HarrisonKVM: replace remaining __FUNCTION__ occurances
2008-04-27 Avi KivityKVM: Prefix control register accessors with kvm_ to...
2008-04-27 Avi KivityKVM: Use x86's segment descriptor struct instead of...
2008-04-27 Ryan HarperKVM: VMX: fix typo in VMX header define
2008-04-27 Joerg RoedelKVM: VMX: unifdef the EFER specific code
2008-04-27 Joerg RoedelKVM: align valid EFER bits with the features of the...
2008-04-27 Sheng YangKVM: VMX: Enable Virtual Processor Identification ...
2008-03-25 Marcelo TosattiKVM: VMX: convert init_rmode_tss() to slots_lock
2008-03-25 Avi KivityKVM: VMX: Restore tss even on x86_64
2008-03-04 Avi KivityKVM: VMX: Avoid rearranging switched guest msrs while...
2008-03-04 Marcelo TosattiKVM: move alloc_apic_access_page() outside of non-preem...
2008-03-04 Izik EidusKVM: remove the usage of the mmap_sem for the protectio...
2008-01-30 Sheng YangKVM: x86 emulator: Only allow VMCALL/VMMCALL trapped...
2008-01-30 Marcelo TosattiKVM: MMU: Switch to mmu spinlock
2008-01-30 Marcelo TosattiKVM: MMU: Concurrent guest walkers
2008-01-30 Avi KivityKVM: Disable vapic support on Intel machines with FlexP...
2008-01-30 Avi KivityKVM: Move arch dependent files to new directory arch...