public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-26 08:50:34 to 2022-09-06 18:45:49 UTC [more...]

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

[PATCH v5 00/18] Implement call_rcu_lazy() and miscellaneous fixes
 2022-09-06 18:21 UTC  (57+ 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 1/3] rcu: remove redundant cpu affinity setting during teardown
 2022-09-06 17:24 UTC  (4+ 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-06 15:11 UTC 

[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  (40+ messages)

[PATCH v6 0/2] rcu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
 2022-09-01 16:54 UTC  (5+ 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 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  (5+ 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  (4+ messages)
` [PATCH rcu 1/3] rcu: Back off upon fill_page_cache_func() allocation failure
` [PATCH rcu 2/3] rcu/kfree: Fix kfree_rcu_shrink_count() return value
` [PATCH rcu 3/3] rcu/kvfree: Update KFREE_DRAIN_JIFFIES interval

[PATCH rcu 0/7] Miscellaneous fixes for v6.1
 2022-08-31 18:08 UTC  (11+ messages)
` [PATCH rcu 01/10] rcu: Fix rcu_read_unlock_strict() strict QS reporting
` [PATCH rcu 02/10] rcu: Update rcu_preempt_deferred_qs() comments for !PREEMPT kernels
` [PATCH rcu 03/10] rcu: Add QS check in rcu_exp_handler() for non-preemptible kernels
` [PATCH rcu 04/10] rcu: Make tiny RCU support leak callbacks for debug-object errors
` [PATCH rcu 05/10] rcu: Document reason for rcu_all_qs() call to preempt_disable()
` [PATCH rcu 06/10] rcu: Update rcu_access_pointer() header for rcu_dereference_protected()
` [PATCH rcu 07/10] sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()
` [PATCH rcu 08/10] sched/debug: Show the registers of 'current' "
` [PATCH rcu 09/10] rcu: Avoid triggering strict-GP irq-work when RCU is idle
` [PATCH rcu 10/10] rcu: Exclude outgoing CPU when it is the last to leave

[PATCH rcu 0/7] RCU documentation updates for v6.1
 2022-08-31 18:06 UTC  (8+ messages)
` [PATCH rcu 1/7] doc: Emphasize the need for explicit RCU read-side markers
` [PATCH rcu 2/7] doc: Call out queue_rcu_work() for blocking RCU callbacks
` [PATCH rcu 3/7] doc: Use rcu_barrier() to rate-limit "
` [PATCH rcu 4/7] doc: Fix list: rcu_access_pointer() is not lockdep-checked
` [PATCH rcu 5/7] doc: Update rcu_access_pointer() advice in rcu_dereference.rst
` [PATCH rcu 6/7] doc: SLAB_TYPESAFE_BY_RCU uses cannot rely on spinlocks
` [PATCH rcu 7/7] doc/rcu: Update LWN article URLs and add 2019 article

[PATCH] rcu: Remove duplicate RCU exp QS report from rcu_report_dead()
 2022-08-31 17:00 UTC  (4+ messages)

大久保アリサ Official Website "Telegram: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare"
 2022-08-29  4:31 UTC 

[PATCH v5 0/1] rcu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
 2022-08-26 13:45 UTC  (5+ messages)
` [PATCH v5 1/1] rcu: Simplify the code logic of rcu_init_nohz()

How to increase rcu_head size without breaking -mm ?
 2022-08-26  8:50 UTC  (9+ messages)


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