index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-01-09
12
-95
/
+161
|
\
|
*
KVM: x86: __kvm_vcpu_halt can be static
Paolo Bonzini
2021-01-08
1
-1
/
+1
|
*
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
2021-01-08
6
-6
/
+58
|
*
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
2021-01-08
3
-1
/
+8
|
*
KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
Maxim Levitsky
2021-01-08
1
-0
/
+1
|
*
KVM: nSVM: correctly restore nested_run_pending on migration
Maxim Levitsky
2021-01-08
1
-0
/
+4
|
*
KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
Ben Gardon
2021-01-08
1
-56
/
+48
|
*
KVM: x86: change in pv_eoi_get_pending() to make code more readable
Stephen Zhang
2021-01-08
1
-1
/
+1
|
*
KVM: x86: fix shift out of bounds reported by UBSAN
Paolo Bonzini
2021-01-08
1
-1
/
+1
|
*
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
Uros Bizjak
2021-01-08
1
-2
/
+0
|
*
KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load
Nathan Chancellor
2021-01-08
1
-1
/
+1
|
*
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2021-01-08
10
-102
/
+112
|
|
\
|
|
*
KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()
Sean Christopherson
2021-01-08
1
-7
/
+13
|
|
*
KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array
Sean Christopherson
2021-01-08
2
-9
/
+8
|
|
*
KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
Sean Christopherson
2021-01-08
3
-11
/
+13
|
|
*
KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()
Sean Christopherson
2021-01-08
2
-2
/
+7
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-12-20
26
-482
/
+2203
|
\
|
|
|
*
|
KVM: SVM: fix 32-bit compilation
Paolo Bonzini
2020-12-16
1
-0
/
+2
|
*
|
Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2020-12-15
1
-1
/
+3
|
|
\
\
|
*
|
|
KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting
Tom Lendacky
2020-12-15
2
-0
/
+29
|
*
|
|
KVM: SVM: Provide support to launch and run an SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+104
|
*
|
|
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
2020-12-15
4
-9
/
+77
|
*
|
|
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
2020-12-15
5
-20
/
+96
|
*
|
|
KVM: SVM: Provide support for SEV-ES vCPU creation/loading
Tom Lendacky
2020-12-15
3
-4
/
+78
|
*
|
|
KVM: SVM: Update ASID allocation to support SEV-ES guests
Tom Lendacky
2020-12-15
1
-11
/
+14
|
*
|
|
KVM: SVM: Set the encryption mask for the SVM host save area
Tom Lendacky
2020-12-15
3
-2
/
+4
|
*
|
|
KVM: SVM: Add NMI support for an SEV-ES guest
Tom Lendacky
2020-12-15
2
-7
/
+17
|
*
|
|
KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
Tom Lendacky
2020-12-15
2
-10
/
+54
|
*
|
|
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
2020-12-15
3
-4
/
+17
|
*
|
|
KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
Tom Lendacky
2020-12-15
1
-9
/
+18
|
*
|
|
KVM: SVM: Add support for CR8 write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-1
/
+6
|
*
|
|
KVM: SVM: Add support for CR4 write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
2
-4
/
+19
|
*
|
|
KVM: SVM: Add support for CR0 write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
2
-13
/
+46
|
*
|
|
KVM: SVM: Add support for EFER write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+20
|
*
|
|
KVM: SVM: Support string IO operations for an SEV-ES guest
Tom Lendacky
2020-12-15
5
-5
/
+82
|
*
|
|
KVM: SVM: Support MMIO for an SEV-ES guest
Tom Lendacky
2020-12-15
4
-0
/
+258
|
*
|
|
KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
Tom Lendacky
2020-12-15
3
-0
/
+52
|
*
|
|
KVM: SVM: Create trace events for VMGEXIT processing
Tom Lendacky
2020-12-15
3
-0
/
+61
|
*
|
|
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
Tom Lendacky
2020-12-15
2
-0
/
+19
|
*
|
|
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
Tom Lendacky
2020-12-15
2
-2
/
+63
|
*
|
|
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
Tom Lendacky
2020-12-15
2
-1
/
+42
|
*
|
|
KVM: SVM: Add initial support for a VMGEXIT VMEXIT
Tom Lendacky
2020-12-15
3
-2
/
+284
|
*
|
|
KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
Tom Lendacky
2020-12-15
1
-26
/
+38
|
*
|
|
KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
Tom Lendacky
2020-12-15
1
-0
/
+7
|
*
|
|
KVM: SVM: Do not allow instruction emulation under SEV-ES
Tom Lendacky
2020-12-15
1
-0
/
+6
|
*
|
|
KVM: SVM: Prevent debugging under SEV-ES
Tom Lendacky
2020-12-15
3
-14
/
+35
|
*
|
|
KVM: SVM: Add required changes to support intercepts under SEV-ES
Tom Lendacky
2020-12-15
2
-12
/
+82
|
*
|
|
KVM: x86: introduce complete_emulated_msr callback
Paolo Bonzini
2020-12-15
3
-4
/
+6
|
*
|
|
KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSR
Paolo Bonzini
2020-12-15
1
-28
/
+16
|
*
|
|
KVM: x86: remove bogus #GP injection
Paolo Bonzini
2020-12-15
1
-5
/
+1
[next]