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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-16
KVM: SVM: fix 32-bit compilation
Paolo Bonzini
1
-0
/
+2
2020-12-15
Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
9
-47
/
+62
2020-12-15
KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting
Tom Lendacky
2
-0
/
+29
2020-12-15
KVM: SVM: Provide support to launch and run an SEV-ES guest
Tom Lendacky
1
-0
/
+104
2020-12-15
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
4
-9
/
+77
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
6
-23
/
+103
2020-12-15
KVM: SVM: Provide support for SEV-ES vCPU creation/loading
Tom Lendacky
4
-5
/
+92
2020-12-15
KVM: SVM: Update ASID allocation to support SEV-ES guests
Tom Lendacky
1
-11
/
+14
2020-12-15
KVM: SVM: Set the encryption mask for the SVM host save area
Tom Lendacky
3
-2
/
+4
2020-12-15
KVM: SVM: Add NMI support for an SEV-ES guest
Tom Lendacky
2
-7
/
+17
2020-12-15
KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
Tom Lendacky
3
-10
/
+56
2020-12-15
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
4
-5
/
+18
2020-12-15
KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
Tom Lendacky
1
-9
/
+18
2020-12-15
KVM: SVM: Add support for CR8 write traps for an SEV-ES guest
Tom Lendacky
2
-1
/
+7
2020-12-15
KVM: SVM: Add support for CR4 write traps for an SEV-ES guest
Tom Lendacky
4
-4
/
+21
2020-12-15
KVM: SVM: Add support for CR0 write traps for an SEV-ES guest
Tom Lendacky
4
-13
/
+64
2020-12-15
KVM: SVM: Add support for EFER write traps for an SEV-ES guest
Tom Lendacky
2
-0
/
+22
2020-12-15
KVM: SVM: Support string IO operations for an SEV-ES guest
Tom Lendacky
6
-5
/
+83
2020-12-15
KVM: SVM: Support MMIO for an SEV-ES guest
Tom Lendacky
4
-0
/
+258
2020-12-15
KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
Tom Lendacky
3
-0
/
+52
2020-12-15
KVM: SVM: Create trace events for VMGEXIT processing
Tom Lendacky
3
-0
/
+61
2020-12-15
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
Tom Lendacky
2
-0
/
+19
2020-12-15
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
Tom Lendacky
2
-2
/
+63
2020-12-15
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
Tom Lendacky
2
-1
/
+42
2020-12-15
KVM: SVM: Add initial support for a VMGEXIT VMEXIT
Tom Lendacky
5
-3
/
+292
2020-12-15
KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
Tom Lendacky
1
-26
/
+38
2020-12-15
KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
Tom Lendacky
1
-0
/
+7
2020-12-15
KVM: SVM: Do not allow instruction emulation under SEV-ES
Tom Lendacky
1
-0
/
+6
2020-12-15
KVM: SVM: Prevent debugging under SEV-ES
Tom Lendacky
3
-14
/
+35
2020-12-15
KVM: SVM: Add required changes to support intercepts under SEV-ES
Tom Lendacky
3
-13
/
+84
2020-12-15
KVM: x86: introduce complete_emulated_msr callback
Paolo Bonzini
4
-4
/
+7
2020-12-15
KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSR
Paolo Bonzini
1
-28
/
+16
2020-12-15
KVM: x86: remove bogus #GP injection
Paolo Bonzini
1
-5
/
+1
2020-12-14
KVM: x86: Mark GPRs dirty when written
Tom Lendacky
1
-25
/
+26
2020-12-14
KVM: SVM: Add support for the SEV-ES VMSA
Tom Lendacky
4
-2
/
+97
2020-12-14
KVM: SVM: Add GHCB accessor functions for retrieving fields
Tom Lendacky
2
-6
/
+16
2020-12-14
KVM: SVM: Add support for SEV-ES capability in KVM
Tom Lendacky
4
-32
/
+77
2020-12-14
KVM: SVM: Remove the call to sev_platform_status() during setup
Tom Lendacky
1
-21
/
+1
2020-12-14
x86/cpu: Add VM page flush MSR availablility as a CPUID feature
Tom Lendacky
3
-0
/
+3
2020-12-14
KVM/VMX/SVM: Move kvm_machine_check function to x86.h
Uros Bizjak
3
-40
/
+20
2020-12-12
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
3
-14
/
+22
2020-12-12
KVM: x86: Expose AVX512_FP16 for supported CPUID
Cathy Zhang
1
-1
/
+1
2020-12-12
x86: Enumerate AVX512 FP16 CPUID feature flag
Kyung Min Park
2
-0
/
+2
2020-12-12
KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S
Uros Bizjak
1
-1
/
+1
2020-12-10
KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state
Maxim Levitsky
1
-7
/
+8
2020-12-03
KVM: x86: adjust SEV for commit 7e8e6eed75e
Paolo Bonzini
1
-1
/
+1
2020-11-27
KVM: nSVM: set fixed bits by hand
Paolo Bonzini
1
-4
/
+5
2020-11-19
kvm: x86/mmu: Add TDP MMU SPTE changed trace point
Ben Gardon
2
-0
/
+31
2020-11-19
kvm: x86/mmu: Add existing trace points to TDP MMU
Ben Gardon
1
-1
/
+11
2020-11-16
KVM: SVM: check CR4 changes against vcpu->arch
Paolo Bonzini
1
-1
/
+1
[next]