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 / x86.c
2010-05-22 Linus TorvaldsMerge branch 'kvm-updates/2.6.35' of git://git./virt...
2010-05-19 Avi KivityKVM: x86: Add missing locking to arch specific vcpu...
2010-05-19 Sheng YangKVM: x86: Check LMA bit before set_efer
2010-05-19 Avi KivityKVM: Don't allow lmsw to clear cr0.pe
2010-05-19 Glauber CostaKVM: x86: Tell the guest we'll warn it about tsc stability
2010-05-19 Glauber CostaKVM: x86: export paravirtual cpuid flags in KVM_GET_SUP...
2010-05-19 Glauber CostaKVM: x86: change msr numbers for kvmclock
2010-05-19 Roedel, JoergKVM: x86: Inject #GP with the right rip on efer writes
2010-05-19 Joerg RoedelKVM: x86: Fix exception reinjection forced to true
2010-05-19 Avi KivityKVM: Fix wallclock version writing race
2010-05-19 Marcelo TosattiKVM: x86: properly update ready_for_interrupt_injection
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 Avi KivityMerge remote branch 'tip/perf/core'
2010-05-17 Avi KivityKVM: MMU: Drop cr4.pge from shadow page role
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: fix emulator_task_switch() return value.
2010-05-17 Jan KiszkaKVM: x86: Push potential exception error code on task...
2010-05-17 Gleb NatapovKVM: x86: get rid of mmu_only parameter in emulator_wri...
2010-05-17 Gleb NatapovKVM: move DR register access handling into generic...
2010-05-17 Avi KivityKVM: Fix MAXPHYADDR calculation when cpuid does not...
2010-05-17 Avi KivityKVM: Trace emulated instructions
2010-05-17 Gleb NatapovKVM: x86 emulator: commit rflags as part of registers...
2010-05-17 Jan KiszkaKVM: x86: Fix 32-bit build breakage due to typo
2010-05-17 Gleb NatapovKVM: small kvm_arch_vcpu_ioctl_run() cleanup.
2010-05-17 Gleb NatapovKVM: x86 emulator: restart string instruction without...
2010-05-17 Gleb NatapovKVM: x86 emulator: Move string pio emulation into emula...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix in/out emulation.
2010-05-17 Gleb NatapovKVM: Use task switch from emulator.c
2010-05-17 Gleb NatapovKVM: x86 emulator: Provide more callbacks for x86 emulator.
2010-05-17 Gleb NatapovKVM: Provide current eip as part of emulator context.
2010-05-17 Gleb NatapovKVM: Provide x86_emulate_ctxt callback to get current cpl
2010-05-17 Gleb NatapovKVM: remove realmode_lmsw function.
2010-05-17 Gleb NatapovKVM: Provide callback to get/set control registers...
2010-05-17 Gleb NatapovKVM: Remove pointer to rflags from realmode_set_cr...
2010-05-17 Avi KivityKVM: Don't follow an atomic operation by a non-atomic one
2010-05-17 Avi KivityKVM: Make locked operations truly atomic
2010-05-17 Wei YongjunKVM: x86: fix the error of ioctl KVM_IRQ_LINE if no...
2010-05-17 Avi KivityKVM: Trace exception injection
2010-05-17 Xiao GuangrongKVM: cleanup kvm trace
2010-05-13 Dongxiao XuKVM: x86: Call vcpu_load and vcpu_put in cpuid_update
2010-04-25 Gleb NatapovKVM: move segment_base() into vmx.c
2010-04-25 Gleb NatapovKVM: fix segment_base() error checking
2010-04-25 Gleb NatapovKVM: Drop kvm_get_gdt() in favor of generic linux function
2010-04-25 Joerg RoedelKVM: x86: Don't set arch.cr0 in kvm_set_cr0
2010-04-25 Joerg RoedelKVM: SVM: Ignore write of hwcr.ignne
2010-04-25 Joerg RoedelKVM: SVM: Add kvm_nested_intercepts tracepoint
2010-04-25 Jan KiszkaKVM: x86: Preserve injected TF across emulation
2010-04-25 Jan KiszkaKVM: x86: Drop RF manipulation for guest single-stepping
2010-04-25 Jan KiszkaKVM: x86: Add kvm_is_linear_rip
2010-04-25 Jan KiszkaKVM: x86: Add support for saving&restoring debug registers
2010-04-25 Jan KiszkaKVM: x86: Save&restore interrupt shadow mask
2010-04-25 Jan KiszkaKVM: x86: Do not return soft events in vcpu_events
2010-04-25 Gleb NatapovKVM: drop unneeded kvm_run check in emulate_instruction()
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-21 Jan KiszkaKVM: x86: Fix TSS size check for 16-bit tasks
2010-04-20 Takuya YoshikawaKVM: fix the handling of dirty bitmaps to avoid overflows
2010-04-20 Andre PrzywaraKVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTL
2010-04-20 Avi KivityKVM: Don't spam kernel log when injecting exceptions...
2010-04-20 Gleb NatapovKVM: take srcu lock before call to complete_pio()
2010-04-20 Zhang, Yanminperf & kvm: Clean up some of the guest profiling callba...
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: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP
2010-03-01 Gleb NatapovKVM: Fix segment descriptor loading
2010-03-01 Takuya YoshikawaKVM: Fix load_guest_segment_descriptor() to inject...
2010-03-01 Thomas GleixnerKVM: Convert i8254/i8259 locks to raw_spinlocks
2010-03-01 Gleb NatapovKVM: x86 emulator: Check IOPL level during io instructi...
2010-03-01 Gleb NatapovKVM: x86 emulator: fix memory access during x86 emulation
2010-03-01 Gleb NatapovKVM: x86 emulator: Add Virtual-8086 mode of emulation
2010-03-01 Wei YongjunKVM: cleanup the failure path of KVM_CREATE_IRQCHIP...
2010-03-01 Takuya YoshikawaKVM: Remove redundant reading of rax on OUT instructions
2010-03-01 Takuya YoshikawaKVM: fix kvm_fix_hypercall() to return X86EMUL_*
2010-03-01 Takuya YoshikawaKVM: fix load_guest_segment_descriptor() to return...
2010-03-01 Zhai, EdwinKVM: enable PCI multiple-segments for pass-through...
2010-03-01 Gleb NatapovKVM: mark segments accessed on HW task switch
2010-03-01 Avi KivityKVM: trace guest fpu loads and unloads
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 Avi KivityKVM: Drop kvm_{load,put}_guest_fpu() exports
2010-03-01 Avi KivityKVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active
2010-03-01 Gleb NatapovKVM: x86: fix checking of cr0 validity
2010-03-01 Jan KiszkaKVM: SVM: Clean up and enhance mov dr emulation
2010-03-01 Marcelo TosattiKVM: fix cleanup_srcu_struct on vm destruction
2010-03-01 Gleb NatapovKVM: fix Hyper-V hypercall warnings and wrong mask...
2010-03-01 Gleb NatapovKVM: Implement NotifyLongSpinWait HYPER-V hypercall
2010-03-01 Gleb NatapovKVM: Add HYPER-V apic access MSRs
2010-03-01 Gleb NatapovKVM: Implement bare minimum of HYPER-V MSRs
2010-03-01 Avi KivityKVM: Set cr0.et when the guest writes cr0
2010-03-01 Avi KivityKVM: Lazify fpu activation and deactivation
2010-03-01 Avi KivityKVM: Replace read accesses of vcpu->arch.cr0 by an...
2010-03-01 Sheng YangKVM: x86: Rename gb_page_enable() to get_lpage_level...
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: convert io_bus to SRCU
2010-03-01 Marcelo TosattiKVM: x86: switch kvm_set_memory_alias to SRCU update
next