index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
vector.c
Age
Commit message (
Expand
)
Author
2025-01-31
Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-18
riscv: vector: Support xtheadvector save/restore
Charlie Jenkins
2025-01-18
riscv: vector: Use vlenb from DT for thead
Charlie Jenkins
2025-01-18
RISC-V: Mark riscv_v_init() as __init
Palmer Dabbelt
2024-10-18
RISC-V: Detect unaligned vector accesses supported
Jesse Taube
2024-05-30
riscv: vector: adjust minimum Vector requirement to ZVE32X
Andy Chiu
2024-01-16
riscv: vector: allow kernel-mode Vector with preemption
Andy Chiu
2024-01-16
riscv: vector: use kmem_cache to manage vector context
Andy Chiu
2024-01-16
riscv: vector: use a mask to write vstate_ctrl
Andy Chiu
2024-01-16
riscv: sched: defer restoring Vector context for user
Andy Chiu
2023-10-10
riscv: Remove now superfluous sentinel element from ctl_table array
Joel Granados
2023-07-01
riscv: vector: clear V-reg in the first-use trap
Andy Chiu
2023-06-08
riscv: Add sysctl to set the default vector rule for new processes
Andy Chiu
2023-06-08
riscv: Add prctl controls for userspace vector management
Andy Chiu
2023-06-08
riscv: Allocate user's vector context in the first-use trap
Andy Chiu
2023-06-08
riscv: Introduce riscv_v_vsize to record size of Vector context
Greentime Hu