rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 01:56:51 to 2021-07-21 21:01:53 UTC [more...]

[PATCH rcu 0/21] Torture-test scripting updates for v5.15
 2021-07-21 21:01 UTC  (17+ messages)
` [PATCH rcu 01/21] torture: Add clocksource-watchdog testing to torture.sh
` [PATCH rcu 02/21] torture: Make torture.sh accept --do-all and --donone
` [PATCH rcu 03/21] torture: Enable KCSAN summaries over groups of torture-test runs
` [PATCH rcu 04/21] torture: Create KCSAN summaries for torture.sh runs
` [PATCH rcu 05/21] torture: Make kvm-recheck-scf.sh tolerate qemu-cmd comments
` [PATCH rcu 06/21] torture: Make kvm-recheck-lock.sh "
` [PATCH rcu 07/21] torture: Log more kvm-remote.sh information
` [PATCH rcu 08/21] torture: Protect kvm-remote.sh directory trees from /tmp reaping
` [PATCH rcu 10/21] torture: Move parse-console.sh call to PATH-aware scripts
` [PATCH rcu 11/21] torture: Put kvm.sh batch-creation awk script into a temp file
` [PATCH rcu 12/21] torture: Make kvm.sh select per-scenario affinity masks
` [PATCH rcu 14/21] torture: Make kvm-test-1-run-qemu.sh apply affinity
` [PATCH rcu 15/21] rcutorture: Upgrade two-CPU scenarios to four CPUs
` [PATCH rcu 16/21] torture: Use numeric taskset argument in jitter.sh
` [PATCH rcu 20/21] torture: Add timestamps to kvm-test-1-run-qemu.sh output
` [PATCH rcu 21/21] torture: Make kvm-test-1-run-qemu.sh check for reboot loops

[PATCH rcu 0/18] Miscellaneous fixes for v5.15
 2021-07-21 20:41 UTC  (20+ messages)
` [PATCH rcu 01/18] rcu: Fix to include first blocked task in stall warning
` [PATCH rcu 02/18] rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock
` [PATCH rcu 03/18] rcu: Remove special bit at the bottom of the ->dynticks counter
` [PATCH rcu 04/18] rcu: Weaken ->dynticks accesses and updates
` [PATCH rcu 05/18] rcu: Mark accesses to ->rcu_read_lock_nesting
` [PATCH rcu 06/18] rculist: Unify documentation about missing list_empty_rcu()
` [PATCH rcu 07/18] rcu/tree: Handle VM stoppage in stall detection
` [PATCH rcu 08/18] rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()
` [PATCH rcu 09/18] rcu: Start timing stall repetitions after warning complete
` [PATCH rcu 10/18] srcutiny: Mark read-side data races
` [PATCH rcu 11/18] rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()
` [PATCH rcu 12/18] rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stack
` [PATCH rcu 13/18] rcu: Remove trailing spaces and tabs
` [PATCH rcu 14/18] rcu: Mark accesses in tree_stall.h
` [PATCH rcu 15/18] rcu: Remove useless "ret" update in rcu_gp_fqs_loop()
` [PATCH rcu 16/18] rcu: Use per_cpu_ptr to get the pointer of per_cpu variable
` [PATCH rcu 17/18] rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCU
` [PATCH rcu 18/18] rcu: Print human-readable message for schedule() in RCU reader

[PATCH rcu 0/5] Tasks-RCU updates for v5.15
 2021-07-21 20:38 UTC  (6+ messages)
` [PATCH rcu 1/5] rcu-tasks: Add comments explaining task_struct strategy
` [PATCH rcu 2/5] rcu-tasks: Mark ->trc_reader_nesting data races
` [PATCH rcu 3/5] rcu-tasks: Mark ->trc_reader_special.b.need_qs "
` [PATCH rcu 4/5] rcu-tasks: Fix synchronize_rcu_rude() typo in comment
` [PATCH rcu 5/5] rcu: Fix macro name CONFIG_TASKS_RCU_TRACE

[PATCH nolibc 0/2] nolibc commits for v5.15
 2021-07-21 20:36 UTC  (3+ messages)
` [PATCH nolibc 1/2] tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.h
` [PATCH nolibc 2/2] tools/nolibc: Implement msleep()

[PATCH rcu 0/2] NOCB-CPU updates for v5.15
 2021-07-21 20:27 UTC  (3+ messages)
` [PATCH rcu 1/2] rcu/nocb: Start moving nocb code to its own plugin file
` [PATCH rcu 2/2] rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()

[PATCH tip/core/rcu 0/5] Documentation updates for v5.15
 2021-07-21 20:08 UTC  (6+ messages)
` [PATCH rcu 1/5] Documentation/RCU: Fix emphasis markers
` [PATCH rcu 2/5] Documentation/RCU: Fix nested inline markup
` [PATCH rcu 3/5] docs: Fix a typo in Documentation/RCU/stallwarn.rst
` [PATCH rcu 4/5] rcu/doc: Add a quick quiz to explain further why we need smp_mb__after_unlock_lock()
` [PATCH rcu 5/5] doc: Update stallwarn.rst with recent changes

[syzbot] KCSAN: data-race in call_rcu / rcu_gp_kthread
 2021-07-20 16:38 UTC  (6+ messages)

[PATCH] RCU: Fix macro name CONFIG_TASKS_RCU_TRACE
 2021-07-20  2:07 UTC  (14+ messages)

[RFC PATCH] rcu: call kvm_check_and_clear_guest_paused unconditionally
 2021-07-19 18:06 UTC  (3+ messages)

linux-5.13.2: warning from kernel/rcu/tree_plugin.h:359
 2021-07-19 16:47 UTC  (24+ messages)

[GIT PULL] RCU fixes for v5.14
 2021-07-16 19:28 UTC  (2+ messages)

[PATCHv2 1/2] rcu/tree: handle VM stoppage in stall detection
 2021-07-15 14:08 UTC  (9+ messages)

[PATCH rcu/urgent 0/2] Adjust for updated scheduler CPU-affinity semantics
 2021-07-14 20:50 UTC  (3+ messages)
` [PATCH rcu/urgent 1/2] scftorture: Avoid false-positive warnings in scftorture_invoker()
` [PATCH rcu/urgent 2/2] refscale: Avoid false-positive warnings in ref_scale_reader()

[PATCH AUTOSEL 5.4 02/63] srcu: Fix broken node geometry after early ssp init
 2021-07-10  2:26 UTC 

[PATCH AUTOSEL 5.10 06/93] srcu: Fix broken node geometry after early ssp init
 2021-07-10  2:23 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 07/93] rcu: Reject RCU_LOCKDEP_WARN() false positives

[PATCH AUTOSEL 5.12 006/104] srcu: Fix broken node geometry after early ssp init
 2021-07-10  2:20 UTC  (2+ messages)
` [PATCH AUTOSEL 5.12 007/104] rcu: Reject RCU_LOCKDEP_WARN() false positives

[PATCH AUTOSEL 5.13 006/114] srcu: Fix broken node geometry after early ssp init
 2021-07-10  2:16 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 007/114] rcu: Reject RCU_LOCKDEP_WARN() false positives

[PATCH] rcu: Use per_cpu_ptr to get the pointer of per_cpu variable
 2021-07-01 23:47 UTC  (8+ messages)

[GIT PULL tip/core/rcu] RCU, LKMM, and KCSAN commits for v5.14
 2021-06-30 15:32 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in check_all_holdout_tasks_trace
 2021-06-28  8:43 UTC  (17+ messages)

[PATCH v3] rcuscale: Console output claims too few grace periods
 2021-06-25  1:44 UTC  (3+ messages)

[PATCH] rcu: update: Check rcu_bh_lock_map state in rcu_read_lock_bh_held
 2021-06-23 15:39 UTC  (6+ messages)

[PATCH] rcu-scale: rcu-scale returns one less than the real number of gps in the dmesg report
 2021-06-22 17:46 UTC  (2+ messages)

[PATCH] rcu-scale: change rcu-scale report
 2021-06-22 10:56 UTC  (4+ messages)

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-18 20:42 UTC  (30+ messages)
` [PATCH 1/6] sched: Unbreak wakeups
` [PATCH 2/6] sched: Introduce task_is_running()
` [PATCH 3/6] sched,perf,kvm: Fix preemption condition
` [PATCH 4/6] sched: Add get_current_state()
` [PATCH 5/6] sched,timer: Use __set_current_state()
` [PATCH 6/6] sched: Change task_struct::state

[PATCH 1/1] rcu: remove trailing spaces and tabs
 2021-06-09 19:27 UTC  (2+ messages)

[PATCH v2] rcu-tasks: Fix an use-after-free when grace-period kthread touch the task_strcut
 2021-05-26  3:20 UTC 

[PATCH] docs: Fix a typo in Documentation/RCU/stallwarn.rst
 2021-05-25 21:06 UTC  (2+ messages)

[PATCH 0/1] rcu: fix spelling mistakes
 2021-05-24 23:10 UTC  (3+ messages)
` [PATCH 1/1] "


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