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
/
svm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()
Vitaly Kuznetsov
1
-2
/
+2
2020-07-08
KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...
Krish Sadhukhan
1
-1
/
+4
2020-07-08
KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()
Joerg Roedel
1
-1
/
+1
2020-07-08
KVM: SVM: Add svm_ prefix to set/clr/is_intercept()
Joerg Roedel
1
-3
/
+3
2020-07-08
KVM: SVM: Add vmcb_ prefix to mark_*() functions
Joerg Roedel
1
-4
/
+4
2020-07-08
KVM: SVM: Rename struct nested_state to svm_nested_state
Joerg Roedel
1
-2
/
+2
2020-07-08
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Jim Mattson
1
-3
/
+0
2020-06-01
KVM: nSVM: leave guest mode when clearing EFER.SVME
Paolo Bonzini
1
-0
/
+1
2020-06-01
KVM: nSVM: remove HF_VINTR_MASK
Paolo Bonzini
1
-1
/
+3
2020-06-01
KVM: nSVM: extract svm_set_gif
Paolo Bonzini
1
-0
/
+1
2020-06-01
KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
Paolo Bonzini
1
-0
/
+1
2020-06-01
KVM: nSVM: save all control fields in svm->nested
Paolo Bonzini
1
-15
/
+5
2020-06-01
KVM: nSVM: move map argument out of enter_svm_guest_mode
Paolo Bonzini
1
-1
/
+1
2020-05-28
KVM: nSVM: remove exit_required
Paolo Bonzini
1
-3
/
+0
2020-05-28
KVM: nSVM: inject exceptions via svm_check_nested_events
Paolo Bonzini
1
-0
/
+1
2020-05-13
KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set
Paolo Bonzini
1
-0
/
+5
2020-05-13
KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checks
Paolo Bonzini
1
-0
/
+3
2020-05-13
KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()
Paolo Bonzini
1
-0
/
+5
2020-05-13
KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is set
Paolo Bonzini
1
-0
/
+5
2020-05-13
KVM: SVM: Implement check_nested_events for NMI
Cathy Avery
1
-15
/
+0
2020-05-13
KVM: SVM: introduce nested_run_pending
Paolo Bonzini
1
-0
/
+4
2020-04-23
KVM: x86: move nested-related kvm_x86_ops to a separate struct
Paolo Bonzini
1
-1
/
+2
2020-04-21
KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
Sean Christopherson
1
-1
/
+1
2020-04-03
KVM: SVM: Move SEV code to separate file
Joerg Roedel
1
-0
/
+48
2020-04-03
KVM: SVM: Move AVIC code to separate file
Joerg Roedel
1
-0
/
+62
2020-04-03
KVM: SVM: Move Nested SVM Implementation to nested.c
Joerg Roedel
1
-0
/
+381