index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
/
vcpu_vector.c
Age
Commit message (
Expand
)
Author
2026-08-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-08-13
RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector
Andy Chiu
2026-08-07
riscv: Standardize extension capitalization
Charlie Jenkins
2026-08-01
RISC-V: KVM: Account VM-scoped allocations to the VM cgroup
Yuhang.chen
2026-07-15
KVM: riscv: Fix Spectre-v1 in vector register access
Zongmin Zhou
2026-04-03
RISC-V: KVM: Factor-out ISA checks into separate sources
Anup Patel
2026-04-03
RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()
Anup Patel
2026-03-30
riscv: kvm: add null pointer check for vector datap
Yufeng Wang
2026-03-27
riscv: kvm: fix vector context allocation leak
Osama Abdelkader
2025-08-25
RISC-V: KVM: fix stack overrun when loading vlenb
Radim Krčmář
2025-05-21
KVM: RISC-V: refactor vector state reset
Radim Krčmář
2023-12-29
RISC-V: KVM: add 'vlenb' Vector CSR
Daniel Henrique Barboza
2023-12-29
RISC-V: KVM: set 'vlenb' in kvm_riscv_vcpu_alloc_vector_context()
Daniel Henrique Barboza
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
2023-08-08
RISC-V: KVM: Improve vector save/restore functions
Andrew Jones
2023-08-08
RISC-V: KVM: Improve vector save/restore errors
Andrew Jones
2023-06-08
riscv: KVM: Add vector lazy save/restore support
Vincent Chen