Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / kvm / vmx.c
2012-04-19 Avi KivityKVM: VMX: Fix kvm_set_shared_msr() called in preemptibl...
2012-04-05 Marcelo TosattiKVM: VMX: vmx_set_cr0 expects kvm->srcu locked
2012-03-28 Linus TorvaldsMerge branch 'kvm-updates/3.4' of git://git./virt/kvm/kvm
2012-03-08 Nadav Har'ElKVM: nVMX: Fix erroneous exception bitmap check
2012-03-08 Avi KivityKVM: VMX: Fix delayed load of shared MSRs
2012-03-08 Kevin WolfKVM: x86 emulator: Fix task switch privilege checks
2012-03-08 Raghavendra K TKVM: VMX: remove yield_on_hlt
2012-03-08 Marcelo TosattiKVM: Allow adjust_tsc_offset to be in host or guest...
2012-03-08 Zachary AmsdenKVM: Infrastructure for software and hardware based...
2012-02-21 Linus Torvaldsi387: Split up <asm/i387.h> into exported and internal...
2012-02-18 Linus Torvaldsi387: move TS_USEDFPU flag from thread_info to task_struct
2012-02-16 Linus Torvaldsi387: don't ever touch TS_USEDFPU directly, use helper...
2012-01-12 Rusty Russellmodule_param: make bool parameters really bool (arch)
2011-12-27 Avi KivityKVM: VMX: Intercept RDPMC
2011-12-27 Avi KivityKVM: Move cpuid code to new file
2011-12-27 Xiao GuangrongKVM: introduce id_to_memslot function
2011-12-27 Gleb NatapovKVM: VMX: remove unneeded vmx_load_host_state() calls.
2011-12-27 Nadav Har'ElKVM: nVMX: Fix warning-causing idt-vectoring-info behavior
2011-12-27 Nadav Har'ElKVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
2011-11-17 Gleb NatapovKVM: VMX: Check for automatic switch msr table overflow
2011-11-17 Gleb NatapovKVM: VMX: Add support for guest/host-only profiling
2011-11-17 Gleb NatapovKVM: VMX: add support for switching of PERF_GLOBAL_CTRL
2011-09-25 Jan KiszkaKVM: Clean up and extend rate-limited output
2011-09-25 Jan KiszkaKVM: x86: Move kvm_trace_exit into atomic vmexit section
2011-09-25 Kevin TianKVM: APIC: avoid instruction emulation for EOI writes
2011-09-25 Nadav Har'ElKVM: nVMX: Fix nested VMX TSC emulation
2011-09-25 Nadav Har'ElKVM: L1 TSC handling
2011-09-25 Julia LawallKVM: VMX: trivial: use BUG_ON
2011-09-25 Stefan HajnocziKVM: Use __print_symbolic() for vmexit tracepoints
2011-07-24 Xiao GuangrongKVM: MMU: mmio page fault support
2011-07-24 Xiao GuangrongKVM: MMU: remove bypass_guest_pf
2011-07-12 Nadav Har'ElKVM: nVMX: Fix bug preventing more than two levels...
2011-07-12 Jan KiszkaKVM: VMX: Silence warning on 32-bit hosts
2011-07-12 Nadav Har'ElKVM: nVMX: Miscellenous small corrections
2011-07-12 Nadav Har'ElKVM: nVMX: Add VMX to list of supported cpuid features
2011-07-12 Nadav Har'ElKVM: nVMX: Additional TSC-offset handling
2011-07-12 Nadav Har'ElKVM: nVMX: Further fixes for lazy FPU loading
2011-07-12 Nadav Har'ElKVM: nVMX: Handling of CR0 and CR4 modifying instructions
2011-07-12 Nadav Har'ElKVM: nVMX: Correct handling of idt vectoring info
2011-07-12 Nadav Har'ElKVM: nVMX: Correct handling of exception injection
2011-07-12 Nadav Har'ElKVM: nVMX: Correct handling of interrupt injection
2011-07-12 Nadav Har'ElKVM: nVMX: Deciding if L0 or L1 should handle an L2...
2011-07-12 Nadav Har'ElKVM: nVMX: vmcs12 checks on nested entry
2011-07-12 Nadav Har'ElKVM: nVMX: Exiting from L2 to L1
2011-07-12 Nadav Har'ElKVM: nVMX: No need for handle_vmx_insn function any...
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMLAUNCH and VMRESUME
2011-07-12 Nadav Har'ElKVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12
2011-07-12 Nadav Har'ElKVM: nVMX: Move control field setup to functions
2011-07-12 Nadav Har'ElKVM: nVMX: Move host-state field setup to a function
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMREAD and VMWRITE
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMPTRST
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMPTRLD
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMCLEAR
2011-07-12 Nadav Har'ElKVM: nVMX: Success/failure of VMX instructions.
2011-07-12 Nadav Har'ElKVM: nVMX: Add VMCS fields to the vmcs12
2011-07-12 Nadav Har'ElKVM: nVMX: Introduce vmcs02: VMCS used to run L2
2011-07-12 Nadav Har'ElKVM: nVMX: Decoding memory operands of VMX instructions
2011-07-12 Nadav Har'ElKVM: nVMX: Implement reading and writing of VMX MSRs
2011-07-12 Nadav Har'ElKVM: nVMX: Introduce vmcs12: a VMCS structure for L1
2011-07-12 Nadav Har'ElKVM: nVMX: Allow setting the VMXE bit in CR4
2011-07-12 Nadav Har'ElKVM: nVMX: Implement VMXON and VMXOFF
2011-07-12 Nadav Har'ElKVM: nVMX: Add "nested" module option to kvm_intel
2011-07-12 Nadav Har'ElKVM: VMX: Keep list of loaded VMCSs, instead of vcpus
2011-07-12 Avi KivityKVM: VMX: always_inline VMREADs
2011-07-12 Avi KivityKVM: VMX: Move VMREAD cleanup to exception handler
2011-06-19 Marcelo TosattiKVM: VMX: do not overwrite uptodate vcpu->arch.cr3...
2011-05-22 Avi KivityKVM: VMX: Cache vmcs segment fields
2011-05-22 Avi KivityKVM: VMX: Avoid reading %rip unnecessarily when handlin...
2011-05-11 Serge E. HallynKVM: fix push of wrong eip when doing softint
2011-05-11 Jan KiszkaKVM: VMX: Ensure that vmx_create_vcpu always returns...
2011-05-11 Joerg RoedelKVM: X86: Delegate tsc-offset calculation to architectu...
2011-05-11 Joerg RoedelKVM: X86: Implement call-back to propagate virtual_tsc_khz
2011-05-11 Joerg RoedelKVM: x86: Add x86 callback for intercept check
2011-05-11 Avi KivityKVM: VMX: simplify NMI mask management
2011-05-11 Avi KivityKVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exception
2011-05-11 Avi KivityKVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionally
2011-05-11 Avi KivityKVM: VMX: Refactor vmx_complete_atomic_exit()
2011-05-11 Avi KivityKVM: VMX: Qualify check for host NMI
2011-05-11 Avi KivityKVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded
2011-05-11 Avi KivityKVM: VMX: Cache cpl
2011-05-11 Avi KivityKVM: VMX: Optimize vmx_get_cpl()
2011-05-11 Avi KivityKVM: VMX: Optimize vmx_get_rflags()
2011-05-11 Avi KivityKVM: Use kvm_get_rflags() and kvm_set_rflags() instead...
2011-03-17 Gleb NatapovKVM: unbreak userspace that does not sets tss address
2011-03-17 Xiao GuangrongKVM: fix rcu usage in init_rmode_* functions
2011-03-17 Takuya YoshikawaKVM: x86: Remove useless regs_page pointer from kvm_lapic
2011-03-17 Gleb NatapovKVM: VMX: Initialize vm86 TSS only once.
2011-03-17 Gleb NatapovKVM: VMX: update live TR selector if it changes in...
2011-03-17 Lai JiangshanKVM: VMX: add the __noclone attribute to vmx_vcpu_run
2011-03-17 Joseph CihulaKVM: VMX: fix detection of BIOS disabling VMX
2011-03-17 Avi KivityKVM: VMX: Avoid atomic operation in vmx_vcpu_run
2011-03-17 Avi KivityKVM: VMX: Simplify saving guest rcx in vmx_vcpu_run
2011-03-17 Rik van RielKVM: VMX: increase ple_gap default to 128
2011-03-17 Avi KivityKVM: VMX: Avoid leaking fake realmode state to userspace
2011-03-17 Avi KivityKVM: VMX: Save and restore tr selector across mode...
2011-01-12 Gleb NatapovKVM: VMX: when entering real mode align segment base...
2011-01-12 Avi KivityKVM: Fetch guest cr3 from hardware on demand
2011-01-12 Avi KivityKVM: Replace reads of vcpu->arch.cr3 by an accessor
2011-01-12 Avi KivityKVM: VMX: Correct asm constraint in vmcs_load()/vmcs_cl...
2011-01-12 Avi KivityKVM: VMX: Optimize atomic EFER load
next