Charlie Jenkins ([email protected])

Number of posts: 706 (2.23 per day)
First post: 2023-06-26 19:17:48
Last post: 2024-05-09 00:33:34

Date List Subject
2024-05-03 04:51:46 linux-kernel [PATCH v5 16/17] selftests: riscv: Fix vector tests
2024-05-03 04:51:13 linux-kernel [PATCH v5 15/17] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
2024-05-03 04:51:00 linux-kernel [PATCH v5 14/17] riscv: hwprobe: Add thead vendor extension probing
2024-05-03 04:50:56 linux-kernel [PATCH v5 13/17] riscv: vector: Support xtheadvector save/restore
2024-05-03 04:50:35 linux-kernel [PATCH v5 12/17] riscv: Add xtheadvector instruction definitions
2024-05-03 04:50:11 linux-kernel [PATCH v5 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
2024-05-03 04:49:57 linux-kernel [PATCH v5 07/17] riscv: Introduce vendor variants of extension helpers
2024-05-03 04:49:54 linux-kernel [PATCH v5 10/17] RISC-V: define the elements of the VCSR vector CSR
2024-05-03 04:49:36 linux-kernel [PATCH v5 09/17] riscv: Convert xandespmu to use the vendor extension framework
2024-05-03 04:49:18 linux-kernel [PATCH v5 08/17] riscv: cpufeature: Extract common elements from extension checking
2024-05-03 04:49:11 linux-kernel [PATCH v5 05/17] riscv: Extend cpufeature.c to detect vendor extensions
2024-05-03 04:48:37 linux-kernel [PATCH v5 06/17] riscv: Add vendor extensions to /proc/cpuinfo
2024-05-03 04:48:16 linux-kernel [PATCH v5 03/17] riscv: vector: Use vlenb from DT
2024-05-03 04:48:00 linux-kernel [PATCH v5 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
2024-05-03 04:47:37 linux-kernel [PATCH v5 02/17] dt-bindings: riscv: cpus: add a vlen register length property
2024-05-03 04:47:05 linux-kernel [PATCH v5 01/17] dt-bindings: riscv: Add xtheadvector ISA extension description
2024-05-03 04:47:00 linux-kernel [PATCH v5 00/17] riscv: Support vendor extensions and xtheadvector
2024-05-02 22:31:36 linux-kernel Re: [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions
2024-05-01 20:39:33 linux-kernel Re: [PATCH v4 07/16] riscv: cpufeature: Extract common elements from extension checking
2024-05-01 19:50:17 linux-kernel Re: [PATCH v4 13/16] riscv: hwprobe: Add thead vendor extension probing
2024-05-01 19:48:28 linux-kernel Re: [PATCH v4 07/16] riscv: cpufeature: Extract common elements from extension checking
2024-05-01 19:45:58 linux-kernel Re: [PATCH v4 06/16] riscv: Introduce vendor variants of extension helpers
2024-05-01 19:31:47 linux-kernel Re: [PATCH v4 13/16] riscv: hwprobe: Add thead vendor extension probing
2024-05-01 18:37:53 linux-kernel Re: [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions
2024-05-01 17:58:28 linux-kernel Re: [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions
2024-05-01 17:52:37 linux-kernel Re: [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions
2024-05-01 17:11:21 linux-kernel Re: [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions
2024-05-01 17:06:33 linux-kernel Re: [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions
2024-05-01 17:05:13 linux-kernel Re: [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions
2024-05-01 16:46:22 linux-kernel Re: [PATCH v4 03/16] riscv: vector: Use vlenb from DT
2024-04-30 18:38:26 linux-kernel Re: [PATCH v3 1/2] riscv: cpufeature: Fix thead vector hwcap removal
2024-04-29 22:30:32 linux-kernel [PATCH v3 2/2] riscv: cpufeature: Fix extension subset checking
2024-04-29 22:30:23 linux-kernel [PATCH v3 1/2] riscv: cpufeature: Fix thead vector hwcap removal
2024-04-29 22:30:10 linux-kernel [PATCH v3 0/2] riscv: Extension parsing fixes
2024-04-29 22:23:45 linux-kernel Re: [PATCH v2 1/2] riscv: cpufeature: Fix thead vector hwcap removal
2024-04-26 21:59:39 linux-kernel [PATCH v2 2/2] riscv: cpufeature: Fix extension subset checking
2024-04-26 21:59:31 linux-kernel [PATCH v2 1/2] riscv: cpufeature: Fix thead vector hwcap removal
2024-04-26 21:59:20 linux-kernel [PATCH v2 0/2] riscv: Extension parsing fixes
2024-04-26 21:40:14 linux-kernel [PATCH v4 13/16] riscv: hwprobe: Add thead vendor extension probing
2024-04-26 21:39:15 linux-kernel [PATCH v4 15/16] selftests: riscv: Fix vector tests
2024-04-26 21:39:01 linux-kernel [PATCH v4 16/16] selftests: riscv: Support xtheadvector in vector tests
2024-04-26 21:38:32 linux-kernel [PATCH v4 14/16] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
2024-04-26 21:38:02 linux-kernel [PATCH v4 12/16] riscv: vector: Support xtheadvector save/restore
2024-04-26 21:38:00 linux-kernel [PATCH v4 10/16] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
2024-04-26 21:37:46 linux-kernel [PATCH v4 11/16] riscv: Add xtheadvector instruction definitions
2024-04-26 21:37:23 linux-kernel [PATCH v4 09/16] RISC-V: define the elements of the VCSR vector CSR
2024-04-26 21:32:04 linux-kernel Re: [PATCH 1/2] riscv: cpufeature: Fix thead vector hwcap removal
2024-04-26 21:31:36 linux-kernel [PATCH v4 08/16] riscv: Convert xandespmu to use the vendor extension framework
2024-04-26 21:31:21 linux-kernel [PATCH v4 06/16] riscv: Introduce vendor variants of extension helpers
2024-04-26 21:31:14 linux-kernel [PATCH v4 07/16] riscv: cpufeature: Extract common elements from extension checking
2024-04-26 21:31:09 linux-kernel [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions