summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong2022-04-021-2/+2
* KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong2022-04-021-1/+3
* KVM: x86/emulator: Move the unhandled outer privilege level logic of far retu...Hou Wenlong2022-03-011-6/+8
* KVM: x86/emulator: Fix wrong privilege check for code segment in __load_segme...Hou Wenlong2022-03-011-8/+23
* KVM: x86/emulator: Defer not-present segment check in __load_segment_descript...Hou Wenlong2022-03-011-5/+9
* KVM: x86/emulate: Remove unused "tss_selector" of task_switch_{16, 32}()Jinrong Liang2022-02-101-7/+4
* KVM: x86/emulate: Remove unused "ctxt" of setup_syscalls_segments()Jinrong Liang2022-02-101-5/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-24/+31
|\
| * KVM: x86: Update vPMCs when retiring branch instructionsEric Hankland2022-01-071-24/+31
* | x86/kvm: Remove .fixup usagePeter Zijlstra2021-12-111-12/+4
* | x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2021-12-081-2/+2
|/
* Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-311-1/+0
|\
| * kvm: fix objtool relocation warningLinus Torvalds2021-10-031-1/+0
* | KVM: emulate: Comment on difference between RDPMC implementation and manualWanpeng Li2021-10-221-0/+5
|/
* kvm: fix wrong exception emulation in check_rdtscHou Wenlong2021-09-221-1/+1
* KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson2021-06-171-3/+3
* KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU resetSean Christopherson2021-06-171-2/+8
* KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helperSean Christopherson2021-06-171-2/+1
* KVM: x86: Emulate triple fault shutdown if RSM emulation failsSean Christopherson2021-06-171-5/+7
* KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran2021-06-171-120/+17
* KVM: X86: Kill off ctxt->udWanpeng Li2021-05-281-2/+3
* 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