Wedson Almeida Filho ([email protected])

Number of posts: 290 (0.07 per day)
First post: 2012-05-10 02:53:13
Last post: 2024-05-25 19:24:41

Date List Subject
2022-12-28 10:48:50 linux-kernel Re: [PATCH 1/7] rust: sync: add `Arc` for ref-counted allocations
2022-12-28 07:51:17 linux-kernel Re: [PATCH 1/7] rust: sync: add `Arc` for ref-counted allocations
2022-12-28 06:33:59 linux-kernel [PATCH 7/7] rust: sync: add support for dispatching on Arc and ArcBorrow.
2022-12-28 06:28:38 linux-kernel [PATCH 2/7] rust: sync: allow type of `self` to be `Arc<T>` or variants
2022-12-28 06:28:26 linux-kernel [PATCH 6/7] rust: sync: introduce `UniqueArc`
2022-12-28 06:17:42 linux-kernel [PATCH 3/7] rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
2022-12-28 06:16:12 linux-kernel [PATCH 1/7] rust: sync: add `Arc` for ref-counted allocations
2022-12-28 06:08:02 linux-kernel [PATCH 5/7] rust: sync: allow type of `self` to be `ArcBorrow<T>`
2022-12-28 06:06:17 linux-kernel [PATCH 4/7] rust: sync: introduce `ArcBorrow`
2022-12-16 19:07:51 linux-kernel Re: [PATCH] rust: kernel: drop repetition in offset_of macro
2022-12-04 17:59:27 linux-kernel Re: [PATCH v2 27/28] rust: types: add `Either` type
2022-12-04 17:42:11 linux-kernel Re: [PATCH v2 20/28] rust: str: add `Formatter` type
2022-09-28 12:06:16 linux-kernel Re: [PATCH v10 27/27] MAINTAINERS: Rust
2022-09-27 16:04:37 linux-kernel Re: [PATCH v10 27/27] MAINTAINERS: Rust
2022-09-20 00:47:18 linux-kernel Re: [PATCH v9 12/27] rust: add `kernel` crate
2022-09-19 23:12:19 linux-kernel Re: [PATCH v9 12/27] rust: add `kernel` crate
2022-09-19 18:35:58 linux-kernel Re: [PATCH v9 12/27] rust: add `kernel` crate
2022-09-19 14:14:06 linux-kernel Re: [PATCH v9 12/27] rust: add `kernel` crate
2013-07-09 06:46:20 linux-kernel [PATCH v2] lib: One less subtraction in binary search iterations.
2013-07-09 04:58:21 linux-kernel Re: [PATCH] lib: One less subtraction in binary search iterations.
2013-07-09 03:51:56 linux-kernel Re: [PATCH] lib: One less subtraction in binary search iterations.
2013-07-06 23:36:39 linux-kernel [PATCH] lib: One less subtraction in binary search iterations.
2013-07-01 22:35:49 linux-kernel Re: [PATCH] x86: Use asm-goto to implement mutex fast path on x86-64
2013-06-29 23:56:32 linux-kernel Re: [PATCH] x86: Use asm-goto to implement mutex fast path on x86-64
2013-06-29 06:35:11 linux-kernel Re: [PATCH v2] x86: Use asm-goto to implement mutex fast path on x86-64
2013-06-28 11:50:59 linux-kernel [PATCH v2] x86: Use asm-goto to implement mutex fast path on x86-64
2013-06-28 10:54:40 linux-kernel [PATCH] x86: Use asm-goto to implement mutex fast path on x86-64
2013-06-28 00:35:17 linux-kernel Re: [PATCH v3] net: Unmap fragment page once iterator is done
2013-06-27 22:03:42 linux-kernel Re: [PATCH v3] net: Unmap fragment page once iterator is done
2013-06-25 23:44:49 linux-kernel Re: [PATCH v3] net: Unmap fragment page once iterator is done
2013-06-25 01:25:40 linux-kernel [PATCH v3] net: Unmap fragment page once iterator is done
2013-06-24 22:47:21 linux-kernel Re: [PATCH v2] [NET]: Unmap fragment page once iterator is done
2013-06-24 06:34:20 linux-kernel [PATCH v2] [NET]: Unmap fragment page once iterator is done
2013-06-15 00:55:04 linux-kernel [PATCH] [NET]: Unmap fragment page once iterator is done
2012-05-10 02:53:13 linux-kernel Race condition between driver_probe_device and devic e_shutdown‏