safe/jmp/linux-2.6
2010-05-17 Avi KivityKVM: Document KVM_SET_USER_MEMORY_REGION
2010-05-17 Avi KivityKVM: MMU: Disassociate direct maps from guest levels
2010-05-17 Xiao GuangrongKVM: MMU: check reserved bits only if CR4.PSE=1 or...
2010-05-17 Marcelo TosattiKVM: x86: document KVM_REQ_PENDING_TIMER usage
2010-05-17 Gleb NatapovKVM: x86 emulator: fix unlocked CMPXCHG8B emulation
2010-05-17 Gleb NatapovKVM: x86 emulator: add decoding of CMPXCHG8B dst operand
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: introduce pio in string read ahead.
2010-05-17 Gleb NatapovKVM: x86 emulator: restart string instruction without...
2010-05-17 Gleb NatapovKVM: x86 emulator: remove saved_eip
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: x86 emulator: during rep emulation decrement ECX...
2010-05-17 Gleb NatapovKVM: x86 emulator: add decoding of X,Y parameters from...
2010-05-17 Gleb NatapovKVM: x86 emulator: populate OP_MEM operand during decoding.
2010-05-17 Gleb NatapovKVM: Use task switch from emulator.c
2010-05-17 Gleb NatapovKVM: x86 emulator: Use load_segment_descriptor() instea...
2010-05-17 Gleb NatapovKVM: x86 emulator: Emulate task switch in emulator.c
2010-05-17 Gleb NatapovKVM: x86 emulator: Provide more callbacks for x86 emulator.
2010-05-17 Gleb NatapovKVM: x86 emulator: cleanup grp3 return value
2010-05-17 Gleb NatapovKVM: x86 emulator: If LOCK prefix is used dest arg...
2010-05-17 Gleb NatapovKVM: x86 emulator: do not call writeback if msr access...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix return values of syscall/sysente...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix mov dr to inject #UD when needed.
2010-05-17 Gleb NatapovKVM: x86 emulator: inject #UD on access to non-existing CR
2010-05-17 Gleb NatapovKVM: x86 emulator: 0f (20|21|22|23) ignore mod bits.
2010-05-17 Gleb NatapovKVM: x86 emulator: fix 0f 01 /5 emulation
2010-05-17 Gleb NatapovKVM: x86 emulator: fix mov r/m, sreg emulation.
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 Takuya YoshikawaKVM: coalesced_mmio: fix kvm_coalesced_mmio_init()...
2010-05-17 Gui JianfengKVM: VMX: change to use bool return values
2010-05-17 Gleb NatapovKVM: Remove pointer to rflags from realmode_set_cr...
2010-05-17 Gleb NatapovKVM: x86 emulator: check return value against correct...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix RCX access during rep emulation
2010-05-17 Gleb NatapovKVM: x86 emulator: Fix DstAcc decoding.
2010-05-17 Avi KivityKVM: MMU: Reinstate pte prefetch on invlpg
2010-05-17 Avi KivityKVM: MMU: Do not instantiate nontrapping spte on unsync...
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 Avi KivityKVM: MMU: Consolidate two guest pte reads in kvm_mmu_pt...
2010-05-17 jing zhangKVM: fix assigned_device_enable_host_msix error handling
2010-05-17 Wei YongjunKVM: fix the errno of ioctl KVM_[UN]REGISTER_COALESCED_...
2010-05-17 Wei YongjunKVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no...
2010-05-17 Wei YongjunKVM: x86: fix the error of ioctl KVM_IRQ_LINE if no...
2010-05-17 Wei YongjunKVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GE...
2010-05-17 Wei YongjunKVM: x86: Use native_store_idt() instead of kvm_get_idt()
2010-05-17 Avi KivityKVM: Trace exception injection
2010-05-17 Avi KivityKVM: Move kvm_exit tracepoint rip reading inside tracepoint
2010-05-17 Minchan KimKVM: remove redundant initialization of page->private
2010-05-17 Xiao GuangrongKVM: cleanup kvm trace
2010-05-17 Wei YongjunKVM: PPC: Do not create debugfs if fail to create vcpu
2010-05-17 Wei YongjunKVM: s390: Fix possible memory leak of in kvm_arch_vcpu...
2010-05-17 Gleb NatapovKVM: x86 emulator mark VMMCALL and LMSW as privileged
2010-05-17 Joerg RoedelKVM: SVM: Ignore lower 12 bit of nested msrpm_pa
2010-05-17 Joerg RoedelKVM; SVM: Add correct handling of nested iopm
2010-05-17 Joerg RoedelKVM: SVM: Use svm_msrpm_offset in nested_svm_exit_handl...
2010-05-17 Joerg RoedelKVM: SVM: Optimize nested svm msrpm merging
2010-05-17 Joerg RoedelKVM: SVM: Introduce direct access msr list
2010-05-17 Joerg RoedelKVM: SVM: Move msrpm offset calculation to seperate...
2010-05-17 Joerg RoedelKVM: SVM: Return correct values in nested_svm_exit_hand...
2010-05-17 Andrea GelminiKVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup
2010-04-25 Gleb NatapovKVM: x86 emulator: Implement jmp far opcode ff/5
2010-04-25 Gleb NatapovKVM: x86 emulator: Add decoding of 16bit second in...
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 Takuya YoshikawaKVM: update gfn_to_hva() to use gfn_to_hva_memslot()
2010-04-25 Joerg RoedelKVM: SVM: Clear exit_info for injected INTR exits
2010-04-25 Joerg RoedelKVM: SVM: Handle nested selective_cr0 intercept correctly
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: Implement emulation of vm_cr msr
2010-04-25 Joerg RoedelKVM: SVM: Add kvm_nested_intercepts tracepoint
2010-04-25 Joerg RoedelKVM: SVM: Restore tracing of nested vmcb address
2010-04-25 Joerg RoedelKVM: SVM: Check for nested intercepts on NMI injection
2010-04-25 Joerg RoedelKVM: SVM: Reset MMU on nested_svm_vmrun for NPT too
2010-04-25 Joerg RoedelKVM: SVM: Coding style cleanup
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: SVM: Emulate nRIP feature when reinjecting INT3
2010-04-25 Jan KiszkaKVM: x86: Add kvm_is_linear_rip
2010-04-25 Jan KiszkaKVM: SVM: Move svm_queue_exception
2010-04-25 Jan KiszkaKVM: x86: Kick VCPU outside PIC lock again
2010-04-25 Alexander GrafKVM: PPC: Destory timer on vcpu destruction
2010-04-25 Alexander GrafKVM: PPC: Memset vcpu to zeros
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 Joerg RoedelKVM: SVM: Fix wrong interrupt injection in enable_irq_w...
2010-04-25 Gleb NatapovKVM: drop unneeded kvm_run check in emulate_instruction()
2010-04-25 Alexander GrafKVM: PPC: Allocate vcpu struct using vmalloc
2010-04-25 Alexander GrafKVM: PPC: Simplify kvmppc_load_up_(FPU|VMX|VSX)
2010-04-25 Alexander GrafKVM: PPC: Enable use of secondary htab bucket
2010-04-25 Alexander GrafKVM: PPC: Add capability for paired singles
2010-04-25 Alexander GrafKVM: PPC: Implement Paired Single emulation
next