Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[safe/jmp/linux-2.6] / arch / x86 / kvm / vmx.c
2010-05-22 Linus TorvaldsMerge branch 'kvm-updates/2.6.35' of git://git./virt...
2010-05-19 Shane WangKVM: VMX: enable VMXON check with SMX enabled (Intel...
2010-05-19 Avi KivityKVM: VMX: Atomically switch efer if EPT && !EFER.NX
2010-05-19 Avi KivityKVM: VMX: Add facility to atomically switch MSRs on...
2010-05-19 Avi KivityKVM: Let vcpu structure alignment be determined at...
2010-05-18 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-05-17 Joerg RoedelKVM: x86: Allow marking an exception as reinjected
2010-05-17 Joerg RoedelKVM: x86: Add callback to let modules decide over some...
2010-05-17 Lai JiangshanKVM: VMX: free vpid when fail to create vcpu
2010-05-17 Lai JiangshanKVM: use the correct RCU API for PROVE_RCU=y
2010-05-17 Avi KivityMerge branch 'perf'
2010-05-17 Gleb NatapovKVM: prevent spurious exit to userspace during task...
2010-05-17 Jan KiszkaKVM: x86: Push potential exception error code on task...
2010-05-17 Gleb NatapovKVM: move DR register access handling into generic...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix in/out emulation.
2010-05-17 Gui JianfengKVM: VMX: change to use bool return values
2010-05-17 Wei YongjunKVM: x86: Use native_store_idt() instead of kvm_get_idt()
2010-05-17 Avi KivityKVM: Move kvm_exit tracepoint rip reading inside tracepoint
2010-05-13 Jan KiszkaKVM: VMX: blocked-by-sti must not defer NMI injections
2010-04-25 Gleb NatapovKVM: move segment_base() into vmx.c
2010-04-25 Gleb NatapovKVM: Drop kvm_get_gdt() in favor of generic linux function
2010-04-25 Jan KiszkaKVM: x86: Save&restore interrupt shadow mask
2010-04-25 Gleb NatapovKVM: use desc_ptr struct instead of kvm private descrip...
2010-04-23 Ingo MolnarMerge branch 'linus' into perf/core
2010-04-20 Avi KivityKVM: VMX: Save/restore rflags.vm correctly in real...
2010-04-19 Zhang, YanminKVM: Implement perf callbacks for guest sampling
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
next