Boqun Feng ([email protected])

Number of posts: 1553 (0.46 per day)
First post: 2015-02-25 12:31:21
Last post: 2024-06-15 22:12:56

Date List Subject
2023-09-25 20:33:21 linux-kernel Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-25 18:52:14 linux-kernel Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-25 17:10:52 linux-kernel Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-12 13:49:10 linux-kernel Re: [PATCH v4 0/7] rust: workqueue: add bindings for the workqueue
2023-08-12 23:11:20 linux-kernel Re: [PATCH] bcachefs: six locks: Fix missing barrier on wait->lock_acquired
2023-08-12 20:39:28 linux-kernel Re: [PATCH] bcachefs: six locks: Fix missing barrier on wait->lock_acquired
2023-07-31 22:28:48 linux-kernel Re: [PATCH] hv_balloon: Update the balloon driver to use the SBRM API
2023-07-31 05:25:34 linux-kernel Re: [PATCH v3 08/13] rust: init: Add functions to create array initializers
2023-07-31 03:20:23 linux-kernel Re: [PATCH v3 03/13] rust: add derive macro for `Zeroable`
2023-07-30 23:51:08 linux-kernel Re: [PATCH 1/3] rust: allocator: Prevent mis-aligned allocation
2023-07-30 23:47:58 linux-kernel Re: [PATCH 2/3] rust: macros: add macro to easily run KUnit tests
2023-07-30 03:05:46 linux-kernel [PATCH 2/3] rust: allocator: Use krealloc_aligned() in KernelAllocator::alloc
2023-07-30 03:03:07 linux-kernel [PATCH 0/3] Fix alignment issue and prepare for rust 1.71
2023-07-30 02:20:26 linux-kernel [PATCH 1/3] rust: allocator: Prevent mis-aligned allocation
2023-07-30 02:12:23 linux-kernel [PATCH 3/3] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-07-30 01:06:34 linux-kernel Re: [PATCH] rust: allocator: Prevents mis-aligned allocation
2023-07-26 01:57:45 linux-kernel Re: [PATCH 3/3] rust: kunit: allow to know if we are in a test
2023-07-25 18:35:42 linux-kernel Re: [PATCH 1/3] rust: kunit: add KUnit case and suite macros
2023-07-18 18:13:51 linux-kernel Re: [PATCH v2 0/7] KUnit integration for Rust doctests
2023-07-18 18:02:54 linux-kernel Re: [PATCH] MAINTAINERS: add Andreas Hindborg as Rust reviewer
2023-07-18 17:40:58 linux-kernel Re: [PATCH RFC 00/11] rust: Implicit lock class creation & Arc Lockdep integration
2023-07-18 17:21:40 linux-kernel Re: [PATCH] MAINTAINERS: add Alice Ryhl as Rust reviewer
2023-07-16 01:10:01 linux-kernel [PATCH] lockdep/selftests: Use SBRM APIs for wait context tests
2023-07-14 23:09:40 linux-kernel Re: [PATCH v3 9/9] rust: workqueue: add examples
2023-07-14 17:22:36 linux-kernel Re: [PATCH v2] rust: time: New module for timekeeping functions
2023-07-14 15:37:01 linux-kernel Re: [PATCH RFC 00/11] rust: Implicit lock class creation & Arc Lockdep integration
2023-07-12 07:28:22 linux-kernel Re: [PATCH 3/9] workqueue: introduce `__INIT_WORK_WITH_KEY`
2023-07-11 22:58:09 linux-kernel Re: [PATCH v3 4/9] rust: workqueue: add low-level workqueue bindings
2023-07-11 18:15:47 linux-kernel Re: [PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
2023-07-05 07:52:07 linux-kernel Re: [RFC] Bridging the gap between the Linux Kernel Memory Consistency Model (LKMM) and C11/C++11 atomics
2023-07-03 18:46:43 linux-kernel Re: [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-06-30 18:46:54 linux-kernel Re: [PATCH 5/6] rust: support running Rust documentation tests as KUnit ones
2023-06-26 17:17:02 linux-kernel Re: [RFC PATCH 1/8] rust: kernel: add basic abstractions for device-mapper
2023-06-26 00:58:54 linux-kernel [PATCH v2] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-25 23:26:20 linux-kernel Re: [PATCH] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-23 17:55:38 linux-kernel Re: [PATCH] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-06-15 02:18:48 linux-kernel Re: [PATCH 0/6] KUnit integration for Rust doctests
2023-06-13 17:17:59 linux-kernel [PATCH] rust: allocator: Prevents mis-aligned allocation
2023-06-12 18:20:13 linux-kernel Re: [PATCH v3 08/57] sched: Simplify wake_up_if_idle()
2023-06-07 20:02:24 linux-kernel Re: [PATCH v2 1/3] rust: kernel: add ScatterList abstraction
2023-06-07 17:31:01 linux-kernel Re: [PATCH v2 1/3] rust: kernel: add ScatterList abstraction
2023-06-07 00:13:51 linux-kernel Re: [PATCH v2 1/8] rust: workqueue: add low-level workqueue bindings
2023-06-05 15:40:58 linux-kernel Re: [PATCH v2 1/3] rust: kernel: add ScatterList abstraction
2023-06-05 15:30:38 linux-kernel Re: [PATCH v2 3/8] rust: sync: add `Arc::{from_raw, into_raw}`
2023-06-05 15:03:50 linux-kernel Re: [PATCH v2 3/8] rust: sync: add `Arc::{from_raw, into_raw}`
2023-06-02 16:41:03 linux-kernel Re: [PATCH v2 5/8] rust: workqueue: add helper for defining work_struct fields
2023-06-01 21:13:39 linux-kernel Re: [PATCH v2 5/8] rust: workqueue: add helper for defining work_struct fields
2023-06-01 19:20:45 linux-kernel Re: [PATCH v2 5/8] rust: workqueue: add helper for defining work_struct fields
2023-05-30 19:04:25 linux-kernel Re: [PATCH 2/2] samples: rust: add `SgTable` and `ScatterList` selftests
2023-05-22 22:46:57 linux-kernel Re: [PATCH v2] locking: SIX locks (shared/intent/exclusive)
2023-05-19 17:22:08 linux-kernel Re: [RFC PATCH 1/4] rseq: Add sched_state field to struct rseq