rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-01 21:39:39 to 2019-08-12 20:05:19 UTC [more...]

[PATCH 1/3] workqueue: Convert for_each_wq to use built-in list check (v2)
 2019-08-12 20:05 UTC  (9+ messages)
` [PATCH 2/3] doc: Update documentation about list_for_each_entry_rcu (v1)
` [PATCH 3/3] driver/core: Fix build error when SRCU and lockdep disabled

[PATCH RFC v1 1/2] rcu/tree: Add basic support for kfree_rcu batching
 2019-08-12 14:44 UTC  (48+ messages)
` [PATCH RFC v1 2/2] rcuperf: Add kfree_rcu performance Tests

[PATCH v2 1/2] rcu/tree: Add basic support for kfree_rcu batching
 2019-08-12 13:08 UTC  (4+ messages)
` [PATCH v2 2/2] rcuperf: Add kfree_rcu performance Tests

need_heavy_qs flag for PREEMPT=y kernels
 2019-08-12  3:57 UTC  (11+ messages)

[PATCH tip/core/rcu 0/14] No-CBs bypass addition for v5.4
 2019-08-09 18:39 UTC  (44+ messages)
` [PATCH RFC tip/core/rcu 01/14] rcu/nocb: Atomic ->len field in rcu_segcblist structure
` [PATCH RFC tip/core/rcu 02/14] rcu/nocb: Add bypass callback queueing
` [PATCH RFC tip/core/rcu 03/14] rcu/nocb: EXP Check use and usefulness of ->nocb_lock_contended
` [PATCH RFC tip/core/rcu 04/14] rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayed
` [PATCH RFC tip/core/rcu 05/14] rcu/nocb: Avoid synchronous wakeup in __call_rcu_nocb_wake()
` [PATCH RFC tip/core/rcu 06/14] rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()
` [PATCH RFC tip/core/rcu 07/14] rcu/nocb: Reduce nocb_cb_wait() leaf rcu_node ->lock contention
` [PATCH RFC tip/core/rcu 08/14] rcu/nocb: Reduce __call_rcu_nocb_wake() "
` [PATCH RFC tip/core/rcu 09/14] rcu/nocb: Don't wake no-CBs GP kthread if timer posted under overload
` [PATCH RFC tip/core/rcu 10/14] rcu: Allow rcu_do_batch() to dynamically adjust batch sizes
` [PATCH RFC tip/core/rcu 11/14] EXP nohz: Add TICK_DEP_BIT_RCU
` [PATCH RFC tip/core/rcu 12/14] rcu/nohz: Force on tick when invoking lots of callbacks
` [PATCH RFC tip/core/rcu 13/14] rcutorture: Force on tick for readers and callback flooders
` [PATCH RFC tip/core/rcu 14/14] rcu/nohz: Make multi_cpu_stop() enable tick on all online CPUs

[PATCH tip/core/rcu 1/1] rcu: Remove unused variable rcu_perf_writer_state
 2019-08-07 23:41 UTC  (2+ messages)

[PATCH v3 0/3] Convert some RCU articles to ReST
 2019-08-06 17:33 UTC  (2+ messages)

[PATCH tip/core/rcu 0/11] No-CBs grace-period kthread updates for v5.3-rc2
 2019-08-04 19:24 UTC  (15+ messages)
` [PATCH tip/core/rcu 01/11] rcu/nocb: Rename rcu_data fields to prepare for forward-progress work
` [PATCH tip/core/rcu 02/11] rcu/nocb: Update comments "
` [PATCH tip/core/rcu 03/11] rcu/nocb: Provide separate no-CBs grace-period kthreads
` [PATCH tip/core/rcu 04/11] rcu/nocb: Rename nocb_follower_wait() to nocb_cb_wait()
` [PATCH tip/core/rcu 05/11] rcu/nocb: Rename wake_nocb_leader() to wake_nocb_gp()
` [PATCH tip/core/rcu 06/11] rcu/nocb: Rename __wake_nocb_leader() to __wake_nocb_gp()
` [PATCH tip/core/rcu 07/11] rcu/nocb: Rename wake_nocb_leader_defer() to wake_nocb_gp_defer()
` [PATCH tip/core/rcu 08/11] rcu/nocb: Rename rcu_organize_nocb_kthreads() local variable
` [PATCH tip/core/rcu 09/11] rcu/nocb: Rename and document no-CB CB kthread sleep trace event
` [PATCH tip/core/rcu 10/11] rcu/nocb: Rename rcu_nocb_leader_stride kernel boot parameter
` [PATCH tip/core/rcu 11/11] rcu/nocb: Print gp/cb kthread hierarchy if dump_tree

[PATCH tip/core/rcu 1/1] rcu: Remove unused function hlist_bl_del_init_rcu
 2019-08-02 23:05 UTC  (2+ messages)

[PATCH tip/core/rcu 1/1] rcu: Remove unused function rcutorture_record_progress
 2019-08-01 23:22 UTC  (2+ messages)

[PATCH tip/core/rcu 0/10] No-CBs contention-reduction updates for v5.3-rc2
 2019-08-01 23:16 UTC  (11+ messages)
` [PATCH tip/core/rcu 01/10] rcu/nocb: Enable re-awakening under high callback load
` [PATCH tip/core/rcu 02/10] rcu/nocb: Never downgrade ->nocb_defer_wakeup in wake_nocb_gp_defer()
` [PATCH tip/core/rcu 03/10] rcu/nocb: Make __call_rcu_nocb_wake() safe for many callbacks
` [PATCH tip/core/rcu 04/10] rcu/nocb: Avoid needless wakeups of no-CBs grace-period kthread
` [PATCH tip/core/rcu 05/10] rcu/nocb: Avoid ->nocb_lock capture by corresponding CPU
` [PATCH tip/core/rcu 06/10] rcu/nocb: Round down for number of no-CBs grace-period kthreads
` [PATCH tip/core/rcu 07/10] rcu/nocb: Reduce contention at no-CBs registry-time CB advancement
` [PATCH tip/core/rcu 08/10] rcu/nocb: Reduce contention at no-CBs invocation-done time
` [PATCH tip/core/rcu 09/10] rcu/nocb: Reduce ->nocb_lock contention with separate ->nocb_gp_lock
` [PATCH tip/core/rcu 10/10] rcu/nocb: Unconditionally advance and wake for excessive CBs

[PATCH tip/core/rcu 0/18] No-CBs cblist updates for v5.3-rc2
 2019-08-01 23:08 UTC  (19+ messages)
` [PATCH tip/core/rcu 01/18] rcu/nocb: Use separate flag to indicate disabled ->cblist
` [PATCH tip/core/rcu 02/18] rcu/nocb: Use separate flag to indicate offloaded ->cblist
` [PATCH tip/core/rcu 03/18] rcu/nocb: Add checks for offloaded callback processing
` [PATCH tip/core/rcu 04/18] rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structure
` [PATCH tip/core/rcu 05/18] rcu/nocb: Check for deferred nocb wakeups before nohz_full early exit
` [PATCH tip/core/rcu 06/18] rcu/nocb: Remove deferred wakeup checks for extended quiescent states
` [PATCH tip/core/rcu 07/18] rcu/nocb: Allow lockless use of rcu_segcblist_restempty()
` [PATCH tip/core/rcu 08/18] rcu/nocb: Allow lockless use of rcu_segcblist_empty()
` [PATCH tip/core/rcu 09/18] rcu/nocb: Leave ->cblist enabled for no-CBs CPUs
` [PATCH tip/core/rcu 10/18] rcu/nocb: Use rcu_segcblist "
` [PATCH tip/core/rcu 11/18] rcu/nocb: Remove obsolete nocb_head and nocb_tail fields
` [PATCH tip/core/rcu 12/18] rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fields
` [PATCH tip/core/rcu 13/18] rcu/nocb: Remove obsolete nocb_cb_tail and nocb_cb_head fields
` [PATCH tip/core/rcu 14/18] rcu/nocb: Remove obsolete nocb_gp_head and nocb_gp_tail fields
` [PATCH tip/core/rcu 15/18] rcu/nocb: Use build-time no-CBs check in rcu_do_batch()
` [PATCH tip/core/rcu 16/18] rcu/nocb: Use build-time no-CBs check in rcu_core()
` [PATCH tip/core/rcu 17/18] rcu/nocb: Use build-time no-CBs check in rcu_pending()
` [PATCH tip/core/rcu 18/18] rcu/nocb: Suppress uninitialized false-positive in nocb_gp_wait()

[PATCH tip/core/rcu 0/8] RCU list-traversal lockdep updates for v5.4
 2019-08-01 22:42 UTC  (9+ messages)
` [PATCH tip/core/rcu 1/8] treewide: Rename rcu_dereference_raw_notrace() to _check()
` [PATCH tip/core/rcu 2/8] rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()
` [PATCH tip/core/rcu 3/8] rcu: Add support for consolidated-RCU reader checking
` [PATCH tip/core/rcu 4/8] rcu/sync: Remove custom check for RCU readers
` [PATCH tip/core/rcu 5/8] ipv4: Add lockdep condition to fix for_each_entry()
` [PATCH tip/core/rcu 6/8] driver/core: Convert to use built-in RCU list checking
` [PATCH tip/core/rcu 7/8] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
` [PATCH tip/core/rcu 8/8] acpi: Use built-in RCU list checking for acpi_ioremaps list

[PATCH tip/core/rcu 0/12] Miscellaneous fixes for v5.4
 2019-08-01 22:37 UTC  (13+ messages)
` [PATCH tip/core/rcu 01/12] lockdep: Make print_lock() address visible
` [PATCH tip/core/rcu 02/12] time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
` [PATCH tip/core/rcu 03/12] rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()
` [PATCH tip/core/rcu 04/12] rcu: Add kernel parameter to dump trace after RCU CPU stall warning
` [PATCH tip/core/rcu 05/12] rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()
` [PATCH tip/core/rcu 06/12] srcu: Avoid srcutorture security-based pointer obfuscation
` [PATCH tip/core/rcu 07/12] rcu: Change return type of rcu_spawn_one_boost_kthread()
` [PATCH tip/core/rcu 08/12] doc: Add rcutree.kthread_prio pointer to stallwarn.txt
` [PATCH tip/core/rcu 09/12] idle: Prevent late-arriving interrupts from disrupting offline
` [PATCH tip/core/rcu 10/12] rcu: Remove redundant "if" condition from rcu_gp_is_expedited()
` [PATCH tip/core/rcu 11/12] arm: Use common outgoing-CPU-notification code
` [PATCH tip/core/rcu 12/12] rcu: Fix spelling mistake "greate"->"great"

[PATCH tip/core/rcu 0/3] Straggling consolidation cleanups for v5.4
 2019-08-01 22:31 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Simplify rcu_read_unlock_special() deferred wakeups
` [PATCH tip/core/rcu 2/3] rcu: Make rcu_read_unlock_special() checks match raise_softirq_irqoff()
` [PATCH tip/core/rcu 3/3] rcu: Simplify rcu_note_context_switch exit from critical section

[PATCH v2 0/7] Doc updates to /dev branch
 2019-08-01 21:41 UTC  (8+ messages)
` ['PATCH v2' 1/7] Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"
` ['PATCH v2' 2/7] Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"
` ['PATCH v2' 4/7] docs: rcu: Correct links referring to titles
` ['PATCH v2' 5/7] docs: rcu: Increase toctree to 3
` ['PATCH v2' 6/7] Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"
` ['PATCH v2' 7/7] Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).