summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)Author
2020-10-21KVM: x86: report negative values from wrmsr emulation to userspaceMaxim Levitsky
2020-09-28KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf
2020-09-28KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2020-09-12KVM: emulator: more strict rsm checks.Maxim Levitsky
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-05KVM: x86: emulate reserved nops from 0f/18 to 0f/1fPaolo Bonzini
2020-05-13KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson
2020-03-16KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson
2020-03-16KVM: x86: Move emulation-only helpers to emulate.cSean Christopherson
2020-03-03KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov
2020-02-20kvm/emulate: fix a -Werror=cast-function-typeQian Cai
2020-01-27KVM: x86: Use a typedef for fastop functionsSean Christopherson
2020-01-27KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin
2020-01-27KVM: x86: Remove unused ctxt param from emulator's FPU accessorsSean Christopherson
2020-01-27KVM: x86: Ensure guest's FPU state is loaded when accessing for emulationSean Christopherson
2020-01-27KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis
2020-01-27KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis
2020-01-21KVM: x86: Add dedicated emulator helpers for querying CPUID featuresSean Christopherson
2019-11-15KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failedMiaohe Lin
2019-09-11KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov
2019-08-22KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson
2019-07-18x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-18KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15Liran Alon
2019-04-16KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson
2019-04-16KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson
2019-04-16KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner
2018-09-27x86/kvm: Add Hygon Dhyana support to KVMPu Wen
2018-08-06kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini
2018-06-12KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini
2018-05-14KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li
2018-04-04kvm: Add emulation for movups/movupdStefan Fritsch
2018-03-16KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe
2018-03-16KVM: x86: Always allow access to VMware backdoor I/O portsLiran Alon
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-25KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra
2017-12-21kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini
2017-12-14KVM: x86: emulate RDPIDPaolo Bonzini