LinuxLists
Users
About
Charlie Jenkins (
[email protected]
)
Number of posts: 803 (2.28 per day)
First post: 2023-06-26 19:17:48
Last post: 2024-06-13 17:37:34
Next Page
Date
List
Subject
2024-06-13 17:37:34
linux-kernel
Re: [PATCH v2 0/4] riscv: Separate vendor extensions from standard extensions
2024-06-11 19:47:27
linux-kernel
Re: [PATCH v2 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
2024-06-11 17:52:14
linux-kernel
Re: [PATCH 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
2024-06-10 23:08:05
linux-kernel
[PATCH v2 09/13] riscv: vector: Support xtheadvector save/restore
2024-06-10 23:02:54
linux-kernel
[PATCH v2 12/13] selftests: riscv: Fix vector tests
2024-06-10 23:01:58
linux-kernel
[PATCH v2 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
2024-06-10 23:01:54
linux-kernel
[PATCH v2 10/13] riscv: hwprobe: Add thead vendor extension probing
2024-06-10 23:00:24
linux-kernel
[PATCH v2 13/13] selftests: riscv: Support xtheadvector in vector tests
2024-06-10 22:59:57
linux-kernel
[PATCH v2 04/13] riscv: Add thead and xtheadvector as a vendor extension
2024-06-10 22:59:28
linux-kernel
[PATCH v2 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
2024-06-10 22:59:26
linux-kernel
[PATCH v2 08/13] riscv: Add xtheadvector instruction definitions
2024-06-10 22:59:14
linux-kernel
[PATCH v2 07/13] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
2024-06-10 22:58:55
linux-kernel
[PATCH v2 06/13] RISC-V: define the elements of the VCSR vector CSR
2024-06-10 22:58:40
linux-kernel
[PATCH v2 05/13] riscv: vector: Use vlenb from DT for thead
2024-06-10 22:57:57
linux-kernel
[PATCH v2 02/13] dt-bindings: cpus: add a thead vlen register length property
2024-06-10 22:57:32
linux-kernel
[PATCH v2 00/13] riscv: Add support for xtheadvector
2024-06-10 22:57:16
linux-kernel
[PATCH v2 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
2024-06-10 18:10:53
linux-kernel
Re: [PATCH 05/13] riscv: vector: Use vlenb from DT for thead
2024-06-10 18:07:18
linux-kernel
Re: [PATCH 10/13] riscv: hwprobe: Add thead vendor extension probing
2024-06-10 17:51:36
linux-kernel
Re: [PATCH 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
2024-06-10 16:38:22
linux-kernel
Re: [PATCH 02/13] dt-bindings: thead: add a vlen register length property
2024-06-10 04:56:46
linux-kernel
[PATCH 10/13] riscv: hwprobe: Add thead vendor extension probing
2024-06-10 04:49:00
linux-kernel
[PATCH 13/13] selftests: riscv: Support xtheadvector in vector tests
2024-06-10 04:48:32
linux-kernel
[PATCH 12/13] selftests: riscv: Fix vector tests
2024-06-10 04:48:04
linux-kernel
[PATCH 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
2024-06-10 04:47:51
linux-kernel
[PATCH 09/13] riscv: vector: Support xtheadvector save/restore
2024-06-10 04:47:34
linux-kernel
[PATCH 08/13] riscv: Add xtheadvector instruction definitions
2024-06-10 04:47:17
linux-kernel
[PATCH 07/13] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
2024-06-10 04:47:03
linux-kernel
[PATCH 06/13] RISC-V: define the elements of the VCSR vector CSR
2024-06-10 04:46:50
linux-kernel
[PATCH 05/13] riscv: vector: Use vlenb from DT for thead
2024-06-10 04:46:40
linux-kernel
[PATCH 04/13] riscv: Add thead and xtheadvector as a vendor extension
2024-06-10 04:46:28
linux-kernel
[PATCH 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
2024-06-10 04:46:11
linux-kernel
[PATCH 02/13] dt-bindings: thead: add a vlen register length property
2024-06-10 04:45:54
linux-kernel
[PATCH 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
2024-06-10 04:45:46
linux-kernel
[PATCH 00/13] riscv: Add support for xtheadvector
2024-06-10 04:35:15
linux-kernel
[PATCH v2 4/4] riscv: cpufeature: Extract common elements from extension checking
2024-06-10 04:34:58
linux-kernel
[PATCH v2 3/4] riscv: Introduce vendor variants of extension helpers
2024-06-10 04:34:46
linux-kernel
[PATCH v2 2/4] riscv: Add vendor extensions to /proc/cpuinfo
2024-06-10 04:34:45
linux-kernel
[PATCH v2 1/4] riscv: Extend cpufeature.c to detect vendor extensions
2024-06-10 04:34:29
linux-kernel
[PATCH v2 0/4] riscv: Separate vendor extensions from standard extensions
2024-06-09 23:02:42
linux-kernel
Re: [PATCH 1/4] riscv: Extend cpufeature.c to detect vendor extensions
2024-06-07 21:33:03
linux-kernel
Re: [PATCH 2/3] RISC-V: Detect unaligned vector accesses supported.
2024-06-07 21:06:43
linux-kernel
Re: [PATCH 2/3] RISC-V: Detect unaligned vector accesses supported.
2024-06-06 23:20:31
linux-kernel
Re: [PATCH 3/3] RISC-V: Report vector unaligned accesse speed hwprobe
2024-06-06 23:14:00
linux-kernel
Re: [PATCH 2/3] RISC-V: Detect unaligned vector accesses supported.
2024-06-06 22:10:26
linux-kernel
Re: [PATCH 1/3] RISC-V: Add Zicclsm to cpufeature and hwprobe
2024-06-06 21:31:29
linux-kernel
Re: [PATCH 2/3] RISC-V: Detect unaligned vector accesses supported.
2024-06-06 19:00:20
linux-kernel
Re: [PATCH] RISC-V: fix vector insn load/store width mask
2024-05-31 21:41:02
linux-kernel
Re: [PATCH v0] RISC-V: Use Zkr to seed KASLR base address
2024-05-31 20:19:27
linux-kernel
Re: [PATCH v0] RISC-V: Use Zkr to seed KASLR base address
2024-05-30 15:48:32
linux-kernel
Re: [PATCH v5 13/16] riscv: add ISA extension parsing for Zcmop