KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip
[safe/jmp/linux-2.6] / arch / x86 / kvm / vmx.c
2008-12-31 Jan KiszkaKVM: VMX: Fix pending NMI-vs.-IRQ race for user space...
2008-12-31 Hannes EderKVM: VMX: fix sparse warning
2008-12-31 Avi KivityKVM: VMX: Conditionally request interrupt window after...
2008-12-31 Eduardo HabkostKVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()
2008-12-31 Eduardo HabkostKVM: VMX: move cpu_has_kvm_support() to an inline on...
2008-12-31 Eduardo HabkostKVM: VMX: move vmx.h to include/asm
2008-12-31 Guillaume ThouveninKVM: VMX: Handle mmio emulation when guest state is...
2008-12-31 Guillaume ThouveninKVM: allow emulator to adjust rip for emulated pio...
2008-12-31 Sheng YangKVM: VMX: Move private memory slot position
2008-12-31 Sheng YangKVM: Enable MTRR for EPT
2008-12-31 Sheng YangKVM: VMX: Add PAT support for EPT
2008-12-31 Jan KiszkaKVM: VMX: work around lacking VNMI support
2008-12-31 Jan KiszkaKVM: VMX: Provide support for user space injected NMIs
2008-12-31 Jan KiszkaKVM: VMX: fix real-mode NMI support
2008-12-31 Jan KiszkaKVM: VMX: refactor IRQ and NMI window enabling
2008-12-31 Jan KiszkaKVM: VMX: refactor/fix IRQ and NMI injectability determ...
2008-12-31 Jan KiszkaKVM: VMX: Support for NMI task gates
2008-12-31 Jan KiszkaKVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic value
2008-12-31 Jan KiszkaKVM: VMX: include all IRQ window exits in statistics
2008-11-23 Avi KivityKVM: VMX: Fix interrupt loss during race with NMI
2008-11-11 Sheng YangKVM: VMX: Set IGMT bit in EPT entry
2008-10-15 Marcelo TosattiKVM: VMX: enable invlpg exiting if EPT is disabled
2008-10-15 Marcelo TosattiKVM: x86: trap invlpg
2008-10-15 Marcelo TosattiKVM: switch to get_user_pages_fast
2008-10-15 Sheng YangKVM: VMX: Rename IA32_FEATURE_CONTROL bits
2008-10-15 Jan KiszkaKVM: VMX: Cleanup stalled INTR_INFO read
2008-10-15 Avi KivityKVM: Add statistics for guest irq injections
2008-10-15 Avi KivityKVM: VMX: Change segment dpl at reset to 3
2008-10-15 Avi KivityKVM: VMX: Change cs reset state to be a data segment
2008-10-15 Mohammed GamalKVM: VMX: Modify mode switching and vmentry functions
2008-10-15 Mohammed GamalKVM: VMX: Add invalid guest state handler
2008-10-15 Mohammed GamalKVM: VMX: Add module parameter and emulation flag.
2008-10-15 Mohammed GamalKVM: VMX: Add Guest State Validity Checks
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...