index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
nested.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-28
KVM: SVM: always update CR3 in VMCB
Paolo Bonzini
1
-5
/
+1
2020-05-28
KVM: nSVM: correctly inject INIT vmexits
Paolo Bonzini
1
-0
/
+27
2020-05-28
KVM: nSVM: remove exit_required
Paolo Bonzini
1
-2
/
+1
2020-05-28
KVM: nSVM: inject exceptions via svm_check_nested_events
Paolo Bonzini
1
-83
/
+53
2020-05-27
KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()
Vitaly Kuznetsov
1
-3
/
+3
2020-05-27
KVM: nSVM: leave ASID aside in copy_vmcb_control_area
Paolo Bonzini
1
-1
/
+1
2020-05-27
KVM: nSVM: fix condition for filtering async PF
Paolo Bonzini
1
-2
/
+2
2020-05-13
KVM: x86/mmu: Capture TDP level when updating CPUID
Sean Christopherson
1
-1
/
+1
2020-05-13
KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behavior
Paolo Bonzini
1
-3
/
+9
2020-05-13
KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set
Paolo Bonzini
1
-5
/
+0
2020-05-13
KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()
Paolo Bonzini
1
-0
/
+16
2020-05-13
KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is set
Paolo Bonzini
1
-5
/
+0
2020-05-13
KVM: SVM: Implement check_nested_events for NMI
Cathy Avery
1
-0
/
+21
2020-05-13
KVM: SVM: immediately inject INTR vmexit
Paolo Bonzini
1
-3
/
+3
2020-05-13
KVM: SVM: leave halted state on vmexit
Paolo Bonzini
1
-0
/
+3
2020-05-13
KVM: SVM: introduce nested_run_pending
Paolo Bonzini
1
-1
/
+3
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
1
-8
/
+31
2020-05-08
KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
Paolo Bonzini
1
-4
/
+11
2020-05-08
KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
Paolo Bonzini
1
-8
/
+16
2020-05-07
KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on
Paolo Bonzini
1
-0
/
+8
2020-04-24
KVM: SVM: do not allow VMRUN inside SMM
Paolo Bonzini
1
-1
/
+5
2020-04-23
KVM: x86: move nested-related kvm_x86_ops to a separate struct
Paolo Bonzini
1
-1
/
+5
2020-04-21
KVM: nSVM: Check for CR0.CD and CR0.NW on VMRUN of nested guests
Krish Sadhukhan
1
-0
/
+4
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 Nested SVM Implementation to nested.c
Joerg Roedel
1
-0
/
+823
[prev]