summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)Author
2019-10-05KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich
2019-04-27KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson
2018-06-16kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini
2018-06-16KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini
2018-06-16KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li
2018-02-07KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra
2018-02-03KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand
2018-02-03KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li
2017-12-29kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini
2017-10-05x86/kvm: Move kvm_fastop_exception to .fixup sectionJosh Poimboeuf
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2017-09-19KVM: x86: Fix the NULL pointer parameter in check_cr_write()Yu Zhang
2017-08-24KVM: MMU: Expose the LA57 feature to VM.Yu Zhang
2017-08-24KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang
2017-08-24KVM: x86: Add return value to kvm_cpuid().Yu Zhang
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-06-30KVM: x86: remove ignored type attributeNick Desaulniers
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini
2017-06-01KVM: x86: avoid large stack allocations in em_fxrstorNick Desaulniers
2017-05-19KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář
2017-04-27KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek
2017-04-21KVM: x86: virtualize cpuid faultingKyle Huey
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář
2017-01-12KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini
2017-01-12KVM: x86: Introduce segmented_write_stdSteve Rutherford
2017-01-09kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-11-24KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář
2016-11-16KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář
2016-11-16KVM: x86: add asm_safe wrapperRadim Krčmář
2016-11-16KVM: x86: save one bit in ctxt->dRadim Krčmář
2016-11-16KVM: x86: add Align16 instruction flagRadim Krčmář
2016-11-02kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-05-10x86/kvm: Add stack frame dependency to fastop() inline asmJosh Poimboeuf
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-02-24KVM: x86: fix conversion of addresses to linear in 32-bit protected modePaolo Bonzini
2016-02-24x86/kvm: Make test_cc() always inlineJosh Poimboeuf
2016-02-24x86/kvm: Set ELF function type for fastop functionsJosh Poimboeuf
2015-11-04KVM: x86: allow RSM from 64-bit modePaolo Bonzini
2015-11-04KVM: x86: handle SMBASE as physical address in RSMRadim Krčmář
2015-10-14KVM: x86: fix RSM into 64-bit protected modePaolo Bonzini
2015-09-06Silence compiler warning in arch/x86/kvm/emulate.cValdis Kletnieks
2015-06-04KVM: x86: save/load state on SMM switchPaolo Bonzini
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini
2015-06-04KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini
2015-05-19KVM: x86: Fix zero iterations REP-stringNadav Amit
2015-05-19KVM: x86: Fix update RCX/RDI/RSI on REP-stringNadav Amit
2015-05-19KVM: x86: Fix DR7 mask on task-switch while debuggingNadav Amit