rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-09 02:16:51 to 2021-01-06 16:49:12 UTC [more...]

[PATCH tip/core/rcu 0/3] Real-time updates for v5.12
 2021-01-06 16:48 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RT
` [PATCH tip/core/rcu 2/3] rcu: Unconditionally use rcuc threads on PREEMPT_RT
` [PATCH tip/core/rcu 3/3] rcu: Enable rcu_normal_after_boot unconditionally for RT

[PATCH tip/core/rcu 0/21] Provide runtime switching of offloaded CPUs
 2021-01-06  4:48 UTC  (22+ messages)
` [PATCH tip/core/rcu 01/21] rcu/nocb: Turn enabled/offload states into a common flag
` [PATCH tip/core/rcu 02/21] rcu/nocb: Provide basic callback offloading state machine bits
` [PATCH tip/core/rcu 03/21] rcu/nocb: Always init segcblist on CPU up
` [PATCH tip/core/rcu 04/21] rcu/nocb: De-offloading CB kthread
` [PATCH tip/core/rcu 05/21] rcu/nocb: Don't deoffload an offline CPU with pending work
` [PATCH tip/core/rcu 06/21] rcu/nocb: De-offloading GP kthread
` [PATCH tip/core/rcu 07/21] rcu/nocb: Re-offload support
` [PATCH tip/core/rcu 08/21] rcu/nocb: Shutdown nocb timer on de-offloading
` [PATCH tip/core/rcu 09/21] rcu/nocb: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLY
` [PATCH tip/core/rcu 10/21] rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloading
` [PATCH tip/core/rcu 11/21] rcu/nocb: Only cond_resched() from actual offloaded batch processing
` [PATCH tip/core/rcu 12/21] rcu/nocb: Process batch locally as long as offloading isn't complete
` [PATCH tip/core/rcu 13/21] rcu/nocb: Locally accelerate callbacks "
` [PATCH tip/core/rcu 14/21] cpu/hotplug: Add lockdep_is_cpus_held()
` [PATCH tip/core/rcu 15/21] timer: Add timer_curr_running()
` [PATCH tip/core/rcu 16/21] rcutorture: Test runtime toggling of CPUs' callback offloading
` [PATCH tip/core/rcu 17/21] tools/rcutorture: Support nocb toggle in TREE01
` [PATCH tip/core/rcu 18/21] rcu/nocb: Add grace period and task state to show_rcu_nocb_state() output
` [PATCH tip/core/rcu 19/21] rcu/nocb: Add nocb CB kthread list "
` [PATCH tip/core/rcu 20/21] rcu/nocb: Code-style nits in callback-offloading toggling
` [PATCH tip/core/rcu 21/21] rcu: Do any deferred nocb wakeups at CPU offline time

[PATCH tip/core/rcu 0/6] Track callbacks on a per-segment basis
 2021-01-06  1:26 UTC  (7+ messages)
` [PATCH tip/core/rcu 1/6] rcu/tree: Make rcu_do_batch count how many callbacks were executed
` [PATCH tip/core/rcu 2/6] rcu/segcblist: Add additional comments to explain smp_mb()
` [PATCH tip/core/rcu 3/6] rcu/segcblist: Add counters to segcblist datastructure
` [PATCH tip/core/rcu 4/6] rcu/tree: segcblist: Remove redundant smp_mb()s
` [PATCH tip/core/rcu 5/6] rcu/trace: Add tracing for how segcb list changes
` [PATCH tip/core/rcu 6/6] rcu/segcblist: Add debug checks for segment lengths

[PATCH v4 sl-b 0/6] Export return addresses etc. for better diagnostics
 2021-01-06  1:17 UTC  (7+ messages)
` [PATCH mm,percpu_ref,rcu 1/6] mm: Add mem_dump_obj() to print source of memory block
` [PATCH mm,percpu_ref,rcu 2/6] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
` [PATCH mm,percpu_ref,rcu 3/6] mm: Make mem_dump_obj() handle vmalloc() memory
` [PATCH mm,percpu_ref,rcu 4/6] mm: Make mem_obj_dump() vmalloc() dumps include start and length
` [PATCH mm,percpu_ref,rcu 5/6] rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback
` [PATCH mm,percpu_ref,rcu 6/6] percpu_ref: Dump mem_dump_obj() info upon reference-count underflow

[PATCH tip/core/rcu 0/3] kfree_rcu() updates for v5.12
 2021-01-06  1:01 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Record kvfree_call_rcu() call stack for KASAN
` [PATCH tip/core/rcu 2/3] rcu: Introduce kfree_rcu() single-argument macro
` [PATCH tip/core/rcu 3/3] rcu: Eliminate the __kvfree_rcu() macro

[PATCH tip/core/rcu 0/6] Miscellaneous fixes for v5.12
 2021-01-06  0:57 UTC  (7+ messages)
` [PATCH tip/core/rcu 1/6] sched/core: Allow try_invoke_on_locked_down_task() with irqs disabled
` [PATCH tip/core/rcu 2/6] locking: Remove duplicate include of percpu-rwsem.h
` [PATCH tip/core/rcu 3/6] rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and callees
` [PATCH tip/core/rcu 4/6] rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macros
` [PATCH tip/core/rcu 5/6] rcu-tasks: Add RCU-tasks self tests
` [PATCH tip/core/rcu 6/6] rcu: Make TASKS_TRACE_RCU select IRQ_WORK

[PATCH tip/core/rcu 0/8] Documentation updates for v5.12
 2021-01-06  0:54 UTC  (9+ messages)
` [PATCH tip/core/rcu 1/8] docs: Remove redundant "``" from Requirements.rst
` [PATCH tip/core/rcu 2/8] doc: Remove obsolete RCU-bh and RCU-sched update-side API members
` [PATCH tip/core/rcu 3/8] list: Fix a typo at the kernel-doc markup
` [PATCH tip/core/rcu 4/8] docs: Fix typos and drop/fix dead links in RCU documentation
` [PATCH tip/core/rcu 5/8] doc: Update RCU requirements RCU_INIT_POINTER() description
` [PATCH tip/core/rcu 6/8] doc: Remove obsolete rcutree.rcu_idle_lazy_gp_delay boot parameter
` [PATCH tip/core/rcu 7/8] doc: Update RCU's requirements page about the PREEMPT_RT wiki
` [PATCH tip/core/rcu 8/8] doc: Use CONFIG_PREEMPTION

[PATCH] rcu: Fix dynticks_nmi_nesting underflow check in rcu_is_cpu_rrupt_from_idle
 2021-01-05 17:14 UTC  (4+ messages)

kerneldoc warnings since commit 538fc2ee870a3 ("rcu: Introduce kfree_rcu() single-argument macro")
 2021-01-05 16:29 UTC  (5+ messages)

[GIT PULL] Fix kprobes issue by moving RCU-tasks initialization earlier
 2021-01-04 19:02 UTC  (2+ messages)

[PATCH v2] docs: Fix reST markup when linking to sections
 2020-12-31 22:45 UTC  (3+ messages)

[PATCH 00/19] rcu/nocb: De-offload and re-offload support v4
 2020-12-29 14:21 UTC  (9+ messages)
` [PATCH 17/19] cpu/hotplug: Add lockdep_is_cpus_held()

[PATCH tip/core/rcu 0/4] RCU-tasks updates for v5.11
 2020-12-27 16:49 UTC  (7+ messages)
` [PATCH tip/core/rcu 3/4] rcutorture: Make grace-period kthread report match RCU flavor being tested

[PATCH] docs: Fix reST markup when linking to sections
 2020-12-27 13:59 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 043/217] rcuscale: Prevent hangs for invalid arguments
 2020-12-23  2:13 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 044/217] refscale: "
` [PATCH AUTOSEL 5.10 046/217] torture: Prevent jitter processes from delaying failed run
` [PATCH AUTOSEL 5.10 047/217] rcutorture: Prevent hangs for invalid arguments

[PATCH AUTOSEL 5.4 021/130] torture: Prevent jitter processes from delaying failed run
 2020-12-23  2:16 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 022/130] rcutorture: Prevent hangs for invalid arguments

[PATCH AUTOSEL 4.19 13/87] torture: Prevent jitter processes from delaying failed run
 2020-12-23  2:19 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 14/87] rcutorture: Prevent hangs for invalid arguments

[PATCH AUTOSEL 4.14 12/66] rcutorture: Prevent hangs for invalid arguments
 2020-12-23  2:21 UTC 

[PATCH AUTOSEL 4.9 10/48] rcutorture: Prevent hangs for invalid arguments
 2020-12-23  2:23 UTC 

[PATCH AUTOSEL 4.4 09/38] rcutorture: Prevent hangs for invalid arguments
 2020-12-23  2:24 UTC 

[PATCH 1/2] rcu-tasks: move RCU-tasks initialization out of core_initcall()
 2020-12-21 21:28 UTC  (17+ messages)
` [PATCH 2/2] rcu-tasks: add RCU-tasks self tests

WARNING: suspicious RCU usage in modeset_lock
 2020-12-21 15:55 UTC  (11+ messages)

i386: rcu-torture: WARNING: at kernel/rcu/rcutorture.c:1169 rcu_torture_writer [rcutorture]
 2020-12-17 17:16 UTC  (5+ messages)

[stabe-rc 5.9 ] sched: core.c:7270 Illegal context switch in RCU-bh read-side critical section!
 2020-12-16 15:21 UTC  (5+ messages)

[PATCH 0/5] A few smaller RCU related patches from the RT tree
 2020-12-15 20:47 UTC  (8+ messages)
` [PATCH 1/5] rcu: make RCU_BOOST default on CONFIG_PREEMPT_RT
` [PATCH 2/5] rcu: Use rcuc threads on PREEMPT_RT
` [PATCH 3/5] rcu: enable rcu_normal_after_boot by default for RT
` [PATCH 4/5] doc: Update RCU's requirements page about the PREEMPT_RT wiki
` [PATCH 5/5] doc: Use CONFIG_PREEMPTION

Energy-efficiency options within RCU
 2020-12-14 19:02 UTC  (4+ messages)

[PATCH v4] net/ipv4/inet_fragment: Batch fqdir destroy works
 2020-12-12 23:11 UTC  (4+ messages)

[PATCH RFC sl-b] Export return addresses for better diagnostics
 2020-12-11 16:59 UTC  (37+ messages)
` [PATCH RFC v2 sl-b] Export return addresses etc. "
  ` [PATCH v2 sl-b 1/5] mm: Add mem_dump_obj() to print source of memory block
  ` [PATCH v2 sl-b 2/5] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
  ` [PATCH v2 sl-b 3/5] mm: Make mem_dump_obj() handle vmalloc() memory
    ` [PATCH v3 sl-b 1/6] mm: Add mem_dump_obj() to print source of memory block
    ` [PATCH v3 sl-b 2/6] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
    ` [PATCH v3 sl-b 3/6] mm: Make mem_dump_obj() handle vmalloc() memory
    ` [PATCH v3 sl-b 4/6] mm: Make mem_obj_dump() vmalloc() dumps include start and length
    ` [PATCH v3 sl-b 5/6] rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback
    ` [PATCH v3 sl-b 6/6] percpu_ref: Dump mem_dump_obj() info upon reference-count underflow

[PATCH v3 0/1] net: Reduce rcu_barrier() contentions from 'unshare(CLONE_NEWNET)'
 2020-12-11 10:46 UTC  (6+ messages)
` [PATCH v3 1/1] net/ipv4/inet_fragment: Batch fqdir destroy works

[PATCH v2 0/1] net: Reduce rcu_barrier() contentions from 'unshare(CLONE_NEWNET)'
 2020-12-10 22:16 UTC  (4+ messages)
` [PATCH v2 1/1] net/ipv4/inet_fragment: Batch fqdir destroy works

[PATCH 0/1] net: Reduce rcu_barrier() contentions from 'unshare(CLONE_NEWNET)'
 2020-12-10  7:27 UTC  (6+ messages)
` [PATCH 1/1] net/ipv4/inet_fragment: Batch fqdir destroy works

One potential issue with concurrent execution of RCU callbacks
 2020-12-10  0:50 UTC  (8+ messages)


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).