summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson2021-05-071-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-77/+3
|\
| * KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loadsSean Christopherson2021-04-261-77/+3
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
|/
* KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64Sean Christopherson2021-02-091-2/+2
* KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulationSean Christopherson2021-02-091-4/+4
* KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang2021-02-041-1/+1
* KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson2021-02-021-0/+2
* KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson2020-11-131-1/+7
* KVM: x86: report negative values from wrmsr emulation to userspaceMaxim Levitsky2020-10-211-2/+2
* KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf2020-09-281-2/+16
* KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo2020-09-281-1/+1
* Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2020-09-221-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* | KVM: emulator: more strict rsm checks.Maxim Levitsky2020-09-121-5/+17
|/
* KVM: x86: emulate reserved nops from 0f/18 to 0f/1fPaolo Bonzini2020-06-051-2/+6
* KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini2020-05-131-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-031-33/+24
|\
| * KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson2020-03-161-4/+4
| * KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson2020-03-161-28/+8
| * KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson2020-03-161-1/+1
| * KVM: x86: Move emulation-only helpers to emulate.cSean Christopherson2020-03-161-0/+11
* | KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov2020-03-031-0/+1
|/
* kvm/emulate: fix a -Werror=cast-function-typeQian Cai2020-02-201-22/+14
* KVM: x86: Use a typedef for fastop functionsSean Christopherson2020-01-271-7/+7
* KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin2020-01-271-4/+2
* KVM: x86: Remove unused ctxt param from emulator's FPU accessorsSean Christopherson2020-01-271-15/+13
* KVM: x86: Ensure guest's FPU state is loaded when accessing for emulationSean Christopherson2020-01-271-0/+39
* KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-2/+14
* KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-3/+8
* KVM: x86: Add dedicated emulator helpers for querying CPUID featuresSean Christopherson2020-01-211-18/+3
* KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failedMiaohe Lin2019-11-151-4/+2
* KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-09-111-0/+2
* x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov2019-08-221-1/+22
* KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson2019-08-221-1/+1
* x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf2019-07-181-13/+31
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-3/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-3/+1
* | KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15Liran Alon2019-06-181-1/+1
|/
* KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2019-04-161-0/+10
* KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson2019-04-161-10/+11
* KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-161-6/+6
* KVM: x86: Open code kvm_set_hflagsSean Christopherson2019-04-161-0/+3
* KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-161-75/+74
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-11/+11
* x86/kvm: Add Hygon Dhyana support to KVMPu Wen2018-09-271-1/+10
* kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid2018-08-061-1/+1
* kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-121-6/+6
* KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini2018-06-121-32/+32