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
2021-08-18
KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
Maxim Levitsky
1
-0
/
+3
2021-08-18
KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
Maxim Levitsky
1
-3
/
+6
2021-05-07
KVM: nSVM: remove a warning about vmcb01 VM exit reason
Maxim Levitsky
1
-1
/
+0
2021-05-07
KVM: nSVM: always restore the L1's GIF on migration
Maxim Levitsky
1
-0
/
+2
2021-05-03
KVM: nSVM: leave the guest mode prior to loading a nested state
Maxim Levitsky
1
-2
/
+5
2021-05-03
KVM: nSVM: fix few bugs in the vmcb02 caching logic
Maxim Levitsky
1
-0
/
+11
2021-05-03
KVM: nSVM: fix a typo in svm_leave_nested
Maxim Levitsky
1
-1
/
+1
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
1
-1
/
+0
2021-04-21
nSVM: Check addresses of MSR and IO permission maps
Krish Sadhukhan
1
-3
/
+22
2021-04-17
KVM: x86: pending exceptions must not be blocked by an injected event
Maxim Levitsky
1
-1
/
+7
2021-04-17
KVM: nSVM: call nested_svm_load_cr3 on nested state load
Maxim Levitsky
1
-18
/
+22
2021-04-17
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
1
-2
/
+2
2021-04-17
KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_...
Krish Sadhukhan
1
-0
/
+10
2021-04-01
Merge branch 'kvm-fix-svm-races' into HEAD
Paolo Bonzini
1
-12
/
+20
2021-04-01
Merge branch 'kvm-fix-svm-races' into kvm-master
Paolo Bonzini
1
-5
/
+23
2021-04-01
KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...
Paolo Bonzini
1
-1
/
+17
2021-04-01
KVM: SVM: load control fields from VMCB12 before checking them
Paolo Bonzini
1
-4
/
+6
2021-03-15
KVM: nSVM: Optimize vmcb12 to vmcb02 save area copies
Cathy Avery
1
-13
/
+28
2021-03-15
KVM: SVM: Add support for Virtual SPEC_CTRL
Babu Moger
1
-0
/
+15
2021-03-15
KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest state
Maxim Levitsky
1
-3
/
+0
2021-03-15
KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral
Sean Christopherson
1
-49
/
+6
2021-03-15
KVM: x86: Handle triple fault in L2 without killing L1
Sean Christopherson
1
-0
/
+14
2021-03-15
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
1
-63
/
+65
2021-03-15
KVM: nSVM: Trace VM-Enter consistency check failures
Sean Christopherson
1
-14
/
+19
2021-03-15
KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()
Krish Sadhukhan
1
-15
/
+39
2021-03-15
KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()
Paolo Bonzini
1
-2
/
+18
2021-03-15
KVM: nSVM: do not mark all VMCB02 fields dirty on nested vmexit
Paolo Bonzini
1
-6
/
+12
2021-03-15
KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexit
Paolo Bonzini
1
-4
/
+5
2021-03-15
KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control
Paolo Bonzini
1
-2
/
+21
2021-03-15
KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
Paolo Bonzini
1
-14
/
+14
2021-03-15
KVM: SVM: Use a separate vmcb for the nested L2 guest
Cathy Avery
1
-78
/
+82
2021-03-15
KVM: x86: to track if L1 is running L2 VM
Dongli Zhang
1
-0
/
+2
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-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
1
-1
/
+1
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: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
1
-1
/
+1
2021-02-03
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
1
-10
/
+3
2021-01-26
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
1
-0
/
+3
2021-01-08
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
1
-0
/
+3
2021-01-08
KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
Maxim Levitsky
1
-0
/
+1
2021-01-08
KVM: nSVM: correctly restore nested_run_pending on migration
Maxim Levitsky
1
-0
/
+4
2020-11-27
KVM: nSVM: set fixed bits by hand
Paolo Bonzini
1
-4
/
+5
2020-11-15
KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
Sean Christopherson
1
-1
/
+1
2020-10-22
KVM: nSVM: implement on demand allocation of the nested state
Maxim Levitsky
1
-0
/
+42
2020-09-28
KVM: nSVM: delay MSR permission processing to first nested VM run
Paolo Bonzini
1
-3
/
+18
2020-09-28
KVM: nSVM: CR3 MBZ bits are only 63:52
Krish Sadhukhan
1
-1
/
+1
2020-09-28
KVM: SVM: Add new intercept word in vmcb_control_area
Babu Moger
1
-1
/
+2
[next]