Akira Tsukamoto ([email protected])

Number of posts: 46 (0.29 per day)
First post: 2021-06-04 09:54:58
Last post: 2021-11-11 08:13:12

Date List Subject
2021-11-11 08:13:12 linux-kernel [PATCH v2 1/1] riscv: __asm_copy_to-from_user: Improve using word copy, if size is < 9*SZREG
2021-11-11 08:11:12 linux-kernel [PATCH v2 0/1] __asm_copy_to-from_user: Reduce more byte_copy
2021-08-20 06:44:34 linux-kernel Re: [PATCH 1/1] riscv: __asm_copy_to-from_user: Improve using word copy if size < 9*SZREG
2021-08-17 09:06:02 linux-kernel Re: [PATCH 1/1] riscv: __asm_copy_to-from_user: Improve using word copy if size < 9*SZREG
2021-08-17 07:34:30 linux-kernel Re: [PATCH 0/1] __asm_copy_to-from_user: Reduce more byte_copy
2021-08-16 06:26:38 linux-kernel Re: [PATCH 0/1] __asm_copy_to-from_user: Reduce more byte_copy
2021-08-12 14:29:27 linux-kernel Re: [PATCH 0/1] __asm_copy_to-from_user: Reduce more byte_copy
2021-07-30 13:54:03 linux-kernel [PATCH 0/1] __asm_copy_to-from_user: Reduce more byte_copy
2021-07-30 13:53:50 linux-kernel [PATCH 1/1] riscv: __asm_copy_to-from_user: Improve using word copy if size < 9*SZREG
2021-07-20 10:22:49 linux-kernel Re: [PATCH 2/4] riscv: __asm_copy_to-from_user: Fix: fail on RV32
2021-07-20 09:01:57 linux-kernel [PATCH 4/4] riscv: __asm_copy_to-from_user: Fix: Typos in comments
2021-07-20 09:00:09 linux-kernel [PATCH 3/4] riscv: __asm_copy_to-from_user: Remove unnecessary size check
2021-07-20 08:59:38 linux-kernel [PATCH 2/4] riscv: __asm_copy_to-from_user: Fix: fail on RV32
2021-07-20 08:58:45 linux-kernel [PATCH 1/4] riscv: __asm_copy_to-from_user: Fix: overrun copy
2021-07-20 08:58:45 linux-kernel [PATCH 0/4] __asm_copy_to-from_user: Fixes
2021-07-20 06:56:47 linux-kernel Re: [PATCH v4 1/1] riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall
2021-07-20 01:59:26 linux-kernel Re: [PATCH v4 1/1] riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall
2021-07-19 14:57:28 linux-kernel Re: [PATCH v4 0/1] riscv: improving uaccess with logs from network bench
2021-07-19 14:53:04 linux-kernel Re: [PATCH v4 1/1] riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall
2021-07-19 14:01:25 linux-kernel Re: [PATCH v4 1/1] riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall
2021-07-19 12:54:06 linux-kernel [PATCH v4 1/1] riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall
2021-07-19 12:53:00 linux-kernel [PATCH v4 0/1] riscv: improving uaccess with logs from network bench
2021-07-15 08:01:52 linux-kernel Re: [PATCH v3 1/1] riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall
2021-06-24 14:53:42 linux-kernel Re: [PATCH 1/1] config: Enable jh7100 SoC
2021-06-24 14:44:06 linux-kernel Re: [RFC PATCH 0/1] Adding jh7100 SoC to defconfig
2021-06-24 14:37:09 linux-kernel Re: [PATCH 1/1] config: Enable jh7100 SoC
2021-06-23 12:51:13 linux-kernel [PATCH 1/1] config: Enable jh7100 SoC
2021-06-23 12:47:12 linux-kernel [RFC PATCH 0/1] Adding jh7100 SoC to defconfig
2021-06-23 12:42:37 linux-kernel [PATCH v3 1/1] riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall
2021-06-23 12:38:46 linux-kernel [PATCH v3 0/1] riscv: improving uaccess with logs from network bench
2021-06-22 12:09:47 linux-kernel Re: [PATCH v2 0/5] riscv: improving uaccess with logs from network bench
2021-06-21 14:14:23 linux-kernel Re: [PATCH 5/5] riscv: __asm_to/copy_from_user: Bulk copy when both src, dst are aligned
2021-06-21 13:57:52 linux-kernel Re: [PATCH 1/5] riscv: __asm_to/copy_from_user: delete existing code
2021-06-20 16:40:22 linux-kernel Re: [PATCH v2 0/5] riscv: improving uaccess with logs from network bench
2021-06-19 20:36:52 linux-kernel [PATCH 2/5] riscv: __asm_to/copy_from_user: Adding byte copy first
2021-06-19 20:36:37 linux-kernel [PATCH 5/5] riscv: __asm_to/copy_from_user: Bulk copy when both src, dst are aligned
2021-06-19 20:35:57 linux-kernel [PATCH 1/5] riscv: __asm_to/copy_from_user: delete existing code
2021-06-19 20:35:29 linux-kernel [PATCH 4/5] riscv: __asm_to/copy_from_user: Bulk copy while shifting
2021-06-19 20:34:44 linux-kernel [PATCH 3/5] riscv: __asm_to/copy_from_user: Copy until dst is aligned
2021-06-19 20:33:54 linux-kernel [PATCH v2 0/5] riscv: improving uaccess with logs from network bench
2021-06-16 10:52:26 linux-kernel Re: [PATCH 1/3] riscv: optimized memcpy
2021-06-16 10:25:50 linux-kernel Re: [PATCH 1/1] riscv: prevent pipeline stall in __asm_to/copy_from_user
2021-06-16 10:11:29 linux-kernel Re: [PATCH 1/1] riscv: prevent pipeline stall in __asm_to/copy_from_user
2021-06-05 08:04:25 linux-kernel Re: [PATCH 0/1] riscv: better network performance with memcpy, uaccess
2021-06-04 09:59:36 linux-kernel [PATCH 1/1] riscv: prevent pipeline stall in __asm_to/copy_from_user
2021-06-04 09:54:58 linux-kernel [PATCH 0/1] riscv: better network performance with memcpy, uaccess