index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
/
svm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-21
KVM: x86: Support KVM VMs sharing SEV context
Nathan Tempelman
1
-0
/
+2
2021-04-20
KVM: SVM: Define actual size of IOPM and MSRPM tables
Krish Sadhukhan
1
-0
/
+3
2021-04-20
KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at
Sean Christopherson
1
-0
/
+1
2021-04-20
KVM: SVM: Drop vcpu_svm.vmcb_pa
Sean Christopherson
1
-1
/
+0
2021-04-17
KVM: nSVM: improve SYSENTER emulation on AMD
Maxim Levitsky
1
-3
/
+3
2021-03-15
KVM: nSVM: Optimize vmcb12 to vmcb02 save area copies
Cathy Avery
1
-0
/
+6
2021-03-15
KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral
Sean Christopherson
1
-0
/
+9
2021-03-15
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
1
-7
/
+7
2021-03-15
KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
Paolo Bonzini
1
-3
/
+2
2021-03-15
KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcb
Cathy Avery
1
-1
/
+1
2021-03-15
KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb
Cathy Avery
1
-0
/
+1
2021-03-15
KVM: SVM: Use a separate vmcb for the nested L2 guest
Cathy Avery
1
-15
/
+16
2021-02-04
KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup
Michael Roth
1
-2
/
+3
2021-02-04
KVM: SVM: remove uneeded fields from host_save_users_msrs
Michael Roth
1
-5
/
+2
2021-02-04
KVM: SVM: use vmsave/vmload for saving/restoring additional host state
Michael Roth
1
-17
/
+0
2021-02-03
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
1
-3
/
+0
2021-01-08
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
1
-0
/
+2
2020-12-15
KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting
Tom Lendacky
1
-0
/
+1
2020-12-15
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
1
-0
/
+5
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
1
-6
/
+16
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU creation/loading
Tom Lendacky
1
-1
/
+5
2020-12-15
KVM: SVM: Set the encryption mask for the SVM host save area
Tom Lendacky
1
-0
/
+2
2020-12-15
KVM: SVM: Support string IO operations for an SEV-ES guest
Tom Lendacky
1
-0
/
+1
2020-12-15
KVM: SVM: Support MMIO for an SEV-ES guest
Tom Lendacky
1
-0
/
+6
2020-12-15
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
Tom Lendacky
1
-0
/
+6
2020-12-15
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
Tom Lendacky
1
-0
/
+9
2020-12-15
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
Tom Lendacky
1
-0
/
+17
2020-12-15
KVM: SVM: Add initial support for a VMGEXIT VMEXIT
Tom Lendacky
1
-0
/
+8
2020-12-15
KVM: SVM: Prevent debugging under SEV-ES
Tom Lendacky
1
-14
/
+23
2020-12-14
KVM: SVM: Add support for the SEV-ES VMSA
Tom Lendacky
1
-0
/
+5
2020-12-14
KVM: SVM: Add support for SEV-ES capability in KVM
Tom Lendacky
1
-12
/
+27
2020-11-16
KVM: SVM: Move asid to vcpu_svm
Cathy Avery
1
-0
/
+1
2020-11-15
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
1
-1
/
+1
2020-10-22
KVM: nSVM: implement on demand allocation of the nested state
Maxim Levitsky
1
-0
/
+8
2020-10-22
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
1
-1
/
+1
2020-09-28
KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied
Alexander Graf
1
-0
/
+7
2020-09-28
KVM: nSVM: CR3 MBZ bits are only 63:52
Krish Sadhukhan
1
-1
/
+1
2020-09-28
KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
Babu Moger
1
-25
/
+0
2020-09-28
KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
Babu Moger
1
-6
/
+6
2020-09-28
KVM: SVM: Modify intercept_exceptions to generic intercepts
Babu Moger
1
-4
/
+6
2020-09-28
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
1
-17
/
+17
2020-09-28
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
1
-3
/
+3
2020-09-28
KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
Babu Moger
1
-0
/
+18
2020-09-28
KVM: nSVM: Remove unused field
Babu Moger
1
-1
/
+0
2020-09-28
KVM: nSVM: rename nested vmcb to vmcb12
Maxim Levitsky
1
-1
/
+1
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
[next]