David Laight ([email protected])

Number of posts: 3808 (0.79 per day)
First post: 2011-02-02 14:17:25
Last post: 2024-04-16 11:10:11

Date List Subject
2024-02-26 10:33:13 linux-kernel RE: [PATCH next v2 11/11] minmax: min() and max() don't need to return constant expressions
2024-02-26 10:25:32 linux-kernel RE: [PATCH next v2 02/11] minmax: Use _Static_assert() instead of static_assert()
2024-02-25 21:36:41 linux-kernel RE: [PATCH next v2 08/11] minmax: Add min_const() and max_const()
2024-02-25 21:09:53 linux-kernel RE: [PATCH next v2 08/11] minmax: Add min_const() and max_const()
2024-02-25 16:57:59 linux-kernel [PATCH next v2 11/11] minmax: min() and max() don't need to return constant expressions
2024-02-25 16:57:34 linux-kernel [PATCH next v2 10/11] block: Use a boolean expression instead of max() on booleans
2024-02-25 16:55:07 linux-kernel [PATCH next v2 09/11] tree-wide: minmax: Replace all the uses of max() for array sizes with max_const()
2024-02-25 16:53:55 linux-kernel [PATCH next v2 08/11] minmax: Add min_const() and max_const()
2024-02-25 16:53:25 linux-kernel [PATCH next v2 07/11] minmax: minmax: Add __types_ok3() and optimise defines with 3 arguments
2024-02-25 16:52:43 linux-kernel [PATCH next v2 06/11] minmax: Remove 'constexpr' check from __careful_clamp()
2024-02-25 16:51:58 linux-kernel [PATCH next v2 05/11] minmax: Move the signedness check out of __cmp_once() and __clamp_once()
2024-02-25 16:51:11 linux-kernel [PATCH next v2 04/11] minmax: Replace multiple __UNIQUE_ID() by directly using __COUNTER__
2024-02-25 16:50:14 linux-kernel [PATCH next v2 03/11] minmax: Simplify signedness check
2024-02-25 16:49:30 linux-kernel [PATCH next v2 02/11] minmax: Use _Static_assert() instead of static_assert()
2024-02-25 16:48:53 linux-kernel [PATCH next v2 01/11] minmax: Put all the clamp() definitions together
2024-02-25 16:46:34 linux-kernel [PATCH next v2 00/11] minmax: Optimise to reduce .i line length
2024-02-25 14:48:12 linux-kernel RE: [PATCH 0/1] Rosebush, a new hash table
2024-02-24 22:10:51 linux-kernel RE: [PATCH 0/1] Rosebush, a new hash table
2024-02-23 10:29:15 linux-kernel RE: [PATCH v9 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
2024-02-22 22:30:59 linux-kernel RE: [PATCH v2] checkpatch: add check for snprintf to scnprintf
2024-02-21 22:46:29 linux-kernel RE: [PATCH] can: raw: raw_getsockopt(): reduce scope of err
2024-02-19 22:13:55 linux-kernel RE: [PATCH 4/7] riscv: Simplify text patching loops
2024-02-19 22:04:31 linux-kernel RE: [PATCH] arm: Silence gcc warnings about arch ABI drift
2024-02-19 19:54:48 linux-kernel RE: [PATCH] arm: Silence gcc warnings about arch ABI drift
2024-02-19 19:36:08 linux-kernel RE: [PATCH] fs/select: rework stack allocation hack for clang
2024-02-17 22:48:11 linux-kernel RE: [PATCH] parisc: Fix csum_ipv6_magic on 64-bit systems
2024-02-15 19:42:07 linux-kernel RE: [PATCH v8 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
2024-02-15 10:27:52 linux-kernel RE: [PATCH v8 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
2024-02-14 09:47:08 linux-kernel RE: [PATCH] tty: hvc-iucv: fix function pointer casts
2024-02-13 15:16:14 linux-kernel RE: [regression] linux-6.6.y, minmax: virtual memory exhausted in i586 chroot during kernel compilation
2024-02-11 13:57:46 linux-kernel RE: [PATCH] parisc: Fix csum_ipv6_magic on 32-bit systems
2024-02-10 17:22:19 linux-kernel RE: [PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
2024-02-10 14:23:08 linux-kernel RE: Re: [PATCH v3 2/3] bits: Introduce fixed-type BIT
2024-02-10 14:15:30 linux-kernel RE: [PATCH 1/3] rust: add userspace pointers
2024-02-10 13:51:55 linux-kernel RE: [RFC] string: Allow 2-argument strscpy()
2024-02-10 13:02:54 linux-kernel RE: [RFC] string: Allow 2-argument strscpy()
2024-02-10 12:35:16 linux-kernel RE: [PATCH v3 3/4] string: Allow 2-argument strscpy_pad()
2024-02-10 12:13:22 linux-kernel RE: [PATCH v3 00/15] block atomic writes
2024-02-10 12:04:57 linux-kernel RE: [PATCH] minmax: Add notes to min_t and max_t
2024-02-08 10:05:07 linux-kernel RE: [PATCH v5 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
2024-02-04 19:40:48 linux-kernel RE: [PATCH v8 0/4] Introduce mseal
2024-02-01 23:05:25 linux-kernel RE: [PATCH 3/3] riscv: optimized memset
2024-02-01 22:43:49 linux-kernel RE: [RFC] string: Allow 2-argument strscpy()
2024-01-30 11:51:45 linux-kernel RE: [PATCH 2/3] riscv: optimized memmove
2024-01-29 09:40:08 linux-kernel RE: [PATCH 1/1] lib/vsprintf: Implement ssprintf() to catch truncated strings
2024-01-29 09:23:25 linux-kernel RE: [PATCH next 10/11] block: Use a boolean expression instead of max() on booleans
2024-01-28 22:22:42 linux-kernel RE: [PATCH next 10/11] block: Use a boolean expression instead of max() on booleans
2024-01-28 19:37:44 linux-kernel [PATCH next 11/11] minmax: min() and max() don't need to return constant expressions
2024-01-28 19:36:40 linux-kernel [PATCH next 10/11] block: Use a boolean expression instead of max() on booleans
2024-01-28 19:35:15 linux-kernel [PATCH next 09/11] tree-wide: minmax: Replace all the uses of max() for array sizes with max_const()
2024-01-28 19:33:21 linux-kernel [PATCH next 08/11 minmax: Add min_const() and max_const()