org.kernel.vger.rcu archive

512 archived articles, newest first (page 3 of 6). Latest articles →

Re: [PATCH] mm/slab: stop exporting kvfree_rcu_barrier[_on_cache]()
Thu, 30 Jul 2026 13:59:22 -0700
"Paul E. McKenney" <[email protected]> • #22831
Re: [PATCH 1/6] rcu: Make call_rcu() safe to call from any context
Thu, 30 Jul 2026 07:55:31 -0700
"Paul E. McKenney" <[email protected]> • #22830
[PATCH] mm/slab: stop exporting kvfree_rcu_barrier[_on_cache]()
Thu, 30 Jul 2026 16:32:46 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #22829
Re: [PATCH 1/6] rcu: Make call_rcu() safe to call from any context
Thu, 30 Jul 2026 12:20:54 +0000
"Zqiang" <[email protected]> • #22828
Re: [PATCH] rcu-tasks: Defer IRQ-disabled callback enqueue to irq_work
Thu, 30 Jul 2026 13:19:11 +0100
Matt Fleming <[email protected]> • #22827
Re: [PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
Thu, 30 Jul 2026 19:21:19 +0800 (CST)
<[email protected]> • #22826
Re: [PATCH v5 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
Thu, 30 Jul 2026 19:10:20 +0800 (CST)
<[email protected]> • #22825
Re: [PATCH v5 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
Thu, 30 Jul 2026 11:01:12 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #22824
Re: [PATCH v5 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
Thu, 30 Jul 2026 12:08:44 +0900
Harry Yoo <[email protected]> • #22823
Re: [PATCH 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
Wed, 29 Jul 2026 20:07:06 -0700
"Paul E. McKenney" <[email protected]> • #22822
Re: [PATCH v7 3/5] rust: sync: Add abstraction for rcu_barrier()
Wed, 29 Jul 2026 11:58:44 -0700
"Paul E. McKenney" <[email protected]> • #22821
Re: [PATCH v7 3/5] rust: sync: Add abstraction for rcu_barrier()
Wed, 29 Jul 2026 19:47:46 +0100
"Gary Guo" <[email protected]> • #22820
Re: [PATCH v7 3/5] rust: sync: Add abstraction for rcu_barrier()
Wed, 29 Jul 2026 10:18:38 -0700
"Paul E. McKenney" <[email protected]> • #22819
[PATCH 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer
Wed, 29 Jul 2026 09:22:05 -0700
Puranjay Mohan <[email protected]> • #22818
[PATCH 5/6] rcutorture: Exercise ->call() from NMI context
Wed, 29 Jul 2026 09:22:04 -0700
Puranjay Mohan <[email protected]> • #22817
[PATCH 4/6] srcu: Make Tiny call_srcu() safe to call from any context
Wed, 29 Jul 2026 09:22:03 -0700
Puranjay Mohan <[email protected]> • #22816
[PATCH 3/6] srcu: Make call_srcu() safe to call from any context
Wed, 29 Jul 2026 09:22:02 -0700
Puranjay Mohan <[email protected]> • #22815
[PATCH 2/6] rcu: Make Tiny call_rcu() safe to call from any context
Wed, 29 Jul 2026 09:22:01 -0700
Puranjay Mohan <[email protected]> • #22814
[PATCH 1/6] rcu: Make call_rcu() safe to call from any context
Wed, 29 Jul 2026 09:22:00 -0700
Puranjay Mohan <[email protected]> • #22813
[PATCH 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
Wed, 29 Jul 2026 09:21:59 -0700
Puranjay Mohan <[email protected]> • #22812
Re: [PATCH v5 1/1] cpuhp: Expedite RCU when toggling system-wide SMT mode
Wed, 29 Jul 2026 20:23:48 +0530
Shrikanth Hegde <[email protected]> • #22811
Re: [PATCH v5 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
Wed, 29 Jul 2026 16:14:05 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #22810
[PATCH v7 5/5] MAINTAINERS: Add entry for Rust dma-buf
Wed, 29 Jul 2026 11:45:42 +0200
Philipp Stanner <[email protected]> • #22809
[PATCH v7 4/5] rust: Add dma_fence abstractions
Wed, 29 Jul 2026 11:45:41 +0200
Philipp Stanner <[email protected]> • #22808
[PATCH v7 3/5] rust: sync: Add abstraction for rcu_barrier()
Wed, 29 Jul 2026 11:45:40 +0200
Philipp Stanner <[email protected]> • #22807
[PATCH v7 2/5] rust: types: implement ForeignOwnable for ARef<T>
Wed, 29 Jul 2026 11:45:39 +0200
Philipp Stanner <[email protected]> • #22806
[PATCH v7 1/5] rust: error: add remaining error codes
Wed, 29 Jul 2026 11:45:38 +0200
Philipp Stanner <[email protected]> • #22805
[PATCH v7 0/5] rust / dma_buf: Add abstractions for dma_fence
Wed, 29 Jul 2026 11:45:37 +0200
Philipp Stanner <[email protected]> • #22804
[PATCH v5 8/8] slub_kunit: extend the test for kfree_rcu_nolock()
Wed, 29 Jul 2026 17:20:16 +0900
"Harry Yoo (Oracle)" <[email protected]> • #22803
[PATCH v5 7/8] mm/slab: introduce kfree_rcu_nolock()
Wed, 29 Jul 2026 17:20:15 +0900
"Harry Yoo (Oracle)" <[email protected]> • #22802
[PATCH v5 6/8] mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
Wed, 29 Jul 2026 17:20:14 +0900
"Harry Yoo (Oracle)" <[email protected]> • #22801
[PATCH v5 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
Wed, 29 Jul 2026 17:20:13 +0900
"Harry Yoo (Oracle)" <[email protected]> • #22800
[PATCH v5 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
Wed, 29 Jul 2026 17:20:12 +0900
"Harry Yoo (Oracle)" <[email protected]> • #22799
[PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
Wed, 29 Jul 2026 17:20:11 +0900
"Harry Yoo (Oracle)" <[email protected]> • #22798
[PATCH v5 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
Wed, 29 Jul 2026 17:20:10 +0900
"Harry Yoo (Oracle)" <[email protected]> • #22797
[PATCH v5 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
Wed, 29 Jul 2026 17:20:09 +0900
"Harry Yoo (Oracle)" <[email protected]> • #22796
[PATCH v5 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
Wed, 29 Jul 2026 17:20:08 +0900
"Harry Yoo (Oracle)" <[email protected]> • #22795
Re: [PATCH] rcu-tasks: Defer IRQ-disabled callback enqueue to irq_work
Tue, 28 Jul 2026 11:44:04 -0700
"Paul E. McKenney" <[email protected]> • #22794
Re: [PATCH] rcu-tasks: Defer IRQ-disabled callback enqueue to irq_work
Tue, 28 Jul 2026 11:39:33 +0100
Matt Fleming <[email protected]> • #22793
Re: rcu timeouts
Mon, 27 Jul 2026 11:37:45 -0700
"Paul E. McKenney" <[email protected]> • #22792
Re: [PATCH v2 6/11] rcu: Enable RCU callbacks to benefit from expedited grace periods
Sat, 25 Jul 2026 11:58:38 -0700
"Paul E. McKenney" <[email protected]> • #22791
Re: [PATCH v2 6/11] rcu: Enable RCU callbacks to benefit from expedited grace periods
Sat, 25 Jul 2026 13:04:21 +0100
Puranjay Mohan <[email protected]> • #22790
Re: [PATCH v2 6/11] rcu: Enable RCU callbacks to benefit from expedited grace periods
Fri, 24 Jul 2026 17:23:49 -0700
"Paul E. McKenney" <[email protected]> • #22789
[PATCH v2 6/11] rcu: Enable RCU callbacks to benefit from expedited grace periods
Fri, 24 Jul 2026 11:31:23 -0700
Puranjay Mohan <[email protected]> • #22788
Re: [PATCH] rcu: Reduce stack usage in show_rcu_gp_kthreads()
Fri, 24 Jul 2026 11:11:04 -0700
"Paul E. McKenney" <[email protected]> • #22787
Re: [PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
Fri, 24 Jul 2026 10:41:59 -0700
"Paul E. McKenney" <[email protected]> • #22786
Re: [PATCH v1 10/11] rcu: Advance callbacks for expedited GP completion in rcu_core()
Fri, 24 Jul 2026 15:54:20 +0100
Puranjay Mohan <[email protected]> • #22785
Re: [PATCH slab/for-next v4 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
Fri, 24 Jul 2026 22:10:45 +0800 (CST)
<[email protected]> • #22784
Re: [PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
Fri, 24 Jul 2026 07:06:42 -0700
"Paul E. McKenney" <[email protected]> • #22783
Re: [PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
Fri, 24 Jul 2026 14:47:22 +0100
Puranjay Mohan <[email protected]> • #22782
Re: [PATCH] rcu: Reduce stack usage in show_rcu_gp_kthreads()
Fri, 24 Jul 2026 14:20:48 +0100
David Laight <[email protected]> • #22781
Re: [PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
Fri, 24 Jul 2026 13:52:28 +0100
Puranjay Mohan <[email protected]> • #22780
Re: [PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
Fri, 24 Jul 2026 14:44:59 +0200
Frederic Weisbecker <[email protected]> • #22779
Re: [PATCH slab/for-next v4 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
Fri, 24 Jul 2026 20:42:52 +0900
Harry Yoo <[email protected]> • #22778
Re: [PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
Thu, 23 Jul 2026 17:31:17 -0700
"Paul E. McKenney" <[email protected]> • #22777
Re: [PATCH] rcu: Reduce stack usage in show_rcu_gp_kthreads()
Thu, 23 Jul 2026 11:30:11 -0700
"Paul E. McKenney" <[email protected]> • #22776
Re: [PATCH] rcu: Mark accesses to ->rcu_urgent_qs and ->rcu_need_heavy_qs
Thu, 23 Jul 2026 08:44:48 -0700
"Paul E. McKenney" <[email protected]> • #22775
Re: [PATCH v6 2/6] rust: error: Add ECANCELED error code
Thu, 23 Jul 2026 14:06:12 +0200
Miguel Ojeda <[email protected]> • #22774
Re: [PATCH v6 2/6] rust: error: Add ECANCELED error code
Thu, 23 Jul 2026 13:56:15 +0200
Philipp Stanner <[email protected]> • #22773
Re: [PATCH slab/for-next v4 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
Thu, 23 Jul 2026 18:27:27 +0800 (CST)
<[email protected]> • #22772
[PATCH] rcu: Reduce stack usage in show_rcu_gp_kthreads()
Thu, 23 Jul 2026 18:04:30 +0800
Zqiang <[email protected]> • #22771
[PATCH] rcu: Mark accesses to ->rcu_urgent_qs and ->rcu_need_heavy_qs
Thu, 23 Jul 2026 10:41:38 +0300
Itai Handler <[email protected]> • #22770
Re: [PATCH] rcu-tasks: Rename tasks_rcu_exit_srcu_stall_timer to tasks_rcu_exit_stall_timer
Wed, 22 Jul 2026 14:53:28 -0700
"Paul E. McKenney" <[email protected]> • #22769
Re: [PATCH v1 10/11] rcu: Advance callbacks for expedited GP completion in rcu_core()
Wed, 22 Jul 2026 23:50:46 +0200
Frederic Weisbecker <[email protected]> • #22768
Re: [PATCH v6 2/6] rust: error: Add ECANCELED error code
Wed, 22 Jul 2026 18:38:04 +0000
Timur Tabi <[email protected]> • #22767
Re: [PATCH v6 2/6] rust: error: Add ECANCELED error code
Wed, 22 Jul 2026 17:44:58 +0000
Alistair Francis <[email protected]> • #22766
Re: [PATCH v4 8/8] rcu: add per-CPU rescue hrtimer for deferred-QS reporting
Wed, 22 Jul 2026 10:59:47 -0400
Joel Fernandes <[email protected]> • #22765
[PATCH v6 6/6] MAINTAINERS: Add entry for Rust dma-buf
Wed, 22 Jul 2026 16:49:30 +0200
Philipp Stanner <[email protected]> • #22764
[PATCH v6 5/6] rust: Add dma_fence abstractions
Wed, 22 Jul 2026 16:49:29 +0200
Philipp Stanner <[email protected]> • #22763
[PATCH v6 4/6] rust: xarray: Add support for index reservations
Wed, 22 Jul 2026 16:49:28 +0200
Philipp Stanner <[email protected]> • #22762
[PATCH v6 3/6] rust: sync: Add abstraction for rcu_barrier()
Wed, 22 Jul 2026 16:49:27 +0200
Philipp Stanner <[email protected]> • #22761
[PATCH v6 2/6] rust: error: Add ECANCELED error code
Wed, 22 Jul 2026 16:49:26 +0200
Philipp Stanner <[email protected]> • #22760
[PATCH v6 1/6] rust: types: implement ForeignOwnable for ARef<T>
Wed, 22 Jul 2026 16:49:25 +0200
Philipp Stanner <[email protected]> • #22759
[PATCH v6 0/6] rust / dma_buf: Add abstractions for dma_fence
Wed, 22 Jul 2026 16:49:24 +0200
Philipp Stanner <[email protected]> • #22758
Re: [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()
Wed, 22 Jul 2026 22:03:25 +0900
Harry Yoo <[email protected]> • #22757
[PATCH] rcu: Remove unused rdp parameter from rcu_check_gp_start_stall()
Wed, 22 Jul 2026 18:23:47 +0800
Zqiang <[email protected]> • #22756
Re: [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()
Wed, 22 Jul 2026 12:05:49 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #22755
Re: [PATCH slab/for-next v4 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
Wed, 22 Jul 2026 16:32:26 +0800 (CST)
<[email protected]> • #22754
Re: [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()
Wed, 22 Jul 2026 17:15:24 +0900
Harry Yoo <[email protected]> • #22753
Re: [PATCH slab/for-next v4 6/8] mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
Wed, 22 Jul 2026 16:42:46 +0900
Harry Yoo <[email protected]> • #22752
Re: [PATCH slab/for-next v4 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
Wed, 22 Jul 2026 16:41:21 +0900
Harry Yoo <[email protected]> • #22751
Re: [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
Wed, 22 Jul 2026 16:39:54 +0900
Harry Yoo <[email protected]> • #22750
Re: [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
Wed, 22 Jul 2026 09:37:43 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #22749
Re: [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
Wed, 22 Jul 2026 16:28:45 +0900
Harry Yoo <[email protected]> • #22748
Re: [PATCH slab/for-next v4 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
Wed, 22 Jul 2026 16:16:00 +0900
Harry Yoo <[email protected]> • #22747
Re: [PATCH slab/for-next v4 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
Wed, 22 Jul 2026 11:27:48 +0800 (CST)
<[email protected]> • #22746
Re: [PATCH bpf-next 2/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
Tue, 21 Jul 2026 21:44:20 +0200
"Kumar Kartikeya Dwivedi" <[email protected]> • #22745
Re: [PATCH v4 7/8] rcu: clear defer_qs_pending in deferred-QS bail when nesting > 0
Tue, 21 Jul 2026 12:58:33 -0400
Joel Fernandes <[email protected]> • #22744
Re: [PATCH v4 6/8] rcu: set need_resched on softirq deferred-QS arming path
Tue, 21 Jul 2026 12:18:10 -0400
Joel Fernandes <[email protected]> • #22743
Re: [PATCH v4 5/8] rcu: clear defer_qs_pending at expedited IPI entry
Tue, 21 Jul 2026 11:55:39 -0400
Joel Fernandes <[email protected]> • #22742
Re: [PATCH v1 10/11] rcu: Advance callbacks for expedited GP completion in rcu_core()
Tue, 21 Jul 2026 16:06:24 +0100
Puranjay Mohan <[email protected]> • #22741
Re: [PATCH v1 10/11] rcu: Advance callbacks for expedited GP completion in rcu_core()
Tue, 21 Jul 2026 16:35:14 +0200
Frederic Weisbecker <[email protected]> • #22740
Re: [PATCH v1 09/11] rcu: Detect expedited grace period completion in rcu_pending()
Tue, 21 Jul 2026 07:32:07 -0700
"Paul E. McKenney" <[email protected]> • #22739
Re: [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()
Tue, 21 Jul 2026 15:09:55 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #22738
Re: [PATCH v1 09/11] rcu: Detect expedited grace period completion in rcu_pending()
Tue, 21 Jul 2026 14:45:36 +0200
Frederic Weisbecker <[email protected]> • #22737
Re: [PATCH v1 06/11] rcu: Enable RCU callbacks to benefit from expedited grace periods
Tue, 21 Jul 2026 14:06:45 +0200
Frederic Weisbecker <[email protected]> • #22736
Re: [PATCH slab/for-next v4 6/8] mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
Tue, 21 Jul 2026 13:06:04 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #22735
Re: [PATCH slab/for-next v4 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
Tue, 21 Jul 2026 12:46:35 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #22734
Re: [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
Tue, 21 Jul 2026 12:07:31 +0200
"Vlastimil Babka (SUSE)" <[email protected]> • #22733
[PATCH] rcu-tasks: Fix some comments for call_rcu_tasks() and call_rcu_tasks_rude()
Tue, 21 Jul 2026 17:48:07 +0800
Zqiang <[email protected]> • #22732
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.