index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
Age
Commit message (
Expand
)
Author
2023-10-12
KVM: SVM: Fix build error when using -Werror=unused-but-set-variable
Tom Lendacky
2023-10-12
x86: KVM: SVM: always update the x2avic msr interception
Maxim Levitsky
2023-09-23
KVM: SVM: Do not use user return MSR support for virtualized TSC_AUX
Tom Lendacky
2023-09-23
KVM: SVM: Fix TSC_AUX virtualization setup
Tom Lendacky
2023-08-31
Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-08-31
Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-08-25
KVM: SVM: Require nrips support for SEV guests (and beyond)
Sean Christopherson
2023-08-25
KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insn
Sean Christopherson
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"
Sean Christopherson
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
Sean Christopherson
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
Sean Christopherson
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
Sean Christopherson
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
Sean Christopherson
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
Sean Christopherson
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
Sean Christopherson
2023-08-17
KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
Sean Christopherson
2023-08-14
x86/CPU/AMD: Fix the DIV(0) initial fix attempt
Borislav Petkov (AMD)
2023-08-07
Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2023-08-03
KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state isn't loaded
Sean Christopherson
2023-08-03
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
2023-08-03
KVM: SVM: Clean up preemption toggling related to MSR_AMD64_TSC_RATIO
Sean Christopherson
2023-08-03
KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO
Sean Christopherson
2023-08-03
KVM: SVM: Use "standard" stgi() helper when disabling SVM
Sean Christopherson
2023-08-03
KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
Sean Christopherson
2023-08-03
x86/virt: KVM: Move "disable SVM" helper into KVM SVM
Sean Christopherson
2023-08-03
KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()
Sean Christopherson
2023-08-03
x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
Sean Christopherson
2023-08-03
x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback
Sean Christopherson
2023-08-02
KVM: SVM: Use svm_get_lbr_vmcb() helper to handle writes to DEBUGCTL
Sean Christopherson
2023-08-02
KVM: SVM: Clean up handling of LBR virtualization enabled
Sean Christopherson
2023-08-02
KVM: SVM: Fix dead KVM_BUG() code in LBR MSR virtualization
Sean Christopherson
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
2023-07-29
Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"
Sean Christopherson
2023-07-28
KVM: SVM: Don't try to pointlessly single-step SEV-ES guests for NMI window
Sean Christopherson
2023-07-28
KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guests
Sean Christopherson
2023-07-28
KVM: SVM/SEV/SEV-ES: Rework intercepts
Alexey Kardashevskiy
2023-07-28
KVM: SEV-ES: explicitly disable debug
Alexey Kardashevskiy
2023-07-28
KVM: SEV: Move SEV's GP_VECTOR intercept setup to SEV
Alexey Kardashevskiy
2023-07-28
KVM: SEV: move set_dr_intercepts/clr_dr_intercepts from the header
Alexey Kardashevskiy
2023-07-27
x86/srso: Add IBPB on VMEXIT
Borislav Petkov (AMD)
2023-07-01
Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-07-01
Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-07-01
Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-06-06
KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
Like Xu
2023-06-06
KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is met
Like Xu
2023-06-06
KVM: x86: Clean up: remove redundant bool conversions
Michal Luczaj
2023-06-02
KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-Exits
Sean Christopherson
2023-06-02
KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASK
Maciej S. Szmigiero
2023-06-01
KVM: x86: Move common handling of PAT MSR writes to kvm_set_msr_common()
Sean Christopherson
2023-06-01
KVM: SVM: Use kvm_pat_valid() directly instead of kvm_mtrr_valid()
Ke Guo
[next]