aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAge
...
| * | | KVM: SVM: Activate nested state only when guest state is completeJoerg Roedel2010-04-25
| * | | KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel2010-04-25
| * | | KVM: SVM: Fix nested msr intercept handlingJoerg Roedel2010-04-25
| * | | KVM: SVM: Annotate nested_svm_map with might_sleep()Joerg Roedel2010-04-25
| * | | KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel2010-04-25
| * | | KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel2010-04-25
| * | | KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel2010-04-25
| * | | KVM: x86 emulator: Fix x86_emulate_insn() not to use the variable rc for non-...Takuya Yoshikawa2010-04-25
| * | | KVM: x86 emulator: X86EMUL macro replacements: x86_emulate_insn() and its hel...Takuya Yoshikawa2010-04-25
| * | | KVM: x86 emulator: X86EMUL macro replacements: from do_fetch_insn_byte() to x...Takuya Yoshikawa2010-04-25
| * | | KVM: inject #UD in 64bit mode from instruction that are not valid thereGleb Natapov2010-04-25
| * | | KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov2010-04-25
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-18
|\ \ \ \
| * | | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-23
| |\| | | | | |_|/ | |/| |
| * | | perf & kvm: Clean up some of the guest profiling callback API detailsZhang, Yanmin2010-04-20
| | |/ | |/|
| * | KVM: Implement perf callbacks for guest samplingZhang, Yanmin2010-04-19
* | | KVM: VMX: blocked-by-sti must not defer NMI injectionsJan Kiszka2010-05-13
* | | KVM: x86: Call vcpu_load and vcpu_put in cpuid_updateDongxiao Xu2010-05-13
* | | KVM: SVM: Fix wrong intercept masks on 32 bitJoerg Roedel2010-05-13
| |/ |/|
* | KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka2010-04-21
* | KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-20
* | KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong2010-04-20
* | KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity2010-04-20
* | KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara2010-04-20
* | KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity2010-04-20
* | KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa2010-04-20
* | KVM: take srcu lock before call to complete_pio()Gleb Natapov2010-04-20
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-05
|\
| * KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka2010-03-01
| * KVM: VMX: Update instruction length on intercepted BPJan Kiszka2010-03-01
| * KVM: Fix emulate_sys[call, enter, exit]()'s fault handlingTakuya Yoshikawa2010-03-01
| * KVM: Fix segment descriptor loadingGleb Natapov2010-03-01
| * KVM: Fix load_guest_segment_descriptor() to inject page faultTakuya Yoshikawa2010-03-01
| * KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov2010-03-01
| * KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner2010-03-01
| * KVM: x86 emulator: disallow opcode 82 in 64-bit modeGleb Natapov2010-03-01
| * KVM: x86 emulator: code style cleanupWei Yongjun2010-03-01
| * KVM: x86 emulator: Add LOCK prefix validity checkingGleb Natapov2010-03-01
| * KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov2010-03-01
| * KVM: x86 emulator: Fix popf emulationGleb Natapov2010-03-01
| * KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov2010-03-01
| * KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov2010-03-01
| * KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov2010-03-01
| * KVM: x86 emulator: Add group9 instruction decodingGleb Natapov2010-03-01
| * KVM: x86 emulator: Add group8 instruction decodingGleb Natapov2010-03-01
| * KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun2010-03-01
| * KVM: PIT: unregister kvm irq notifier if fail to create pitWei Yongjun2010-03-01
| * KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BITSheng Yang2010-03-01
| * KVM: MMU: Add tracepoint for guest page agingAvi Kivity2010-03-01