include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / arch / x86 / kvm / vmx.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-01 Jan KiszkaKVM: VMX: Update instruction length on intercepted BP
2010-03-01 Sheng YangKVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BIT
2010-03-01 Julia LawallKVM: VMX: Remove redundant test in vmx_set_efer()
2010-03-01 Avi KivityKVM: VMX: Wire up .fpu_activate() callback
2010-03-01 Gui JianfengKVM: VMX: Remove redundant check in vm_need_virtualize_...
2010-03-01 Avi KivityKVM: Trace failed msr reads and writes
2010-03-01 Avi KivityKVM: VMX: Pass cr0.mp through to the guest when the...
2010-03-01 Avi KivityKVM: Rename vcpu->shadow_efer to efer
2010-03-01 Avi KivityKVM: Add a helper for checking if the guest is in prote...
2010-03-01 Avi KivityKVM: Activate fpu on clts
2010-03-01 Jan KiszkaKVM: VMX: Clean up DR6 emulation
2010-03-01 Jan KiszkaKVM: VMX: Fix emulation of DR4 and DR5
2010-03-01 Jan KiszkaKVM: VMX: Fix exceptions of mov to dr
2010-03-01 Sheng YangKVM: VMX: Remove emulation failure report
2010-03-01 Avi KivityKVM: VMX: Give the guest ownership of cr0.ts when the...
2010-03-01 Avi KivityKVM: Lazify fpu activation and deactivation
2010-03-01 Avi KivityKVM: VMX: Allow the guest to own some cr0 bits
2010-03-01 Avi KivityKVM: Replace read accesses of vcpu->arch.cr0 by an...
2010-03-01 Avi KivityKVM: VMX: trace clts and lmsw instructions as cr accesses
2010-03-01 Sheng YangKVM: VMX: Enable EPT 1GB page support
2010-03-01 Sheng YangKVM: x86: Rename gb_page_enable() to get_lpage_level...
2010-03-01 Avi KivityKVM: Fill out ftrace exit reason strings
2010-03-01 Marcelo TosattiKVM: convert slots_lock to a mutex
2010-03-01 Marcelo TosattiKVM: switch vcpu context to use SRCU
2010-03-01 Marcelo TosattiKVM: introduce kvm->srcu and convert kvm_set_memory_reg...
2010-03-01 Marcelo TosattiKVM: modify memslots layout in struct kvm
2010-03-01 Sheng YangKVM: VMX: Add instruction rdtscp support for guest
2010-03-01 Sheng YangKVM: Add cpuid_update() callback to kvm_x86_ops
2010-03-01 Sheng YangKVM: VMX: Remove redundant variable
2010-03-01 Avi KivityKVM: VMX: Fold ept_update_paging_mode_cr4() into its...
2010-03-01 Avi KivityKVM: VMX: When using ept, allow the guest to own cr4.pge
2010-03-01 Avi KivityKVM: VMX: Make guest cr4 mask more conservative
2010-03-01 Avi KivityKVM: Add accessor for reading cr4 (or some bits of...
2010-03-01 Avi KivityKVM: VMX: Move some cr[04] related constants to vmx.c
2010-03-01 Sheng YangKVM: VMX: Trap and invalid MWAIT/MONITOR instruction
2009-12-03 Avi KivityKVM: VMX: Fix comparison of guest efer with stale host...
2009-12-03 Sheng YangKVM: VMX: Disable unrestricted guest when EPT disabled
2009-12-03 Jan KiszkaKVM: x86: Add KVM_GET/SET_VCPU_EVENTS
2009-12-03 Avi KivityKVM: VMX: Report unexpected simultaneous exceptions...
2009-12-03 Avi KivityKVM: Allow internal errors reported to userspace to...
2009-12-03 Avi KivityKVM: VMX: Remove vmx->msr_offset_efer
2009-12-03 Marcelo TosattiKVM: VMX: move CR3/PDPTR update to vmx_set_cr3
2009-12-03 Avi KivityKVM: VMX: Use shared msr infrastructure
2009-12-03 Avi KivityKVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autolo...
2009-12-03 Eduardo HabkostKVM: VMX: Use macros instead of hex value on cr0 initia...
2009-12-03 Marcelo TosattiKVM: VMX: fix handle_pause declaration
2009-12-03 Zhai, EdwinKVM: VMX: Add support for Pause-Loop Exiting
2009-12-03 Jan KiszkaKVM: x86: Refactor guest debug IOCTL handling
2009-12-03 Zachary AmsdenKVM: Fix hotplug of CPUs
2009-12-03 Alexander GrafKVM: Activate Virtualization On Demand
2009-12-03 Mohammed GamalKVM: VMX: Enhance invalid guest state emulation
2009-12-03 Avi KivityKVM: Don't pass kvm_run arguments
2009-10-04 Marcelo TosattiKVM: VMX: flush TLB with INVEPT on cpu migration
2009-09-10 Avi KivityKVM: VMX: Check cpl before emulating debug register...
2009-09-10 Gleb NatapovKVM: VMX: call vmx_load_host_state() only if msr is...
2009-09-10 Avi KivityKVM: VMX: Conditionally reload debug register 6
2009-09-10 Gleb NatapovKVM: VMX: Fix cr8 exiting control clobbering by EPT
2009-09-10 Sheng YangKVM: VMX: Fix EPT with WP bit change during paging
2009-09-10 Avi KivityKVM: VMX: Adjust rflags if in real mode emulation
2009-09-10 Roel KluinKVM: fix EFER read buffer overflow
2009-09-10 Avi KivityKVM: VMX: Optimize vmx_get_cpl()
2009-09-10 Joerg RoedelKVM: report 1GB page support to userspace
2009-09-10 Jan KiszkaKVM: VMX: Avoid to return ENOTSUPP to userland
2009-09-10 Sheng YangKVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
2009-09-10 Marcelo TosattiKVM: convert custom marker based tracing to event traces
2009-09-10 Avi KivityKVM: VMX: Only reload guest cr2 if different from host cr2
2009-09-10 Marcelo TosattiKVM: VMX: conditionally disable 2M pages
2009-09-10 Marcelo TosattiKVM: VMX: EPT misconfiguration handler
2009-09-10 Marcelo TosattiKVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability...
2009-09-10 Andre PrzywaraKVM: Move performance counter MSR access interception...
2009-09-10 Gleb NatapovKVM: Introduce kvm_vcpu_is_bsp() function.
2009-09-10 Avi KivityKVM: VMX: Move rmode structure to vmx-specific code
2009-09-10 Nitin A KambleKVM: VMX: Support Unrestricted Guest feature
2009-09-10 Avi KivityKVM: VMX: Fix reporting of unhandled EPT violations
2009-09-10 Avi KivityKVM: Cache pdptrs
2009-09-10 Avi KivityKVM: VMX: Simplify pdptr and cr3 management
2009-09-10 Avi KivityKVM: VMX: Avoid duplicate ept tlb flush when setting cr3
2009-09-10 Gleb NatapovKVM: Drop interrupt shadow when single stepping should...
2009-09-10 Jaswinder Singh... KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_...
2009-09-10 Gleb NatapovKVM: VMX: Properly handle software interrupt re-injecti...
2009-08-05 Jan KiszkaKVM: VMX: Fix locking imbalance on emulation failure
2009-08-05 Jan KiszkaKVM: VMX: Fix locking order in handle_invalid_guest_state
2009-06-28 Avi KivityKVM: VMX: Handle vmx instruction vmexits
2009-06-17 Mel Gormanpage allocator: do not check NUMA node ID when the...
2009-06-10 Andi KleenKVM: Add VT-x machine check support
2009-06-10 Nitin A KambleKVM: VMX: Rename rmode.active to rmode.vm86_active
2009-06-10 Gleb NatapovKVM: Move "exit due to NMI" handling into vmx_complete_...
2009-06-10 Gleb NatapovKVM: Do not re-execute INTn instruction.
2009-06-10 Gleb NatapovKVM: Unprotect a page if #PF happens during NMI injection.
2009-06-10 Glauber CostaKVM: Replace ->drop_interrupt_shadow() by ->set_interru...
2009-06-10 Sheng YangKVM: Enable snooping control for supported hardware
2009-06-10 Sheng YangKVM: Replace get_mt_mask_shift with get_mt_mask
2009-06-10 Gleb NatapovKVM: Get rid of get_irq() callback
2009-06-10 Gleb NatapovKVM: SVM: Add NMI injection support
2009-06-10 Gleb NatapovKVM: Get rid of arch.interrupt_window_open & arch.nmi_w...
2009-06-10 Gleb NatapovKVM: Do not report TPR write to userspace if new value...
2009-06-10 Gleb NatapovKVM: Remove inject_pending_vectors() callback
2009-06-10 Gleb NatapovKVM: Remove exception_injected() callback.
2009-06-10 Gleb NatapovKVM: VMX: Cleanup vmx_intr_assist()
next