index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-07
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
3
-0
/
+34
2021-01-07
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
1
-0
/
+3
2021-01-07
KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
Maxim Levitsky
1
-0
/
+1
2021-01-07
KVM: nSVM: correctly restore nested_run_pending on migration
Maxim Levitsky
1
-0
/
+4
2021-01-07
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
Uros Bizjak
1
-2
/
+0
2021-01-07
KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load
Nathan Chancellor
1
-1
/
+1
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2
-4
/
+6
2020-12-16
KVM: SVM: fix 32-bit compilation
Paolo Bonzini
1
-0
/
+2
2020-12-15
KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting
Tom Lendacky
2
-0
/
+29
2020-12-15
KVM: SVM: Provide support to launch and run an SEV-ES guest
Tom Lendacky
1
-0
/
+104
2020-12-15
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
3
-9
/
+71
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
3
-19
/
+93
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU creation/loading
Tom Lendacky
3
-4
/
+78
2020-12-15
KVM: SVM: Update ASID allocation to support SEV-ES guests
Tom Lendacky
1
-11
/
+14
2020-12-15
KVM: SVM: Set the encryption mask for the SVM host save area
Tom Lendacky
3
-2
/
+4
2020-12-15
KVM: SVM: Add NMI support for an SEV-ES guest
Tom Lendacky
2
-7
/
+17
2020-12-15
KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
Tom Lendacky
1
-0
/
+8
2020-12-15
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
1
-1
/
+10
2020-12-15
KVM: SVM: Add support for CR8 write traps for an SEV-ES guest
Tom Lendacky
1
-1
/
+6
2020-12-15
KVM: SVM: Add support for CR4 write traps for an SEV-ES guest
Tom Lendacky
1
-0
/
+7
2020-12-15
KVM: SVM: Add support for CR0 write traps for an SEV-ES guest
Tom Lendacky
1
-0
/
+26
2020-12-15
KVM: SVM: Add support for EFER write traps for an SEV-ES guest
Tom Lendacky
1
-0
/
+20
2020-12-15
KVM: SVM: Support string IO operations for an SEV-ES guest
Tom Lendacky
3
-5
/
+25
2020-12-15
KVM: SVM: Support MMIO for an SEV-ES guest
Tom Lendacky
2
-0
/
+130
2020-12-15
KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
Tom Lendacky
1
-0
/
+6
2020-12-15
KVM: SVM: Create trace events for VMGEXIT processing
Tom Lendacky
1
-0
/
+6
2020-12-15
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
Tom Lendacky
2
-0
/
+19
2020-12-15
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
Tom Lendacky
2
-2
/
+63
2020-12-15
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
Tom Lendacky
2
-1
/
+42
2020-12-15
KVM: SVM: Add initial support for a VMGEXIT VMEXIT
Tom Lendacky
3
-2
/
+284
2020-12-15
KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
Tom Lendacky
1
-26
/
+38
2020-12-15
KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
Tom Lendacky
1
-0
/
+7
2020-12-15
KVM: SVM: Do not allow instruction emulation under SEV-ES
Tom Lendacky
1
-0
/
+6
2020-12-15
KVM: SVM: Prevent debugging under SEV-ES
Tom Lendacky
2
-14
/
+32
2020-12-15
KVM: SVM: Add required changes to support intercepts under SEV-ES
Tom Lendacky
1
-10
/
+73
2020-12-15
KVM: x86: introduce complete_emulated_msr callback
Paolo Bonzini
1
-0
/
+1
2020-12-14
KVM: SVM: Add support for the SEV-ES VMSA
Tom Lendacky
3
-2
/
+94
2020-12-14
KVM: SVM: Add support for SEV-ES capability in KVM
Tom Lendacky
3
-31
/
+75
2020-12-14
KVM: SVM: Remove the call to sev_platform_status() during setup
Tom Lendacky
1
-21
/
+1
2020-12-14
KVM/VMX/SVM: Move kvm_machine_check function to x86.h
Uros Bizjak
1
-20
/
+0
2020-12-11
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
1
-10
/
+4
2020-12-04
kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()
Jacob Xu
1
-2
/
+2
2020-12-03
KVM: x86: adjust SEV for commit 7e8e6eed75e
Paolo Bonzini
1
-1
/
+1
2020-11-27
KVM: nSVM: set fixed bits by hand
Paolo Bonzini
1
-4
/
+5
2020-11-17
KVM: SVM: fix error return code in svm_create_vcpu()
Chen Zhou
1
-1
/
+3
2020-11-16
KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().
Ashish Kalra
1
-1
/
+1
2020-11-16
KVM: SVM: check CR4 changes against vcpu->arch
Paolo Bonzini
1
-1
/
+1
2020-11-16
KVM: SVM: Move asid to vcpu_svm
Cathy Avery
2
-3
/
+8
2020-11-15
kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
Jim Mattson
1
-0
/
+3
2020-11-15
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
1
-3
/
+6
[next]