rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-15 00:37:19 to 2020-03-16 15:45:43 UTC [more...]

[PATCH v1 0/6] Introduce kvfree_rcu() logic
 2020-03-16 15:45 UTC  (9+ messages)
` [PATCH v1 1/6] mm/list_lru.c: rename kvfree_rcu() to local variant
` [PATCH v1 2/6] rcu: introduce kvfree_rcu() interface
` [PATCH v1 3/6] rcu: rename rcu_invoke_kfree_callback/rcu_kfree_callback
` [PATCH v1 4/6] rcu: rename __is_kfree_rcu_offset() macro
` [PATCH v1 5/6] rcu: rename kfree_call_rcu()/__kfree_rcu()
` [PATCH v1 6/6] mm/list_lru.c: remove kvfree_rcu_local() function

[PATCH RFC tip/core/rcu 0/16] Prototype RCU usable from idle, exception, offline
 2020-03-16 15:39 UTC  (23+ messages)
` [PATCH RFC tip/core/rcu 01/16] sched/core: Add function to sample state of non-running function
` [PATCH RFC tip/core/rcu 02/16] rcu: Add per-task state to RCU CPU stall warnings
` [PATCH RFC tip/core/rcu 03/16] rcutorture: Add flag to produce non-busy-wait task stalls
` [PATCH RFC tip/core/rcu 04/16] rcu-tasks: Move Tasks RCU to its own file
` [PATCH RFC tip/core/rcu 05/16] rcu-tasks: Create struct to hold state information
` [PATCH RFC tip/core/rcu 06/16] rcu: Reinstate synchronize_rcu_mult()
` [PATCH RFC tip/core/rcu 07/16] rcutorture: Add a test for synchronize_rcu_mult()
` [PATCH RFC tip/core/rcu 08/16] rcu-tasks: Refactor RCU-tasks to allow variants to be added
` [PATCH RFC tip/core/rcu 09/16] rcu-tasks: Add an RCU-tasks rude variant
` [PATCH RFC tip/core/rcu 10/16] rcutorture: Add torture tests for RCU Tasks Rude
` [PATCH RFC tip/core/rcu 11/16] rcu-tasks: Use unique names for RCU-Tasks kthreads and messages
` [PATCH RFC tip/core/rcu 12/16] rcu-tasks: Further refactor RCU-tasks to allow adding more variants
` [PATCH RFC tip/core/rcu 13/16] rcu-tasks: Code movement to allow more Tasks RCU variants
` [PATCH RFC tip/core/rcu 14/16] rcu: Add an RCU Tasks Trace to simplify protection of tracing hooks
` [PATCH RFC tip/core/rcu 15/16] rcutorture: Add torture tests for RCU Tasks Trace
` [PATCH RFC tip/core/rcu 16/16] rcu-tasks: Add stall warnings "

[PATCH] locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()
 2020-03-16 15:01 UTC  (6+ messages)

[PATCH RFC tip/core/rcu 0/2] Fix RCU idle-exit problem and comment
 2020-03-13 21:47 UTC  (5+ messages)
` [PATCH RFC tip/core/rcu 1/2] rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()
` [PATCH RFC tip/core/rcu 2/2] rcu: Add comments marking transitions between RCU watching and not

Is there a reason we don't have kvfree_rcu()?
 2020-03-13 19:58 UTC  (14+ messages)

[PATCH -next] rcu-tasks: fix a modpost warning for rcu_tasks_rude_wait_gp
 2020-03-13 13:49 UTC  (2+ messages)

[GIT PULL rcu/next] RCU commits for v5.7
 2020-03-12 21:10 UTC 

PROVE_RCU_LIST + /proc/lockdep warning
 2020-03-12  0:48 UTC  (9+ messages)
` Hard lockups due to "tick/common: Make tick_periodic() check for missing ticks"

Clang warning in kernel/rcu/tasks.h
 2020-03-10 21:56 UTC  (2+ messages)

[PATCH rcu-dev 1/2] rcuperf: Add ability to increase object allocation size
 2020-03-09  3:26 UTC  (4+ messages)
` [PATCH rcu-dev 2/2] rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching

[PATCH] rcu: Fix the (t=0 jiffies) false positive
 2020-03-06  5:06 UTC  (3+ messages)

[PATCH linus/master 1/2] rcuperf: Add ability to increase object allocation size
 2020-03-06  2:17 UTC  (5+ messages)
` [PATCH linus/master 2/2] rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching

[PATCH] Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way"
 2020-03-05 23:07 UTC  (2+ messages)

RCU use of swait
 2020-03-05  8:11 UTC  (2+ messages)

rcu_sched stalls on 4.14
 2020-03-03 22:41 UTC  (4+ messages)

[PATCH v3] ipc: use a work queue to free_ipc
 2020-02-29 23:55 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v3] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-29 16:36 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH v2] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-27 18:03 UTC 

[Linux-kernel-mentees] [PATCH v2] doc: Convert to checklist.txt to checklist.rst
 2020-02-27 17:26 UTC 

[Linux-kernel-mentees] [PATCH] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-27 13:28 UTC  (2+ messages)

[PATCH] doc: Convert to checklist.txt to checklist.rst
 2020-02-27  9:08 UTC  (4+ messages)
` [Linux-kernel-mentees] "
` [Linux-kernel-mentees] [PATCH v2] "

[PATCH] tools/memory-model: Remove lock-final checking in lock.cat
 2020-02-26 23:59 UTC  (3+ messages)

[PATCH tip/core/rcu 0/30] Miscellaneous fixes for v5.7
 2020-02-26 15:02 UTC  (20+ messages)
` [PATCH tip/core/rcu 06/30] rcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq store
` [PATCH tip/core/rcu 22/30] rcu: Don't flag non-starting GPs before GP kthread is running
` [PATCH tip/core/rcu 30/30] rcu: Make rcu_barrier() account for offline no-CBs CPUs

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-25  1:48 UTC  (7+ messages)

[PATCH v2] ipc: use a work queue to free_ipc
 2020-02-24 16:10 UTC  (5+ messages)

[PATCH tip/core/rcu 0/2] kfree_rcu() updates for v5.7
 2020-02-24 16:11 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/2] rcu: Support kfree_bulk() interface in kfree_rcu()

[PATCH 5.5 017/399] rcu: Fix data-race due to atomic_t copy-by-value
 2020-02-21  7:35 UTC 

[PATCH 5.4 015/344] rcu: Fix data-race due to atomic_t copy-by-value
 2020-02-21  7:36 UTC 

[PATCH V2 0/7] rcu: introduce percpu rcu_preempt_depth
 2020-02-19  3:59 UTC  (19+ messages)
` [PATCH V2 1/7] rcu: use preempt_count to test whether scheduler locks is held
` [PATCH V2 2/7] rcu: cleanup rcu_preempt_deferred_qs()
` [PATCH V2 3/7] rcu: remove useless special.b.deferred_qs
` [PATCH V2 4/7] rcu: don't use negative ->rcu_read_lock_nesting

[PATCH tip/core/rcu 0/3] Tasks-RCU updates for v5.7
 2020-02-19  1:48 UTC  (22+ messages)
` [PATCH tip/core/rcu 1/3] rcu-tasks: *_ONCE() for rcu_tasks_cbs_head
` [PATCH tip/core/rcu 2/3] rcu: Add missing annotation for exit_tasks_rcu_start()

[PATCH tip/core/rcu 0/4] SRCU updates for v5.7
 2020-02-18 21:48 UTC  (17+ messages)
` [PATCH tip/core/rcu 1/4] srcu: Fix __call_srcu()/process_srcu() datarace
` [PATCH tip/core/rcu 4/4] srcu: Add READ_ONCE() to srcu_struct ->srcu_gp_seq load

[PATCH] ipc: use a work queue to free_ipc
 2020-02-17 18:08 UTC  (4+ messages)

[PATCH tip/core/rcu 0/18] Torture-test updates for v5.7
 2020-02-15  0:41 UTC  (19+ messages)
` [PATCH tip/core/rcu 01/18] rcutorture: Suppress forward-progress complaints during early boot
` [PATCH tip/core/rcu 02/18] torture: Make results-directory date format completion-friendly
` [PATCH tip/core/rcu 03/18] rcutorture: Refrain from callback flooding during boot
` [PATCH tip/core/rcu 04/18] torture: Forgive -EBUSY from boottime CPU-hotplug operations
` [PATCH tip/core/rcu 05/18] rcutorture: Allow boottime stall warnings to be suppressed
` [PATCH tip/core/rcu 06/18] rcutorture: Suppress boottime bad-sequence warnings
` [PATCH tip/core/rcu 07/18] torture: Allow disabling of boottime CPU-hotplug torture operations
` [PATCH tip/core/rcu 08/18] rcutorture: Add 100-CPU configuration
` [PATCH tip/core/rcu 09/18] rcutorture: Summarize summary of build and run results
` [PATCH tip/core/rcu 10/18] rcutorture: Make kvm-find-errors.sh abort on bad directory
` [PATCH tip/core/rcu 11/18] rcutorture: Fix rcu_torture_one_read()/rcu_torture_writer() data race
` [PATCH tip/core/rcu 12/18] rcutorture: Fix stray access to rcu_fwd_cb_nodelay
` [PATCH tip/core/rcu 13/18] rcutorture: Add READ_ONCE() to rcu_torture_count and rcu_torture_batch
` [PATCH tip/core/rcu 14/18] rcutorture: Annotation lockless accesses to rcu_torture_current
` [PATCH tip/core/rcu 15/18] rcuperf: Measure memory footprint during kfree_rcu() test
` [PATCH tip/core/rcu 16/18] rcutorture: Make rcu_torture_barrier_cbs() post from corresponding CPU
` [PATCH tip/core/rcu 17/18] rcutorture: Manually clean up after rcu_barrier() failure
` [PATCH tip/core/rcu 18/18] rcutorture: Set KCSAN Kconfig options to detect more data races


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