KVM: fix i8259 reset irq acking
[safe/jmp/linux-2.6] / arch / x86 / kvm / vmx.c
2008-10-15 Avi KivityKVM: VMX: Use interrupt queue for !irqchip_in_kernel
2008-10-15 Sheng YangKVM: VMX: Clean up magic number 0x66 in init_rmode_tss
2008-10-15 Avi KivityKVM: VMX: Avoid vmwrite(HOST_RSP) when possible
2008-10-15 Avi KivityKVM: VMX: Unify register save/restore across 32 and...
2008-10-15 Jan KiszkaKVM: VMX: Reinject real mode exception
2008-10-15 Jan KiszkaKVM: Consolidate XX_VECTOR defines
2008-10-15 Mohammed GamalKVM: VMX: Remove redundant check in handle_rmode_exception
2008-10-15 Avi KivityKVM: VMX: Move interrupt post-processing to vmx_complet...
2008-10-15 Avi KivityKVM: VMX: Fix pending exception processing
2008-10-15 Avi KivityKVM: VMX: Move nmi injection failure processing to...
2008-10-15 Avi KivityKVM: Move NMI IRET fault processing to new vmx_complete...
2008-10-15 Marcelo TosattiKVM: x86: accessors for guest registers
2008-10-15 Sheng YangKVM: VMX: Rename misnamed msr bits
2008-09-11 Sheng YangKVM: VMX: Always return old for clear_flush_young(...
2008-07-27 Sheng YangKVM: VMX: Fix undefined beaviour of EPT after reload...
2008-07-27 Sheng YangKVM: VMX: Fix bypass_guest_pf enabling when disable...
2008-07-27 Avi KivityKVM: Avoid instruction emulation when event delivery...
2008-07-20 Avi KivityKVM: Prefix some x86 low level function with kvm_,...
2008-07-20 Sheng YangKVM: VMX: Add ept_sync_context in flush_tlb
2008-07-20 Chris LalancetteKVM: VMX: Fake emulate Intel perfctr MSRs
2008-07-20 Sheng YangKVM: VMX: Fix a wrong usage of vmcs_config
2008-07-20 Sheng YangKVM: VMX: Enable NMI with in-kernel irqchip
2008-07-20 Avi KivityKVM: Remove decache_vcpus_on_cpu() and related callbacks
2008-07-20 Avi KivityKVM: VMX: Add list of potentially locally cached vcpus
2008-07-20 Avi KivityKVM: Handle virtualization instruction #UD faults durin...
2008-07-20 Avi KivityKVM: VMX: Trivial vmcs_write64() code simplification
2008-07-20 Joerg RoedelKVM: VMX: move APIC_ACCESS trace entry to generic code
2008-07-20 Harvey HarrisonKVM: add statics were possible, function definition...
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...