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-05-18 22:03:40 linux-kernel Re: [RFC PATCH 1/4] rseq: Add sched_state field to struct rseq
2023-05-18 21:38:33 linux-kernel Re: [PATCH v1 1/2] rust: specify when `ARef` is thread safe
2023-05-05 22:01:09 linux-kernel Re: [RFC PATCH 00/11] Rust null block driver
2023-05-05 14:38:58 linux-kernel Re: [RFC PATCH 00/11] Rust null block driver
2023-05-05 12:32:03 linux-kernel Re: [RFC PATCH 00/11] Rust null block driver
2023-05-03 20:46:00 linux-kernel Re: [RFC PATCH] rcu: rcupdate.h: Add missing parentheses around macro pointer dereference
2023-04-24 19:38:40 linux-kernel Re: BUG : PowerPC RCU: torture test failed with __stack_chk_fail
2023-04-24 15:33:05 linux-kernel Re: BUG : PowerPC RCU: torture test failed with __stack_chk_fail
2023-04-24 00:49:26 linux-kernel Re: BUG : PowerPC RCU: torture test failed with __stack_chk_fail
2023-04-20 03:26:11 linux-kernel Re: [PATCH 0/3] Rust 1.68.2 upgrade
2023-04-14 17:11:35 linux-kernel Re: [PATCH v4 08/13] rust: introduce `ARef`
2023-04-12 19:19:12 linux-kernel Re: [PATCH v4 04/13] locking/spinlock: introduce spin_lock_init_with_key
2023-04-12 14:37:26 linux-kernel Re: [PATCH v4 11/13] rust: lock: add `Guard::do_unlocked`
2023-04-12 06:35:28 linux-kernel Re: [PATCH v4 11/13] rust: lock: add `Guard::do_unlocked`
2023-04-12 06:02:04 linux-kernel Re: [PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
2023-04-11 21:21:09 linux-kernel Re: [PATCH v4 11/13] rust: lock: add `Guard::do_unlocked`
2023-04-10 18:16:32 linux-kernel Re: [PATCH v3 13/13] rust: sync: introduce `LockedBy`
2023-04-10 17:51:49 linux-kernel Re: [PATCH v3 13/13] rust: sync: introduce `LockedBy`
2023-04-05 21:19:19 linux-kernel Re: [PATCH v6 00/15] Rust pin-init API for pinned initialization of structs
2023-04-05 21:08:15 linux-kernel Re: [PATCH v6 00/15] Rust pin-init API for pinned initialization of structs
2023-04-03 15:49:58 linux-kernel Re: [PATCH 03/13] rust: lock: introduce `Mutex`
2023-04-03 14:11:25 linux-kernel Re: [PATCH 03/13] rust: lock: introduce `Mutex`
2023-03-31 23:08:39 linux-kernel Re: [PATCH v4 08/15] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
2023-03-31 22:28:41 linux-kernel Re: [PATCH v4 01/15] rust: enable the `pin_macro` feature
2023-03-31 21:55:10 linux-kernel Re: [PATCH v4 01/15] rust: enable the `pin_macro` feature
2023-03-30 19:03:10 linux-kernel Re: [PATCH 03/13] rust: lock: introduce `Mutex`
2023-03-30 18:57:34 linux-kernel [DRAFT 2/2] locking/selftest: Add AA deadlock selftest for Mutex and SpinLock
2023-03-30 18:57:34 linux-kernel [DRAFT 1/2] locking/selftest: Add test infrastructure for Rust locking APIs
2023-03-30 18:56:21 linux-kernel Re: [PATCH 03/13] rust: lock: introduce `Mutex`
2023-03-30 02:58:09 linux-kernel Re: [PATCH v2] PCI: hv: Fix the definition of vector in hv_compose_msi_msg()
2023-03-30 02:01:45 linux-kernel Re: [PATCH v2] PCI: hv: Fix the definition of vector in hv_compose_msi_msg()
2023-03-23 06:34:18 linux-kernel Re: [PATCH v2 3/5] rust: add pin-init API
2023-03-23 04:43:51 linux-kernel [PATCH rcu v2 10/10] refscale: Move shutdown from wait_event() to wait_event_idle()
2023-03-23 04:43:24 linux-kernel [PATCH rcu v2 04/10] tools: rcu: Add usage function and check for argument
2023-03-23 04:42:58 linux-kernel [PATCH rcu v2 06/10] rcutorture: Eliminate variable n_rcu_torture_boost_rterror
2023-03-23 04:42:55 linux-kernel [PATCH rcu v2 03/10] rcutorture: Make scenario TREE04 enable lazy call_rcu()
2023-03-23 04:42:41 linux-kernel [PATCH rcu v2 09/10] rcuscale: Move shutdown from wait_event() to wait_event_idle()
2023-03-23 04:42:37 linux-kernel [PATCH rcu v2 07/10] torture: Enable clocksource watchdog with "tsc=watchdog"
2023-03-23 04:42:29 linux-kernel [PATCH rcu v2 08/10] rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU=y kernels
2023-03-23 04:42:07 linux-kernel [PATCH rcu v2 05/10] torture: Permit kvm-again.sh --duration to default to previous run
2023-03-23 04:41:47 linux-kernel [PATCH rcu v2 01/10] rcutorture: Add test_nmis module parameter
2023-03-23 04:41:29 linux-kernel [PATCH rcu v2 02/10] rcutorture: Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to offline CPU 0
2023-03-23 04:41:19 linux-kernel [PATCH rcu v2 00/10] RCU torture test and tool updates for v6.4
2023-03-23 04:29:06 linux-kernel [PATCH rcu v2 6/7] rcutorture: Add RCU Tasks Trace and SRCU deadlock scenarios
2023-03-23 04:29:03 linux-kernel [PATCH rcu v2 7/7] rcutorture: Add srcu_lockdep.sh
2023-03-23 04:28:48 linux-kernel [PATCH rcu v2 2/7] rcu: Annotate SRCU's update-side lockdep dependencies
2023-03-23 04:28:24 linux-kernel [PATCH rcu v2 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
2023-03-23 04:28:18 linux-kernel [PATCH rcu v2 3/7] locking: Reduce the number of locks in ww_mutex stress tests
2023-03-23 04:28:18 linux-kernel [PATCH rcu v2 5/7] rcutorture: Add SRCU deadlock scenarios
2023-03-23 04:27:50 linux-kernel [PATCH rcu v2 1/7] locking/lockdep: Introduce lock_sync()
2023-03-23 04:27:49 linux-kernel [PATCH rcu v2 0/7] RCU-related lockdep changes for v6.4