aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-11x86/kvm: Remove .fixup usagePeter Zijlstra1-12/+4
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra1-2/+2
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+0
2021-10-22KVM: emulate: Comment on difference between RDPMC implementation and manualWanpeng Li1-0/+5
2021-10-03kvm: fix objtool relocation warningLinus Torvalds1-1/+0
2021-09-22kvm: fix wrong exception emulation in check_rdtscHou Wenlong1-1/+1
2021-06-17KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson1-3/+3
2021-06-17KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU resetSean Christopherson1-2/+8
2021-06-17KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helperSean Christopherson1-2/+1
2021-06-17KVM: x86: Emulate triple fault shutdown if RSM emulation failsSean Christopherson1-5/+7
2021-06-17KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran1-120/+17
2021-05-28KVM: X86: Kill off ctxt->udWanpeng Li1-2/+3
2021-05-07KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-77/+3
2021-04-26KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loadsSean Christopherson1-77/+3
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-09KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64Sean Christopherson1-2/+2
2021-02-09KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulationSean Christopherson1-4/+4
2021-02-04KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang1-1/+1
2021-02-02KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson1-0/+2
2020-11-13KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson1-1/+7
2020-10-21KVM: x86: report negative values from wrmsr emulation to userspaceMaxim Levitsky1-2/+2
2020-09-28KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf1-2/+16
2020-09-28KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo1-1/+1
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEADPaolo Bonzini1-1/+1
2020-09-12KVM: emulator: more strict rsm checks.Maxim Levitsky1-5/+17
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-05KVM: x86: emulate reserved nops from 0f/18 to 0f/1fPaolo Bonzini1-2/+6
2020-05-13KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini1-0/+2
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-33/+24
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson1-4/+4
2020-03-16KVM: x86: Add helpers to perform CPUID-based guest vendor checkSean Christopherson1-28/+8
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson1-1/+1
2020-03-16KVM: x86: Move emulation-only helpers to emulate.cSean Christopherson1-0/+11
2020-03-03KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov1-0/+1
2020-02-20kvm/emulate: fix a -Werror=cast-function-typeQian Cai1-22/+14
2020-01-27KVM: x86: Use a typedef for fastop functionsSean Christopherson1-7/+7
2020-01-27KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin1-4/+2
2020-01-27KVM: x86: Remove unused ctxt param from emulator's FPU accessorsSean Christopherson1-15/+13
2020-01-27KVM: x86: Ensure guest's FPU state is loaded when accessing for emulationSean Christopherson1-0/+39
2020-01-27KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis1-2/+14
2020-01-27KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis1-3/+8
2020-01-21KVM: x86: Add dedicated emulator helpers for querying CPUID featuresSean Christopherson1-18/+3
2019-11-15KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failedMiaohe Lin1-4/+2
2019-09-11KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich1-0/+2
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov1-1/+22
2019-08-22KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson1-1/+1
2019-07-18x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf1-13/+31
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-3/+1