summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)Author
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-07-13x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()Kiryl Shutsemau (Meta)
2026-07-08KVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5Sean Christopherson
2026-07-08KVM: x86: WARN if MOV DR emulation hits a "too late" #GPSean Christopherson
2026-07-08KVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulatorSean Christopherson
2026-07-08KVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on IntelSean Christopherson
2026-07-08KVM: x86: Prioritize #UD on MOV DR over #GP due to non-zero CPLSean Christopherson
2026-07-08KVM: x86: Manually check DR4/5 write values to fix SVM intercept prioritySean Christopherson
2026-07-08KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 valueSean Christopherson
2026-07-08KVM: x86: Treat any non-zero return from set_dr() as a faulting conditionCarlos López
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-03KVM: x86: Rename kvm_cache_regs.h => regs.hSean Christopherson
2026-05-27KVM: x86: Consolidate CPUID fault handling for emulator and interception logicSean Christopherson
2026-05-21KVM: x86: Honor KVM_GUESTDBG_USE_HW_BP when emulating MOV DR (in emulator)Hou Wenlong
2026-05-21KVM: x86: Set guest DR6 by kvm_queue_exception_p() in instruction emulationHou Wenlong
2026-05-12KVM: x86: Swap the dst and src operand for MOVNTDQASean Christopherson
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-03KVM: SVM: Properly check RAX in the emulator for SVM instructionsYosry Ahmed
2026-03-02KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()Sean Christopherson
2026-03-02KVM: x86: Ignore cpuid faulting in SMMJim Mattson
2026-03-02KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulationUros Bizjak
2025-11-20KVM: x86: Enable support for emulating AVX MOV instructionsPaolo Bonzini
2025-11-19KVM: x86: Add emulator support for decoding VEX prefixesPaolo Bonzini
2025-11-19KVM: x86: Refactor REX prefix handling in instruction emulationChang S. Bae
2025-11-19KVM: x86: Add AVX support to the emulator's register fetch and writebackPaolo Bonzini
2025-11-19KVM: x86: Share emulator's common register decoding codePaolo Bonzini
2025-11-19KVM: x86: Move op_prefix to struct x86_emulate_ctxt (from x86_decode_insn())Paolo Bonzini
2025-11-19KVM: x86: Improve formatting of the emulator's flags tablePaolo Bonzini
2025-11-19KVM: x86: Move Src2Shift up one bit (use bits 36:32 for Src2 in the emulator)Paolo Bonzini
2025-11-19KVM: x86: Add support for emulating MOVNTDQAPaolo Bonzini
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-23KVM: x86: Emulate SSP[63:32]!=0 #GP(0) for FAR JMP to 32-bit modeSean Christopherson
2025-09-23KVM: x86: Don't emulate instructions affected by CET featuresSean Christopherson
2025-09-22KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren'tSean Christopherson
2025-08-19KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson
2025-08-18KVM: x86: Remove fastopsPeter Zijlstra
2025-08-18KVM: x86: Convert em_salc() to CPeter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_3WCLPeter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_1SRC2Peter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_2CLPeter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_2WPeter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_2RPeter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_2Peter Zijlstra
2025-08-18KVM: x86: Introduce EM_ASM_1Peter Zijlstra
2025-08-18KVM: x86: Implement test_cc() in CPeter Zijlstra
2025-02-24KVM: x86: Plumb the emulator's starting RIP into nested intercept checksSean Christopherson
2025-02-24KVM: x86: Plumb the src/dst operand types through to .check_intercept()Sean Christopherson
2025-02-24KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit on emulationSean Christopherson
2024-11-01KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical checksMaxim Levitsky