index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
Sean Christopherson
3
-5
/
+8
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
Sean Christopherson
3
-6
/
+7
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
Sean Christopherson
3
-7
/
+4
2023-08-17
KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
Sean Christopherson
1
-3
/
+14
2023-08-17
KVM: SVM: Set target pCPU during IRTE update if target vCPU is running
Sean Christopherson
1
-0
/
+28
2023-08-17
KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entry
Sean Christopherson
1
-8
/
+23
2023-08-16
x86/cpu/kvm: Provide UNTRAIN_RET_VM
Peter Zijlstra
1
-5
/
+2
2023-08-14
x86/CPU/AMD: Fix the DIV(0) initial fix attempt
Borislav Petkov (AMD)
1
-0
/
+2
2023-08-08
Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2
-1
/
+6
2023-08-04
KVM: SEV: remove ghcb variable declarations
Paolo Bonzini
1
-18
/
+12
2023-08-04
KVM: SEV: only access GHCB fields once
Paolo Bonzini
1
-11
/
+14
2023-08-04
KVM: SEV: snapshot the GHCB before accessing it
Paolo Bonzini
2
-34
/
+61
2023-08-04
KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state isn't loaded
Sean Christopherson
1
-1
/
+2
2023-08-04
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
3
-7
/
+7
2023-08-04
KVM: SVM: Clean up preemption toggling related to MSR_AMD64_TSC_RATIO
Sean Christopherson
1
-5
/
+3
2023-08-04
KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO
Sean Christopherson
3
-6
/
+5
2023-08-04
KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state
Sean Christopherson
1
-2
/
+2
2023-08-04
KVM: nSVM: Check instead of asserting on nested TSC scaling support
Sean Christopherson
1
-3
/
+2
2023-08-04
KVM: SVM: Use "standard" stgi() helper when disabling SVM
Sean Christopherson
1
-10
/
+3
2023-08-04
KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
Sean Christopherson
1
-0
/
+2
2023-08-04
x86/virt: KVM: Move "disable SVM" helper into KVM SVM
Sean Christopherson
1
-4
/
+25
2023-08-04
KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()
Sean Christopherson
1
-6
/
+19
2023-08-04
x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
Sean Christopherson
1
-3
/
+8
2023-08-04
x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback
Sean Christopherson
1
-2
/
+17
2023-08-03
KVM: SVM: Use svm_get_lbr_vmcb() helper to handle writes to DEBUGCTL
Sean Christopherson
1
-6
/
+1
2023-08-03
KVM: SVM: Clean up handling of LBR virtualization enabled
Sean Christopherson
1
-9
/
+4
2023-08-03
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-29
KVM: SVM: Don't try to pointlessly single-step SEV-ES guests for NMI window
Sean Christopherson
1
-0
/
+13
2023-07-29
KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guests
Sean Christopherson
2
-6
/
+9
2023-07-29
KVM: SEV-ES: Eliminate #DB intercept when DebugSwap enabled
Alexey Kardashevskiy
1
-0
/
+11
2023-07-29
KVM: SEV: Enable data breakpoints in SEV-ES
Alexey Kardashevskiy
1
-3
/
+33
2023-07-29
KVM: SVM/SEV/SEV-ES: Rework intercepts
Alexey Kardashevskiy
2
-23
/
+20
2023-07-29
KVM: SEV-ES: explicitly disable debug
Alexey Kardashevskiy
2
-1
/
+13
2023-07-29
KVM: SVM: Rewrite sev_es_prepare_switch_to_guest()'s comment about swap types
Sean Christopherson
1
-10
/
+15
2023-07-29
KVM: SEV: Move SEV's GP_VECTOR intercept setup to SEV
Alexey Kardashevskiy
2
-6
/
+8
2023-07-29
KVM: SEV: move set_dr_intercepts/clr_dr_intercepts from the header
Alexey Kardashevskiy
2
-42
/
+42
2023-07-27
x86/srso: Add IBPB on VMEXIT
Borislav Petkov (AMD)
2
-1
/
+6
2023-07-01
Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-35
/
+13
2023-07-01
Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-22
/
+65
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-13
KVM: SVM: WARN, but continue, if misc_cg_set_capacity() fails
Sean Christopherson
1
-6
/
+2
2023-06-07
KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
Like Xu
1
-0
/
+4
2023-06-07
KVM: x86/svm/pmu: Add AMD PerfMonV2 support
Like Xu
1
-10
/
+45
2023-06-07
KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap
Like Xu
1
-0
/
+3
2023-06-07
KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is met
Like Xu
1
-3
/
+12
2023-06-07
KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
Like Xu
1
-0
/
+1
2023-06-07
KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 code
Like Xu
1
-9
/
+0
2023-06-07
KVM: x86: Clean up: remove redundant bool conversions
Michal Luczaj
1
-1
/
+1
[prev]
[next]