summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-021-3/+5
|\
| * 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
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-6/+10
|\ \
| * | kvm/emulate: Fix SETcc emulation for ENDBRPeter Zijlstra2022-03-221-4/+6
| * | Merge branch 'kvm/kvm-sls-fix'Peter Zijlstra2022-03-221-2/+17
| |\ \
| * | | x86/ibt,kvm: Add ENDBR to fastopsPeter Zijlstra2022-03-151-2/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-27/+44
|\ \ \ \ | | |_|/ | |/| |
| * | | 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 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-221-2/+2
|\ \ \
| * | | x86: Share definition of __is_canonical_address()Adrian Hunter2022-02-021-2/+2
| |/ /
* | | Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-221-2/+7
|\ \ \ | |_|/ |/| |
| * | KVM: x86: Replace memset() "optimization" with normal per-field writesSean Christopherson2022-02-141-2/+7
| |/
* / kvm/emulate: Fix SETcc emulation function offsets with SLSBorislav Petkov2022-03-201-2/+17
|/
* 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
|\