summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)Author
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-01x86/alternatives, kvm: Fix a couple of CALLs without a frame pointerBorislav Petkov (AMD)
2024-06-10KVM: x86: Open code vendor_intel() in string_registers_quirk()Sean Christopherson
2024-06-10KVM: x86: Allow SYSENTER in Compatibility Mode for all Intel compat vCPUsSean Christopherson
2024-06-10KVM: x86: Use "is Intel compatible" helper to emulate SYSCALL in !64-bitSean Christopherson
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-02-22KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson
2024-02-07KVM: x86: rename push to emulate_push for consistencyJulian Stecklina
2024-02-07KVM: x86: Clean up partially uninitialized integer in emulate_pop()Julian Stecklina
2024-02-07KVM: x86/emulator: emulate movbe with operand-size prefixThomas Prescher
2024-01-30KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad indexSean Christopherson
2023-11-28KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulatorBinbin Wu
2023-11-28KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()Binbin Wu
2023-11-28KVM: x86: Consolidate flags for __linearize()Binbin Wu
2023-08-17KVM: x86: Remove break statements that will never be executedLike Xu
2023-03-23KVM: x86: Assert that the emulator doesn't load CS with garbage in !RMSean Christopherson
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-15Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-03KVM: x86/emulator: Fix comment in __load_segment_descriptor()Michal Luczaj
2023-02-03KVM: x86/emulator: Fix segment load privilege level validationMichal Luczaj
2023-02-02scripts/spelling.txt: add `permitted'Ricardo Ribalda
2023-01-31KVM: x86: Use emulator callbacks instead of duplicating "host flags"Maxim Levitsky
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-11-09KVM: x86: move SMM exit to a new filePaolo Bonzini
2022-11-09KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini
2022-10-28KVM: x86: smm: number of GPRs in the SMRAM image depends on the image formatMaxim Levitsky
2022-10-28KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky
2022-10-28KVM: x86: emulator: update the emulation mode after rsmMaxim Levitsky
2022-10-28KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky
2022-10-28KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-09-26KVM: x86: Use DR7_GD macro instead of open coding check in emulatorSean Christopherson
2022-09-26KVM: x86: Return emulator error if RDMSR/WRMSR emulation failedHou Wenlong
2022-09-26KVM:x86: Clean up ModR/M "reg" initialization in reg op decodingLiam Ni
2022-09-22KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabledSean Christopherson
2022-08-24KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibilityMichal Luczaj
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers
2022-08-19x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf
2022-08-19x86/kvm: Simplify FOP_SETCC()Josh Poimboeuf
2022-08-10KVM: x86: emulator: Fix illegal LEA handlingMichal Luczaj
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini
2022-07-15KVM: emulate: do not adjust size of fastop and setcc subroutinesPaolo Bonzini
2022-07-14x86/kvm: fix FASTOP_SIZE when return thunks are enabledThadeu Lima de Souza Cascardo
2022-07-13KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GPSean Christopherson
2022-07-13KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checksSean Christopherson
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-27x86/kvm: Fix SETcc emulation for return thunksPeter Zijlstra
2022-06-10KVM: x86: Bug the VM on an out-of-bounds data readSean Christopherson
2022-06-10KVM: x86: Bug the VM if the emulator generates a bogus exception vectorSean Christopherson
2022-06-10KVM: x86: Bug the VM if the emulator accesses a non-existent GPRSean Christopherson