summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2014-07-25x86/kvm: Resolve shadow warning from min macroMark Rustad
2014-07-24Replace NR_VMX_MSR with its definitionPaolo Bonzini
2014-07-24KVM: x86: Assertions to check no overrun in MSR listsNadav Amit
2014-07-24KVM: x86: set rflags.rf during fault injectionNadav Amit
2014-07-24KVM: x86: Setting rflags.rf during rep-string emulationNadav Amit
2014-07-22Merge tag 'kvm-s390-20140721' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2014-07-21KVM: x86: DR6/7.RTM cannot be writtenNadav Amit
2014-07-21KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini
2014-07-21KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini
2014-07-21KVM: x86: Defining missing x86 vectorsNadav Amit
2014-07-21KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit
2014-07-21KVM: x86: Cleanup of rflags.rf cleaningNadav Amit
2014-07-21KVM: x86: Clear rflags.rf on emulated instructionsNadav Amit
2014-07-21KVM: x86: popf emulation should not change RFNadav Amit
2014-07-21KVM: x86: Clearing rflags.rf upon skipped emulated instructionNadav Amit
2014-07-21Merge tag 'kvm-s390-20140715' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2014-07-21KVM: s390: add ipte to trace event decodingChristian Borntraeger
2014-07-21KVM: s390: advertise KVM_CAP_S390_IRQCHIPCornelia Huck
2014-07-21KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand
2014-07-21KVM: s390: move vcpu wakeup code to a central pointDavid Hildenbrand
2014-07-21KVM: s390: remove _bh locking from start_stop_lockDavid Hildenbrand
2014-07-21KVM: s390: remove _bh locking from local_int.lockDavid Hildenbrand
2014-07-21KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand
2014-07-17KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li
2014-07-11KVM: x86: Emulator support for #UD on CPL>0Nadav Amit
2014-07-11KVM: x86: Emulator flag for instruction that only support 16-bit addresses in...Nadav Amit
2014-07-11KVM: x86: use kvm_read_guest_page for emulator accessesPaolo Bonzini
2014-07-11KVM: x86: ensure emulator fetches do not span multiple pagesPaolo Bonzini
2014-07-11KVM: emulate: put pointers in the fetch_cachePaolo Bonzini
2014-07-11KVM: emulate: avoid per-byte copying in instruction fetchesPaolo Bonzini
2014-07-11KVM: emulate: avoid repeated calls to do_insn_fetch_bytesPaolo Bonzini
2014-07-11KVM: emulate: speed up do_insn_fetchPaolo Bonzini
2014-07-11KVM: emulate: do not initialize memoppBandan Das
2014-07-11KVM: emulate: rework seg_overrideBandan Das
2014-07-11KVM: emulate: clean up initializations in init_decode_cacheBandan Das
2014-07-11KVM: emulate: cleanup decode_modrmBandan Das
2014-07-11KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checksBandan Das
2014-07-11KVM: emulate: move init_decode_cache to emulate.cBandan Das
2014-07-11KVM: emulate: simplify writebackPaolo Bonzini
2014-07-11KVM: emulate: speed up emulated movesPaolo Bonzini
2014-07-11KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())"Paolo Bonzini
2014-07-11KVM: emulate: move around some checksPaolo Bonzini
2014-07-11KVM: x86: avoid useless set of KVM_REQ_EVENT after emulationPaolo Bonzini
2014-07-11KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini
2014-07-11KVM: vmx: speed up emulation of invalid guest statePaolo Bonzini
2014-07-11KVM: svm: writes to MSR_K7_HWCR generates GPE in guestMatthias Lange
2014-07-11KVM: x86: Pending interrupt may be delivered after INITNadav Amit
2014-07-11KVM: Synthesize G bit for all segments.Jim Mattson
2014-07-10KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand
2014-07-10KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stoppedDavid Hildenbrand