Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2022-08-31 18:11:24 to 2022-09-16 14:10:11 UTC [more...]

[PATCH rcu/next 0/3] Preparatory patches borrowed from lazy rcu v5
 2022-09-16 14:10 UTC  (8+ messages)
` [PATCH rcu/next 1/3] rcu/tree: Use READ_ONCE() for lockless read of rnp->qsmask
` [PATCH rcu/next 2/3] rcu: Move trace_rcu_callback() before bypassing
` [PATCH rcu/next 3/3] rcu: Fix late wakeup when flush of bypass cblist happens

[PATCHv2 0/3] rcu: Enhance the capability to cope with concurrent cpu offlining/onlining
 2022-09-16 13:42 UTC  (6+ messages)
` [PATCHv2 1/3] rcu: Keep qsmaskinitnext fresh when rcutree_online_cpu()
` [PATCHv2 2/3] rcu: Resort to cpu_dying_mask for affinity when offlining
` [PATCHv2 3/3] rcu: coordinate tick dependency during concurrent offlining

[PATCH v7 0/1] cu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
 2022-09-15 20:25 UTC  (5+ messages)
` [PATCH v7 1/1] rcu: Simplify rcu_init_nohz() cpumask handling

BUG: sleeping function called from invalid context at arch/arm64/mm/fault.c:593
 2022-09-15 10:17 UTC 

[PATCH -next] rcu: remove unused 'cpu' in rcu_virt_note_context_switch
 2022-09-15  8:40 UTC  (2+ messages)

[PATCH linux-next][RFC] powerpc: protect cpu offlining by RCU offline lock
 2022-09-14 14:09 UTC  (3+ messages)

[PATCH 1/3] rcu: remove redundant cpu affinity setting during teardown
 2022-09-14 13:34 UTC  (10+ messages)
` [PATCH 2/3] rcu: simplify the prototype of rcu_boost_kthread_setaffinity()
` [PATCH 3/3] rcu: Keep qsmaskinitnext fresh for rcu_boost_kthread_setaffinity()

[mm/sl[au]b] 3c4cafa313: canonical_address#:#[##]
 2022-09-14  7:42 UTC  (9+ messages)

[PATCH v6 0/2] rcu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
 2022-09-13  1:46 UTC  (7+ messages)
` [PATCH v6 1/2] rcu: Simplify rcu_init_nohz() cpumask handling
` [PATCH v6 2/2] rcu: Offload callback processing from all CPUs in the absence of rcu_nocbs=

[PATCH v5 00/18] Implement call_rcu_lazy() and miscellaneous fixes
 2022-09-07 15:39 UTC  (72+ messages)
` [PATCH v5 01/18] mm/slub: perform free consistency checks before call_rcu
` [PATCH v5 02/18] mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head
` [PATCH v5 03/18] rcu/tree: Use READ_ONCE() for lockless read of rnp->qsmask
` [PATCH v5 04/18] rcu: Fix late wakeup when flush of bypass cblist happens
` [PATCH v5 05/18] rcu: Move trace_rcu_callback() before bypassing
` [PATCH v5 06/18] rcu: Introduce call_rcu_lazy() API implementation
` [PATCH v5 07/18] rcu: shrinker for lazy rcu
` [PATCH v5 08/18] rcu: Add per-CB tracing for queuing, flush and invocation
` [PATCH v5 09/18] rcuscale: Add laziness and kfree tests
` [PATCH v5 10/18] rcutorture: Add test code for call_rcu_lazy()
` [PATCH v5 11/18] fs: Move call_rcu() to call_rcu_lazy() in some paths
` [PATCH v5 12/18] cred: Move call_rcu() to call_rcu_lazy()
` [PATCH v5 13/18] security: "
` [PATCH v5 14/18] net/core: "
` [PATCH v5 15/18] kernel: Move various core kernel usages "
` [PATCH v5 16/18] lib: Move call_rcu() "
` [PATCH v5 17/18] i915: "
` [PATCH v5 18/18] fork: Move thread_stack_free_rcu() "

[PATCH rcu 0/7] Miscellaneous fixes for v6.1
 2022-09-07 15:14 UTC  (5+ messages)
` [PATCH rcu 03/10] rcu: Add QS check in rcu_exp_handler() for non-preemptible kernels

[RFC 06/10] rcu/hotplug: Make rcutree_dead_cpu() parallel
 2022-09-06 18:45 UTC  (9+ messages)

[PATCH 0/2] fs: fix capable() call in simple_xattr_list()
 2022-09-05 15:30 UTC  (6+ messages)
` [PATCH 1/2] fs: convert simple_xattrs to RCU list
` [PATCH 2/2] fs: don't call capable() prematurely in simple_xattr_list()

[PATCH rcu 0/32] RCU Tasks updates for v5.20
 2022-09-02 12:04 UTC  (7+ messages)
` [PATCH rcu 04/32] rcu-tasks: Drive synchronous grace periods from calling task

[PATCH v4 00/14] Implement call_rcu_lazy() and miscellaneous fixes
 2022-09-01 20:36 UTC  (26+ messages)

[PATCH rcu 0/7] Callback-offload (nocb) updates for v6.1
 2022-09-01 13:31 UTC  (9+ messages)
` [PATCH rcu 1/3] rcu/nocb: Choose the right rcuog/rcuop kthreads to output
` [PATCH rcu 2/3] rcu/nocb: Add CPU number to CPU-{,de}offload failure messages
` [PATCH rcu 3/3] rcu: Simplify rcu_init_nohz() cpumask handling

[RFC PATCH 1/2] mm/slub: perform free consistency checks before call_rcu
 2022-09-01  9:55 UTC  (3+ messages)
` [RFC PATCH 2/2] mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head

[PATCH rcu 0/7] RCU Tasks updates for v6.1
 2022-08-31 18:15 UTC  (4+ messages)
` [PATCH rcu 1/3] rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
` [PATCH rcu 2/3] rcu-tasks: Ensure RCU Tasks Trace loops have quiescent states
` [PATCH rcu 3/3] rcu-tasks: Make RCU Tasks Trace check for userspace execution

[PATCH rcu 0/7] SRCU polled grace-period updates for v6.1
 2022-08-31 18:14 UTC  (5+ messages)
` [PATCH rcu 1/4] rcutorture: Make "srcud" option also test polled grace-period API
` [PATCH rcu 2/4] srcu: Add GP and maximum requested GP to Tiny SRCU rcutorture output
` [PATCH rcu 3/4] srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precise
` [PATCH rcu 4/4] srcu: Make Tiny SRCU use full-sized grace-period counters

[PATCH rcu 0/7] Torture-test updates for v6.1
 2022-08-31 18:17 UTC 

[PATCH rcu 0/7] Polled grace-period updates for v6.1
 2022-08-31 18:12 UTC  (26+ messages)
` [PATCH rcu 01/25] rcu: Add full-sized polling for get_completed*() and poll_state*()
` [PATCH rcu 02/25] rcu: Add full-sized polling for get_state()
` [PATCH rcu 03/25] rcutorture: Abstract synchronous and polled API testing
` [PATCH rcu 04/25] rcutorture: Allow per-RCU-flavor polled double-GP check
` [PATCH rcu 05/25] rcutorture: Verify RCU reader prevents full polling from completing
` [PATCH rcu 06/25] rcutorture: Remove redundant RTWS_DEF_FREE check
` [PATCH rcu 07/25] rcutorture: Verify long-running reader prevents full polling from completing
` [PATCH rcu 08/25] rcu: Add full-sized polling for start_poll()
` [PATCH rcu 09/25] rcu: Add full-sized polling for start_poll_expedited()
` [PATCH rcu 10/25] rcu: Remove blank line from poll_state_synchronize_rcu() docbook header
` [PATCH rcu 11/25] rcu: Add full-sized polling for cond_sync_full()
` [PATCH rcu 12/25] rcu: Add full-sized polling for cond_sync_exp_full()
` [PATCH rcu 13/25] rcu: Disable run-time single-CPU grace-period optimization
` [PATCH rcu 14/25] rcu: Set rcu_data structures' initial ->gpwrap value to true
` [PATCH rcu 15/25] rcu-tasks: Remove grace-period fast-path rcu-tasks helper
` [PATCH rcu 16/25] rcu: Make synchronize_rcu() fast path update ->gp_seq counters
` [PATCH rcu 17/25] rcu: Remove expedited grace-period fast-path forward-progress helper
` [PATCH rcu 18/25] rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequence
` [PATCH rcu 19/25] rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure
` [PATCH rcu 20/25] rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removal
` [PATCH rcu 21/25] rcu: Make synchronize_rcu() fastpath update only boot-CPU counters
` [PATCH rcu 22/25] rcutorture: Use 1-suffixed variable in rcu_torture_write_types() check
` [PATCH rcu 23/25] rcutorture: Expand rcu_torture_write_types() first "if" statement
` [PATCH rcu 24/25] rcu: Add functions to compare grace-period state values
` [PATCH rcu 25/25] rcutorture: Limit read-side polling-API testing

[PATCH rcu 0/7] kvfree_rcu updates for v6.1
 2022-08-31 18:09 UTC  (2+ messages)
` [PATCH rcu 1/3] rcu: Back off upon fill_page_cache_func() allocation failure


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox