aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_emulate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini1-2/+4
2017-12-05x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel1-2/+0
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek1-0/+2
2017-08-24KVM: x86: Add return value to kvm_cpuid().Yu Zhang1-2/+2
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li1-0/+1
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini1-0/+1
2017-04-27KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek1-1/+3
2017-01-09kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky1-0/+1
2015-11-04KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář1-0/+10
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini1-0/+4
2015-06-04KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini1-1/+4
2015-01-26KVM: x86: IRET emulation does not clear NMI maskingNadav Amit1-0/+1
2014-07-11KVM: emulate: put pointers in the fetch_cachePaolo Bonzini1-2/+2
2014-07-11KVM: emulate: do not initialize memoppBandan Das1-0/+5
2014-07-11KVM: emulate: rework seg_overrideBandan Das1-2/+1
2014-07-11KVM: emulate: clean up initializations in init_decode_cacheBandan Das1-9/+11
2014-07-11KVM: emulate: move init_decode_cache to emulate.cBandan Das1-0/+1
2014-07-11KVM: emulate: speed up emulated movesPaolo Bonzini1-1/+1
2014-07-09KVM: nSVM: Set correct port for IOIO interception evaluationJan Kiszka1-0/+1
2014-06-18KVM: x86: rdpmc emulation checks the counter incorrectlyNadav Amit1-0/+1
2014-05-22KVM: x86: drop set_rflags callbackPaolo Bonzini1-1/+0
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov1-1/+1
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov1-2/+6
2012-09-06KVM: emulator: optimize "rep ins" handlingGleb Natapov1-1/+3
2012-09-06KVM: emulator: make x86 emulation modes enum instead of definesGleb Natapov1-12/+10
2012-09-05KVM: x86 emulator: constify emulate_opsMathias Krause1-1/+1
2012-08-27KVM: x86 emulator: access GPRs on demandAvi Kivity1-1/+19
2012-07-09KVM: x86 emulator: initialize memopAvi Kivity1-1/+1
2012-07-09KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity1-2/+2
2012-04-16KVM: x86 emulator: MMX supportAvi Kivity1-1/+3
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf1-0/+1
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf1-1/+1
2012-02-01KVM: x86: fix missing checks in syscall emulationStephan Bärwolf1-0/+13
2012-02-01KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf1-0/+3
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity1-0/+1
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong1-0/+1
2011-09-25KVM: x86 emulator: expand decode flags to 64 bitsAvi Kivity1-1/+1
2011-09-25KVM: x86 emulator: move memop, memopp into emulation contextAvi Kivity1-0/+2
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity1-24/+20
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity1-1/+1
2011-07-12KVM: x86 emulator: Avoid clearing the whole decode_cacheTakuya Yoshikawa1-2/+3
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa1-2/+1
2011-05-22KVM: x86 emulator: consolidate segment accessorsAvi Kivity1-9/+4
2011-05-22KVM: SVM: Get rid of x86_intercept_map::validAvi Kivity1-0/+1
2011-05-22KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity1-2/+0
2011-05-22KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity1-0/+1
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity1-0/+1
2011-05-22KVM: x86 emulator: add new ->halt() callbackAvi Kivity1-0/+1