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-03-05
KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
Sean Christopherson
1
-12
/
+13
2021-03-02
KVM: SVM: Clear the CR4 register on reset
Babu Moger
1
-0
/
+1
2021-02-25
KVM: SVM: Fix nested VM-Exit on #GP interception handling
Sean Christopherson
1
-3
/
+8
2021-02-22
KVM: nSVM: prepare guest save area while is_guest_mode is true
Paolo Bonzini
1
-1
/
+1
2021-02-18
KVM: nSVM: fix running nested guests when npt=0
Paolo Bonzini
1
-0
/
+20
2021-02-18
KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_mode
Maxim Levitsky
1
-12
/
+14
2021-02-18
KVM: x86: Advertise INVPCID by default
Sean Christopherson
1
-3
/
+0
2021-02-18
KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
Sean Christopherson
1
-4
/
+4
2021-02-11
KVM: SVM: Make symbol 'svm_gp_erratum_intercept' static
Wei Yongjun
1
-1
/
+1
2021-02-09
KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers
Paolo Bonzini
1
-8
/
+5
2021-02-09
KVM: SVM: Remove an unnecessary forward declaration
Sean Christopherson
1
-2
/
+0
2021-02-09
KVM: SVM: Move AVIC vCPU kicking snippet to helper function
Sean Christopherson
1
-16
/
+19
2021-02-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
2
-2
/
+2
2021-02-04
KVM: nSVM: Use common GPA helper to check for illegal CR3
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers
Paolo Bonzini
1
-5
/
+2
2021-02-04
KVM: SVM: Replace hard-coded value with #define
Krish Sadhukhan
1
-1
/
+1
2021-02-04
KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup
Michael Roth
3
-47
/
+56
2021-02-04
KVM: SVM: remove uneeded fields from host_save_users_msrs
Michael Roth
3
-21
/
+8
2021-02-04
KVM: SVM: use vmsave/vmload for saving/restoring additional host state
Michael Roth
3
-43
/
+10
2021-02-04
KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions
Sean Christopherson
3
-16
/
+67
2021-02-04
KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions
Jason Baron
1
-10
/
+10
2021-02-04
KVM: SVM: Fix #GP handling for doubly-nested virtualization
Wei Huang
1
-2
/
+18
2021-02-04
KVM: SVM: Add support for SVM instruction address check change
Wei Huang
1
-0
/
+3
2021-02-04
KVM: SVM: Add emulation support for #GP triggered by SVM instructions
Bandan Das
1
-18
/
+91
2021-02-04
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
2
-4
/
+4
2021-02-04
KVM/SVM: add support for SEV attestation command
Brijesh Singh
1
-0
/
+71
2021-02-03
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
2
-13
/
+3
2021-02-03
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
1
-0
/
+5
2021-01-28
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
1
-7
/
+10
2021-01-25
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
1
-0
/
+3
2021-01-25
KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest
Sean Christopherson
1
-9
/
+6
2021-01-25
kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
Lorenzo Brescia
1
-0
/
+2
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
[next]