index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-06-01
KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
Paolo Bonzini
1
-1
/
+4
2020-06-01
KVM: nSVM: leave guest mode when clearing EFER.SVME
Paolo Bonzini
1
-0
/
+16
2020-06-01
KVM: nSVM: split nested_vmcb_check_controls
Paolo Bonzini
1
-9
/
+14
2020-06-01
KVM: nSVM: remove HF_HIF_MASK
Paolo Bonzini
1
-5
/
+0
2020-06-01
KVM: nSVM: remove HF_VINTR_MASK
Paolo Bonzini
1
-5
/
+1
2020-06-01
KVM: nSVM: synthesize correct EXITINTINFO on vmexit
Paolo Bonzini
1
-12
/
+47
2020-06-01
KVM: SVM: preserve VGIF across VMCB switch
Paolo Bonzini
1
-1
/
+5
2020-06-01
KVM: nSVM: extract svm_set_gif
Paolo Bonzini
1
-20
/
+2
2020-06-01
KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
Paolo Bonzini
1
-24
/
+33
2020-06-01
KVM: nSVM: save all control fields in svm->nested
Paolo Bonzini
1
-41
/
+32
2020-06-01
KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
Paolo Bonzini
1
-6
/
+4
2020-06-01
KVM: nSVM: clean up tsc_offset update
Paolo Bonzini
1
-4
/
+5
2020-06-01
KVM: nSVM: move MMU setup to nested_prepare_vmcb_control
Paolo Bonzini
1
-6
/
+6
2020-06-01
KVM: nSVM: extract preparation of VMCB for nested run
Paolo Bonzini
1
-16
/
+24
2020-06-01
KVM: nSVM: extract load_nested_vmcb_control
Paolo Bonzini
1
-16
/
+22
2020-06-01
KVM: nSVM: move map argument out of enter_svm_guest_mode
Paolo Bonzini
1
-8
/
+6
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]