summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_emulate.h
AgeCommit message (Expand)Author
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek
2017-08-24KVM: x86: Add return value to kvm_cpuid().Yu Zhang
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini
2017-04-27KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek
2017-01-09kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky
2015-11-04KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini
2015-06-04KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini
2015-01-26KVM: x86: IRET emulation does not clear NMI maskingNadav Amit
2014-07-11KVM: emulate: put pointers in the fetch_cachePaolo 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: move init_decode_cache to emulate.cBandan Das
2014-07-11KVM: emulate: speed up emulated movesPaolo Bonzini
2014-07-09KVM: nSVM: Set correct port for IOIO interception evaluationJan Kiszka
2014-06-18KVM: x86: rdpmc emulation checks the counter incorrectlyNadav Amit
2014-05-22KVM: x86: drop set_rflags callbackPaolo Bonzini
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov
2012-09-06KVM: emulator: optimize "rep ins" handlingGleb Natapov
2012-09-06KVM: emulator: make x86 emulation modes enum instead of definesGleb Natapov
2012-09-05KVM: x86 emulator: constify emulate_opsMathias Krause
2012-08-27KVM: x86 emulator: access GPRs on demandAvi Kivity
2012-07-09KVM: x86 emulator: initialize memopAvi Kivity
2012-07-09KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity
2012-04-16KVM: x86 emulator: MMX supportAvi Kivity
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf
2012-02-01KVM: x86: fix missing checks in syscall emulationStephan Bärwolf
2012-02-01KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong
2011-09-25KVM: x86 emulator: expand decode flags to 64 bitsAvi Kivity
2011-09-25KVM: x86 emulator: move memop, memopp into emulation contextAvi Kivity
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity
2011-07-12KVM: x86 emulator: Avoid clearing the whole decode_cacheTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa
2011-05-22KVM: x86 emulator: consolidate segment accessorsAvi Kivity
2011-05-22KVM: SVM: Get rid of x86_intercept_map::validAvi Kivity
2011-05-22KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity
2011-05-22KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add new ->halt() callbackAvi Kivity
2011-05-22KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity