aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAge
...
* | | KVM: x86 emulator: move interruptibility state tracking out of emulatorGleb Natapov2010-08-01
* | | KVM: x86 emulator: handle shadowed registers outside emulatorGleb Natapov2010-08-01
* | | KVM: x86 emulator: use shadowed register in emulate_sysexit()Gleb Natapov2010-08-01
* | | KVM: x86 emulator: set RFLAGS outside x86 emulator codeGleb Natapov2010-08-01
* | | KVM: x86 emulator: advance RIP outside x86 emulator codeGleb Natapov2010-08-01
* | | KVM: handle emulation failure case firstGleb Natapov2010-08-01
* | | KVM: do not inject #PF in (read|write)_emulated() callbacksGleb Natapov2010-08-01
* | | KVM: remove export of emulator_write_emulated()Gleb Natapov2010-08-01
* | | KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation fai...Gleb Natapov2010-08-01
* | | KVM: fill in run->mmio details in (read|write)_emulated functionGleb Natapov2010-08-01
* | | KVM: x86 emulator: make (get|set)_dr() callback return error if it failsGleb Natapov2010-08-01
* | | KVM: x86 emulator: make set_cr() callback return error if it failsGleb Natapov2010-08-01
* | | KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacksGleb Natapov2010-08-01
* | | KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_opsGleb Natapov2010-08-01
* | | KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_opsGleb Natapov2010-08-01
* | | KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_opsGleb Natapov2010-08-01
* | | KVM: x86 emulator: handle "far address" source operandGleb Natapov2010-08-01
* | | KVM: x86 emulator: cleanup nop emulationGleb Natapov2010-08-01
* | | KVM: x86 emulator: cleanup xchg emulationGleb Natapov2010-08-01
* | | KVM: x86 emulator: fix Move r/m16 to segment register decodingGleb Natapov2010-08-01
* | | KVM: x86 emulator: introduce read cacheGleb Natapov2010-08-01
* | | KVM: VMX: Avoid writing HOST_CR0 every entryAvi Kivity2010-08-01
* | | KVM: kvm_pdptr_read() may sleepAvi Kivity2010-08-01
* | | KVM: x86: avoid unnecessary bitmap allocation when memslot is cleanTakuya Yoshikawa2010-08-01
* | | KVM: VMX: Simplify vmx_get_nmi_mask()Avi Kivity2010-08-01
* | | KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2010-08-01
|/ /
* | KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSRAvi Kivity2010-07-23
* | KVM: MMU: fix conflict access permissions in direct spXiao Guangrong2010-07-23
|/
* mm: add context argument to shrinker callbackDave Chinner2010-07-19
* KVM: MMU: flush remote tlbs when overwriting spte with different pfnXiao Guangrong2010-07-12
* KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruptionAvi Kivity2010-07-06
* KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity2010-06-09
* KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti2010-06-09
* KVM: SVM: Implement workaround for Erratum 383Joerg Roedel2010-06-09
* KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel2010-06-09
* Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-05-21
|\
| * KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity2010-05-19
| * KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity2010-05-19
| * KVM: x86: Check LMA bit before set_eferSheng Yang2010-05-19
| * KVM: Don't allow lmsw to clear cr0.peAvi Kivity2010-05-19
| * KVM: x86: Tell the guest we'll warn it about tsc stabilityGlauber Costa2010-05-19
| * KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUIDGlauber Costa2010-05-19
| * KVM: x86: change msr numbers for kvmclockGlauber Costa2010-05-19
| * KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg2010-05-19
| * KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel2010-05-19
| * KVM: x86: Fix exception reinjection forced to trueJoerg Roedel2010-05-19
| * KVM: Fix wallclock version writing raceAvi Kivity2010-05-19
| * KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity2010-05-19
| * KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang2010-05-19
| * KVM: x86: properly update ready_for_interrupt_injectionMarcelo Tosatti2010-05-19