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
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-15
Merge tag 'kvmarm-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
10
-290
/
+281
2025-02-13
KVM: arm64: vgic: Hoist SGI/PPI alloc from vgic_init() to kvm_create_vgic()
Marc Zyngier
1
-37
/
+37
2025-02-13
KVM: arm64: timer: Drop warning on failed interrupt signalling
Marc Zyngier
1
-9
/
+7
2025-02-13
KVM: arm64: Convert timer offset VA when accessed in HYP code
Marc Zyngier
1
-1
/
+14
2025-02-13
KVM: arm64: Simplify warning in kvm_arch_vcpu_load_fp()
Mark Rutland
1
-6
/
+1
2025-02-13
KVM: arm64: Eagerly switch ZCR_EL{1,2}
Mark Rutland
6
-41
/
+76
2025-02-13
KVM: arm64: Mark some header functions as inline
Mark Rutland
1
-10
/
+9
2025-02-13
KVM: arm64: Refactor exit handlers
Mark Rutland
3
-41
/
+26
2025-02-13
KVM: arm64: Refactor CPTR trap deactivation
Mark Rutland
2
-5
/
+42
2025-02-13
KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
Mark Rutland
1
-21
/
+0
2025-02-13
KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
Mark Rutland
1
-16
/
+0
2025-02-13
KVM: arm64: Remove host FPSIMD saving for non-protected KVM
Mark Rutland
6
-49
/
+24
2025-02-13
KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
Mark Rutland
1
-25
/
+10
2025-02-10
KVM: arm64: Fix __pkvm_host_mkyoung_guest() return value
Marc Zyngier
1
-2
/
+1
2025-02-09
KVM: arm64: Simplify np-guest hypercalls
Quentin Perret
1
-31
/
+38
2025-02-09
KVM: arm64: Improve error handling from check_host_shared_guest()
Quentin Perret
1
-2
/
+2
2025-02-04
Merge tag 'kvmarm-fixes-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
5
-45
/
+73
2025-02-04
KVM: arm64: timer: Don't adjust the EL2 virtual timer offset
Marc Zyngier
2
-18
/
+13
2025-02-04
KVM: arm64: timer: Correctly handle EL1 timer emulation when !FEAT_ECV
Marc Zyngier
1
-20
/
+10
2025-02-04
KVM: arm64: timer: Always evaluate the need for a soft timer
Marc Zyngier
1
-3
/
+1
2025-02-04
KVM: arm64: Fix nested S2 MMU structures reallocation
Marc Zyngier
1
-4
/
+5
2025-02-04
KVM: arm64: Fail protected mode init if no vgic hardware is present
Oliver Upton
1
-0
/
+13
2025-02-01
KVM: arm64: Flush/sync debug state in protected mode
Oliver Upton
1
-0
/
+24
2025-01-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
39
-2032
/
+2320
2025-01-21
KVM: arm64: Flush hyp bss section after initialization of variables in bss
Lokesh Vutla
1
-0
/
+7
2025-01-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
11
-49
/
+40
2025-01-17
Merge branch 'for-next/mm' into for-next/core
Will Deacon
2
-27
/
+14
2025-01-17
Merge branch kvm-arm64/misc-6.14 into kvmarm-master/next
Marc Zyngier
9
-33
/
+51
2025-01-17
Merge branch kvm-arm64/nv-resx-fixes-6.14 into kvmarm-master/next
Marc Zyngier
3
-5
/
+13
2025-01-17
Merge branch kvm-arm64/coresight-6.14 into kvmarm-master/next
Marc Zyngier
2
-28
/
+85
2025-01-17
Merge branch kvm-arm64/pkvm-memshare-declutter into kvmarm-master/next
Marc Zyngier
3
-628
/
+136
2025-01-17
Merge branch kvm-arm64/nv-timers into kvmarm-master/next
Marc Zyngier
8
-40
/
+523
2025-01-14
KVM: arm64: nv: Apply RESx settings to sysreg reset values
Marc Zyngier
2
-3
/
+11
2025-01-14
KVM: arm64: nv: Always evaluate HCR_EL2 using sanitising accessors
Marc Zyngier
1
-2
/
+2
2025-01-12
KVM: arm64: Support trace filtering for guests
James Clark
1
-0
/
+18
2025-01-12
KVM: arm64: coresight: Give TRBE enabled state to KVM
James Clark
2
-28
/
+67
2025-01-12
KVM: arm64: Drop pkvm_mem_transition for host/hyp donations
Quentin Perret
1
-253
/
+32
2025-01-12
KVM: arm64: Drop pkvm_mem_transition for host/hyp sharing
Quentin Perret
1
-285
/
+34
2025-01-12
KVM: arm64: Drop pkvm_mem_transition for FF-A
Quentin Perret
1
-26
/
+10
2025-01-12
Merge branch 'kvmarm-fixes-6.13-3'
Marc Zyngier
3
-64
/
+60
2025-01-12
Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/next
Marc Zyngier
15
-696
/
+416
2025-01-12
Merge branch kvm-arm64/pkvm-np-guest into kvmarm-master/next
Marc Zyngier
14
-132
/
+926
2025-01-11
Merge remote-tracking branch 'arm64/for-next/cpufeature' into kvm-arm64/pkvm-...
Marc Zyngier
7
-21
/
+21
2025-01-11
KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
Mark Rutland
1
-0
/
+11
2025-01-11
KVM: arm64: vgic: Use str_enabled_disabled() in vgic_v3_probe()
Thorsten Blum
1
-2
/
+3
2025-01-08
KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
Mark Brown
1
-1
/
+5
2025-01-08
arm64: kvm: Introduce nvhe stack size constants
Kalesh Singh
6
-28
/
+28
2025-01-08
KVM: arm64: Fix nVHE stacktrace VA bits mask
Vincent Donnefort
2
-1
/
+5
2025-01-08
KVM: arm64: Fix FEAT_MTE in pKVM
Vladimir Murzin
1
-0
/
+6
2025-01-02
KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosity
Marc Zyngier
3
-8
/
+69
[next]