index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-38
/
+124
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2025-05-27
Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-13
/
+122
2025-05-27
Merge tag 'kvm-x86-misc-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-25
/
+2
2025-05-26
Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
Paolo Bonzini
1
-6
/
+69
2025-05-19
KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
Manali Shukla
1
-0
/
+38
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
1
-32
/
+19
2025-05-08
KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
Sean Christopherson
1
-6
/
+65
2025-05-02
x86/msr: Change the function type of native_read_msr_safe()
Xin Li (Intel)
1
-12
/
+7
2025-05-02
x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()
Xin Li (Intel)
1
-12
/
+3
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-29
KVM: x86: Unify cross-vCPU IBPB
Sean Christopherson
1
-25
/
+0
2025-04-29
KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUs
Yosry Ahmed
1
-1
/
+1
2025-04-28
KVM: SVM: Treat DEBUGCTL[5:2] as reserved
Sean Christopherson
1
-11
/
+0
2025-04-25
KVM: SVM: avoid frequency indirect calls
Peng Hao
1
-0
/
+4
2025-04-25
KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field
Kim Phillips
1
-0
/
+2
2025-04-25
KVM: SVM: Add a mutex to dump_vmcb() to prevent concurrent output
Tom Lendacky
1
-0
/
+5
2025-04-25
KVM: SVM: Include the vCPU ID when dumping a VMCB
Tom Lendacky
1
-2
/
+2
2025-04-25
KVM: SVM: Add the type of VM for which the VMCB/VMSA is being dumped
Tom Lendacky
1
-2
/
+7
2025-04-25
KVM: SVM: Dump guest register state in dump_vmcb()
Tom Lendacky
1
-0
/
+53
2025-04-25
KVM: SVM: Decrypt SEV VMSA in dump_vmcb() if debugging is enabled
Tom Lendacky
1
-0
/
+13
2025-04-24
KVM: x86: Add module param to control and enumerate device posted IRQs
Sean Christopherson
1
-0
/
+2
2025-04-24
KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception
Mikhail Lobanov
1
-0
/
+4
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
1
-5
/
+5
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-3
/
+3
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
1
-0
/
+1
2025-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-17
/
+39
2025-03-25
Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+8
2025-03-19
Merge tag 'kvm-x86-svm-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-10
/
+29
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-7
/
+10
2025-03-14
KVM: x86: Allow vendor code to disable quirks
Paolo Bonzini
1
-0
/
+1
2025-03-03
KVM: SVM: Refuse to attempt VRMUN if an SEV-ES+ guest has an invalid VMSA
Sean Christopherson
1
-2
/
+9
2025-02-28
KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabled
Sean Christopherson
1
-0
/
+14
2025-02-28
KVM: SVM: Suppress DEBUGCTL.BTF on AMD
Sean Christopherson
1
-0
/
+9
2025-02-28
KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
Sean Christopherson
1
-0
/
+12
2025-02-28
KVM: SVM: Inject #GP if memory operand for INVPCID is non-canonical
Sean Christopherson
1
-0
/
+11
2025-02-28
KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadow
Sean Christopherson
1
-0
/
+14
2025-02-27
x86/bugs: Use a static branch to guard IBPB on vCPU switch
Yosry Ahmed
1
-1
/
+1
2025-02-27
x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers
Yosry Ahmed
1
-1
/
+2
2025-02-26
x86/bugs: KVM: Add support for SRSO_MSR_FIX
Borislav Petkov
1
-0
/
+6
2025-02-25
KVM: SVM: Add Idle HLT intercept support
Manali Shukla
1
-3
/
+8
2025-02-25
KVM: SVM: Provide helpers to set the error code
Melody Wang
1
-5
/
+1
2025-02-25
KVM: SVM: Convert plain error code numbers to defines
Melody Wang
1
-1
/
+1
2025-02-25
KVM: x86: Use a dedicated flow for queueing re-injected exceptions
Sean Christopherson
1
-6
/
+9
2025-02-12
KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulation
Sean Christopherson
1
-1
/
+1
2025-02-12
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Sean Christopherson
1
-7
/
+6
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-29
/
+41
2025-01-20
Merge tag 'kvm-x86-svm-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-6
/
+2
2025-01-10
KVM: SVM: Use str_enabled_disabled() helper in svm_hardware_setup()
Thorsten Blum
1
-1
/
+2
2024-12-19
KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits
Sean Christopherson
1
-9
/
+0
[next]