index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
emulate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-12
KVM: x86: Swap the dst and src operand for MOVNTDQA
Sean Christopherson
1
-1
/
+1
2026-04-13
Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+1
2026-04-13
Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+13
2026-04-03
KVM: SVM: Properly check RAX in the emulator for SVM instructions
Yosry Ahmed
1
-2
/
+1
2026-03-02
KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()
Sean Christopherson
1
-0
/
+13
2026-03-02
KVM: x86: Ignore cpuid faulting in SMM
Jim Mattson
1
-3
/
+3
2026-03-02
KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulation
Uros Bizjak
1
-2
/
+2
2025-11-20
KVM: x86: Enable support for emulating AVX MOV instructions
Paolo Bonzini
1
-7
/
+7
2025-11-19
KVM: x86: Add emulator support for decoding VEX prefixes
Paolo Bonzini
1
-10
/
+112
2025-11-19
KVM: x86: Refactor REX prefix handling in instruction emulation
Chang S. Bae
1
-12
/
+21
2025-11-19
KVM: x86: Add AVX support to the emulator's register fetch and writeback
Paolo Bonzini
1
-14
/
+44
2025-11-19
KVM: x86: Share emulator's common register decoding code
Paolo Bonzini
1
-32
/
+17
2025-11-19
KVM: x86: Move op_prefix to struct x86_emulate_ctxt (from x86_decode_insn())
Paolo Bonzini
1
-4
/
+4
2025-11-19
KVM: x86: Improve formatting of the emulator's flags table
Paolo Bonzini
1
-16
/
+11
2025-11-19
KVM: x86: Move Src2Shift up one bit (use bits 36:32 for Src2 in the emulator)
Paolo Bonzini
1
-1
/
+2
2025-11-19
KVM: x86: Add support for emulating MOVNTDQA
Paolo Bonzini
1
-4
/
+9
2025-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-318
/
+232
2025-09-23
KVM: x86: Emulate SSP[63:32]!=0 #GP(0) for FAR JMP to 32-bit mode
Sean Christopherson
1
-0
/
+35
2025-09-23
KVM: x86: Don't emulate instructions affected by CET features
Sean Christopherson
1
-13
/
+102
2025-09-22
KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren't
Sean Christopherson
1
-2
/
+2
2025-08-19
KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
Sean Christopherson
1
-5
/
+4
2025-08-18
KVM: x86: Remove fastops
Peter Zijlstra
1
-171
/
+1
2025-08-18
KVM: x86: Convert em_salc() to C
Peter Zijlstra
1
-6
/
+9
2025-08-18
KVM: x86: Introduce EM_ASM_3WCL
Peter Zijlstra
1
-6
/
+19
2025-08-18
KVM: x86: Introduce EM_ASM_1SRC2
Peter Zijlstra
1
-8
/
+26
2025-08-18
KVM: x86: Introduce EM_ASM_2CL
Peter Zijlstra
1
-15
/
+24
2025-08-18
KVM: x86: Introduce EM_ASM_2W
Peter Zijlstra
1
-19
/
+28
2025-08-18
KVM: x86: Introduce EM_ASM_2R
Peter Zijlstra
1
-4
/
+12
2025-08-18
KVM: x86: Introduce EM_ASM_2
Peter Zijlstra
1
-38
/
+47
2025-08-18
KVM: x86: Introduce EM_ASM_1
Peter Zijlstra
1
-13
/
+58
2025-08-18
KVM: x86: Implement test_cc() in C
Peter Zijlstra
1
-32
/
+2
2025-02-24
KVM: x86: Plumb the emulator's starting RIP into nested intercept checks
Sean Christopherson
1
-0
/
+1
2025-02-24
KVM: x86: Plumb the src/dst operand types through to .check_intercept()
Sean Christopherson
1
-0
/
+2
2025-02-24
KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit on emulation
Sean Christopherson
1
-1
/
+1
2024-11-01
KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical checks
Maxim Levitsky
1
-6
/
+9
2024-11-01
KVM: x86: Route non-canonical checks in emulator through emulate_ops
Maxim Levitsky
1
-1
/
+1
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-50
/
+21
2024-07-01
x86/alternatives, kvm: Fix a couple of CALLs without a frame pointer
Borislav Petkov (AMD)
1
-1
/
+1
2024-06-10
KVM: x86: Open code vendor_intel() in string_registers_quirk()
Sean Christopherson
1
-12
/
+8
2024-06-10
KVM: x86: Allow SYSENTER in Compatibility Mode for all Intel compat vCPUs
Sean Christopherson
1
-4
/
+6
2024-06-10
KVM: x86: Use "is Intel compatible" helper to emulate SYSCALL in !64-bit
Sean Christopherson
1
-36
/
+9
2024-03-11
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2024-02-22
KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
Sean Christopherson
1
-13
/
+4
2024-02-07
KVM: x86: rename push to emulate_push for consistency
Julian Stecklina
1
-5
/
+5
2024-02-07
KVM: x86: Clean up partially uninitialized integer in emulate_pop()
Julian Stecklina
1
-6
/
+8
2024-02-07
KVM: x86/emulator: emulate movbe with operand-size prefix
Thomas Prescher
1
-2
/
+2
2024-01-30
KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
Sean Christopherson
1
-1
/
+1
2023-11-28
KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
Binbin Wu
1
-1
/
+1
2023-11-28
KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
Binbin Wu
1
-1
/
+3
2023-11-28
KVM: x86: Consolidate flags for __linearize()
Binbin Wu
1
-10
/
+11
[next]