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
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
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
/
arm64
/
kvm
/
hyp
/
nvhe
/
hyp-main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-01
KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVM
Mark Brown
1
-5
/
+7
2024-08-27
KVM: arm64: Add save/restore support for FPMR
Marc Zyngier
1
-0
/
+9
2024-06-04
KVM: arm64: Ensure that SME controls are disabled in protected mode
Fuad Tabba
1
-0
/
+11
2024-06-04
KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
Fuad Tabba
1
-3
/
+64
2024-06-04
KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helper
Fuad Tabba
1
-5
/
+1
2024-05-01
KVM: arm64: Simplify vgic-v3 hypercalls
Marc Zyngier
1
-18
/
+6
2024-04-12
KVM: arm64: Exclude FP ownership from kvm_vcpu_arch
Marc Zyngier
1
-2
/
+0
2024-04-12
KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_arch
Marc Zyngier
1
-1
/
+0
2023-09-12
KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
Jean-Philippe Brucker
1
-2
/
+6
2023-08-17
KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
Raghavendra Rao Ananta
1
-0
/
+11
2023-06-15
Merge branch kvm-arm64/hvhe into kvmarm/next
Oliver Upton
1
-1
/
+5
2023-06-15
Merge branch kvm-arm64/ffa-proxy into kvmarm/next
Oliver Upton
1
-0
/
+3
2023-06-13
KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
Marc Zyngier
1
-1
/
+5
2023-06-02
KVM: arm64: Block unsafe FF-A calls from the host
Will Deacon
1
-0
/
+3
2023-05-16
KVM: arm64: Use local TLBI on permission relaxation
Marc Zyngier
1
-0
/
+10
2022-11-11
KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()
Will Deacon
1
-2
/
+77
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
1
-0
/
+31
2022-04-28
KVM: arm64: Introduce pkvm_alloc_private_va_range()
Kalesh Singh
1
-1
/
+17
2021-12-16
KVM: arm64: Expose unshare hypercall to the host
Will Deacon
1
-0
/
+8
2021-10-18
Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/next
Marc Zyngier
1
-1
/
+10
2021-10-11
KVM: arm64: Initialize trap registers for protected VMs
Fuad Tabba
1
-0
/
+9
2021-10-11
KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
Marc Zyngier
1
-1
/
+1
2021-10-11
KVM: arm64: Disable privileged hypercalls after pKVM finalisation
Will Deacon
1
-11
/
+26
2021-08-11
KVM: arm64: Restrict EL2 stage-1 changes in protected mode
Quentin Perret
1
-7
/
+4
2021-08-11
KVM: arm64: Remove __pkvm_mark_hyp
Quentin Perret
1
-9
/
+0
2021-05-15
KVM: arm64: Commit pending PC adjustemnts before returning to userspace
Marc Zyngier
1
-0
/
+8
2021-04-13
Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next
Marc Zyngier
1
-1
/
+1
2021-04-01
KVM: arm64: Use BUG and BUG_ON in nVHE hyp
Andrew Scull
1
-1
/
+1
2021-03-19
KVM: arm64: Protect the .hyp sections from the host
Quentin Perret
1
-0
/
+9
2021-03-19
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
1
-0
/
+10
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
1
-0
/
+49
2021-03-19
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
1
-6
/
+6
2021-03-18
KVM: arm64: Fix host's ZCR_EL2 restore on nVHE
Marc Zyngier
1
-1
/
+2
2021-03-18
KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty
Marc Zyngier
1
-0
/
+4
2021-03-09
KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
Marc Zyngier
1
-3
/
+3
2021-03-06
KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
Marc Zyngier
1
-3
/
+3
2021-01-23
KVM: arm64: Remove patching of fn pointers in hyp
David Brazdil
1
-7
/
+4
2020-12-22
KVM: arm64: Move skip_host_instruction to adjust_pc.h
David Brazdil
1
-10
/
+2
2020-12-04
KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
David Brazdil
1
-4
/
+6
2020-12-04
KVM: arm64: Add SMC handler in nVHE EL2
David Brazdil
1
-3
/
+32
2020-12-04
KVM: arm64: Move hyp-init params to a per-CPU struct
David Brazdil
1
-0
/
+2
2020-11-27
KVM: arm64: Simplify __kvm_enable_ssbs()
Marc Zyngier
1
-1
/
+5
2020-11-09
KVM: arm64: Turn host HVC handling into a dispatch table
Marc Zyngier
1
-94
/
+134
2020-09-15
KVM: arm64: nVHE: Fix pointers during SMCCC convertion
Andrew Scull
1
-6
/
+6
2020-09-15
KVM: arm64: nVHE: Migrate hyp interface to SMCCC
Andrew Scull
1
-13
/
+94
2020-09-15
KVM: arm64: nVHE: Switch to hyp context for EL2
Andrew Scull
1
-0
/
+36