index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-23
KVM: SVM: Do not use user return MSR support for virtualized TSC_AUX
Tom Lendacky
1
-1
/
+33
2023-09-23
KVM: SVM: Fix TSC_AUX virtualization setup
Tom Lendacky
1
-7
/
+2
2023-08-31
Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-47
/
+103
2023-08-31
Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-67
/
+112
2023-08-25
KVM: SVM: Require nrips support for SEV guests (and beyond)
Sean Christopherson
1
-7
/
+4
2023-08-25
KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insn
Sean Christopherson
1
-8
/
+27
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"
Sean Christopherson
1
-2
/
+1
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
Sean Christopherson
1
-2
/
+1
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
Sean Christopherson
1
-5
/
+2
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
Sean Christopherson
1
-3
/
+2
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
Sean Christopherson
1
-3
/
+7
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
Sean Christopherson
1
-4
/
+6
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
Sean Christopherson
1
-3
/
+1
2023-08-17
KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
Sean Christopherson
1
-3
/
+14
2023-08-14
x86/CPU/AMD: Fix the DIV(0) initial fix attempt
Borislav Petkov (AMD)
1
-0
/
+2
2023-08-07
Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-1
/
+3
2023-08-03
KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state isn't loaded
Sean Christopherson
1
-1
/
+2
2023-08-03
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
1
-4
/
+4
2023-08-03
KVM: SVM: Clean up preemption toggling related to MSR_AMD64_TSC_RATIO
Sean Christopherson
1
-5
/
+3
2023-08-03
KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO
Sean Christopherson
1
-3
/
+2
2023-08-03
KVM: SVM: Use "standard" stgi() helper when disabling SVM
Sean Christopherson
1
-10
/
+3
2023-08-03
KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
Sean Christopherson
1
-0
/
+2
2023-08-03
x86/virt: KVM: Move "disable SVM" helper into KVM SVM
Sean Christopherson
1
-4
/
+25
2023-08-03
KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()
Sean Christopherson
1
-6
/
+19
2023-08-03
x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
Sean Christopherson
1
-3
/
+8
2023-08-03
x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback
Sean Christopherson
1
-2
/
+17
2023-08-02
KVM: SVM: Use svm_get_lbr_vmcb() helper to handle writes to DEBUGCTL
Sean Christopherson
1
-6
/
+1
2023-08-02
KVM: SVM: Clean up handling of LBR virtualization enabled
Sean Christopherson
1
-9
/
+4
2023-08-02
KVM: SVM: Fix dead KVM_BUG() code in LBR MSR virtualization
Sean Christopherson
1
-29
/
+16
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
1
-0
/
+6
2023-07-29
Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"
Sean Christopherson
1
-8
/
+2
2023-07-28
KVM: SVM: Don't try to pointlessly single-step SEV-ES guests for NMI window
Sean Christopherson
1
-0
/
+13
2023-07-28
KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guests
Sean Christopherson
1
-5
/
+5
2023-07-28
KVM: SVM/SEV/SEV-ES: Rework intercepts
Alexey Kardashevskiy
1
-23
/
+14
2023-07-28
KVM: SEV-ES: explicitly disable debug
Alexey Kardashevskiy
1
-1
/
+8
2023-07-28
KVM: SEV: Move SEV's GP_VECTOR intercept setup to SEV
Alexey Kardashevskiy
1
-3
/
+2
2023-07-28
KVM: SEV: move set_dr_intercepts/clr_dr_intercepts from the header
Alexey Kardashevskiy
1
-0
/
+42
2023-07-27
x86/srso: Add IBPB on VMEXIT
Borislav Petkov (AMD)
1
-1
/
+3
2023-07-01
Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-26
/
+2
2023-07-01
Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+16
2023-07-01
Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+5
2023-06-06
KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
Like Xu
1
-0
/
+4
2023-06-06
KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is met
Like Xu
1
-3
/
+12
2023-06-06
KVM: x86: Clean up: remove redundant bool conversions
Michal Luczaj
1
-1
/
+1
2023-06-02
KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-Exits
Sean Christopherson
1
-2
/
+2
2023-06-02
KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASK
Maciej S. Szmigiero
1
-1
/
+1
2023-06-01
KVM: x86: Move common handling of PAT MSR writes to kvm_set_msr_common()
Sean Christopherson
1
-3
/
+4
2023-06-01
KVM: SVM: Use kvm_pat_valid() directly instead of kvm_mtrr_valid()
Ke Guo
1
-1
/
+1
2023-06-01
KVM: SVM: Remove TSS reloading code after VMEXIT
Mingwei Zhang
1
-24
/
+0
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-56
/
+145
[next]