RCU Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 01:00:58 to 2021-05-10 14:39:38 UTC [more...]

[PATCH 00/53] Get rid of UTF-8 chars that can be mapped as ASCII
 2021-05-10 14:00 UTC  (13+ messages)
` [PATCH 53/53] docs: RCU: avoid using UTF-8 chars

[PATCH v1 1/5] mm/vmalloc.c: Introduce vfree_bulk() interface
 2021-05-10 14:01 UTC  (13+ messages)
` [PATCH v1 2/5] kvfree_rcu: Switch to vfree_bulk() in kfree_rcu_work()
` [PATCH v1 3/5] kvfree_rcu: Rename rcu_invoke_kfree_bulk_callback
` [PATCH v1 4/5] kvfree_rcu: Refactor kfree_rcu_monitor() function
` [PATCH v1 5/5] kvfree_rcu: Fix comments according to current code

[PATCH AUTOSEL 5.10 015/100] kvfree_rcu: Use same set of GFP flags as does single-argument
 2021-05-03 16:37 UTC 

[PATCH AUTOSEL 5.11 021/115] kvfree_rcu: Use same set of GFP flags as does single-argument
 2021-05-03 16:35 UTC 

[PATCH AUTOSEL 5.12 024/134] kvfree_rcu: Use same set of GFP flags as does single-argument
 2021-05-03 16:33 UTC 

[PATCH] rcu: Add missing __releases() annotation
 2021-04-29 18:39 UTC  (2+ messages)

RCU stall query
 2021-04-22 16:02 UTC  (4+ messages)

[PATCH v2 0/2] bitmap_parselist: support 'all' semantics
 2021-04-21 23:45 UTC  (8+ messages)
` [PATCH 1/2] bitmap_parse: "
` [PATCH 2/2] rcu/tree_plugin: don't handle the case of 'all' CPU range

[PATCH 0/2] bitmap_parselist: support 'all' semantics
 2021-04-20 19:38 UTC  (8+ messages)
` [PATCH 1/2] bitmap_parse: "
` [PATCH 2/2] rcu/tree_plugin: don't handle the case of 'all' CPU range

[Qestion] Is preempt_disable/enable needed in non-preemption code path
 2021-04-19  4:58 UTC  (9+ messages)

[PATCH v2 0/5] kvfree_rcu() miscellaneous fixes
 2021-04-16 10:14 UTC  (8+ messages)
` [PATCH v2 1/5] kvfree_rcu: Release a page cache under memory pressure
` [PATCH v2 2/5] kvfree_rcu: Use [READ/WRITE]_ONCE() macros to access to nr_bkv_objs
` [PATCH v2 3/5] kvfree_rcu: Add a bulk-list check when a scheduler is run
` [PATCH v2 4/5] kvfree_rcu: Update "monitor_todo" once a batch is started
` [PATCH v2 5/5] kvfree_rcu: Use kfree_rcu_monitor() instead of open-coded variant

Should RCU_BOOST kernels use hrtimers in GP kthread?
 2021-04-14 23:48 UTC  (7+ messages)

[PATCH 1/6] kvfree_rcu: Release a page cache under memory pressure
 2021-04-14 12:12 UTC  (6+ messages)
` [PATCH 2/6] kvfree_rcu: use [READ/WRITE]_ONCE() macros to access to nr_bkv_objs
` [PATCH 3/6] kvfree_rcu: introduce "flags" variable
` [PATCH 4/6] kvfree_rcu: add a bulk-list check when a scheduler is run
` [PATCH 5/6] kvfree_rcu: clear KRC_MONITOR_TODO bit once a batch is started
` [PATCH 6/6] kvfree_rcu: use kfree_rcu_monitor() instead of open-coded variant

[PATCH v2 1/1] kernel.h: Split out panic and oops helpers
 2021-04-09 22:39 UTC  (5+ messages)

[PATCH v1 1/1] kernel.h: Split out panic and oops helpers
 2021-04-09  8:22 UTC  (18+ messages)

Bidding invitation
 2021-03-31  7:15 UTC 

[PATCH] RCU: some improvements to comments of tree.c
 2021-03-30 20:50 UTC  (2+ messages)

[PATCH tip/core/rcu 0/3] Polling RCU grace-period interfaces for v5.13
 2021-03-23 16:45 UTC  (24+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Provide polling interfaces for Tree RCU grace periods
` [PATCH tip/core/rcu 2/3] rcu: Provide polling interfaces for Tiny "
` [PATCH tip/core/rcu 3/3] rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu()

[PATCH] docs: Use my proper surname
 2021-03-19  4:30 UTC  (2+ messages)

[PATCH v2 1/1] kvfree_rcu: Release a page cache under memory pressure
 2021-03-18 17:47 UTC  (5+ messages)

[PATCH] typo: kthead -> kthread
 2021-03-17 17:54 UTC  (2+ messages)

[PATCH tip/core/rcu 0/10] Miscellaneous fixes for v5.13
 2021-03-15 23:11 UTC  (7+ messages)
` [PATCH tip/core/rcu 06/10] softirq: Don't try waking ksoftirqd before it has been spawned
` [PATCH tip/core/rcu 07/10] rcu: Prevent dyntick-idle until ksoftirqd "

[PATCH 1/2] kvfree_rcu: Release a page cache under memory pressure
 2021-03-12 14:49 UTC  (6+ messages)
` [PATCH 2/2] kvfree_rcu: convert a page cache to lock-free variant

You see, rcutorture does not use swap, so
 2021-03-08 16:51 UTC 

[PATCH tip/core/rcu 0/12] NOCB updates for v5.13
 2021-03-04 20:06 UTC  (15+ messages)
` [PATCH tip/core/rcu 01/12] rcu/nocb: Detect unsafe checks for offloaded rdp
` [PATCH tip/core/rcu 02/12] timer: Report ignored local enqueue in nohz mode
` [PATCH tip/core/rcu 03/12] rcu/nocb: Comment the reason behind BH disablement on batch processing
` [PATCH tip/core/rcu 04/12] rcu/nocb: Forbid NOCB toggling on offline CPUs
` [PATCH tip/core/rcu 05/12] rcu/nocb: Avoid confusing double write of rdp->nocb_cb_sleep
` [PATCH tip/core/rcu 06/12] rcu/nocb: Only (re-)initialize segcblist when needed on CPU up
` [PATCH tip/core/rcu 07/12] rcu/nocb: Rename nocb_gp_update_state to nocb_gp_update_state_deoffloading
` [PATCH tip/core/rcu 08/12] rcu: Make nocb_nobypass_lim_per_jiffy static
` [PATCH tip/core/rcu 09/12] rcu/nocb: Fix missed nocb_timer requeue
` [PATCH tip/core/rcu 10/12] rcu/nocb: Disable bypass when CPU isn't completely offloaded
` [PATCH tip/core/rcu 11/12] rcu/nocb: Remove stale comment above rcu_segcblist_offload()
` [PATCH tip/core/rcu 12/12] rcu/nocb: Move trace_rcu_nocb_wake() calls outside nocb_lock when possible

[PATCH tip/core/rcu 0/28] Torture-test scripting updates for v5.13
 2021-03-04  0:38 UTC  (29+ messages)
` [PATCH tip/core/rcu 01/28] torturescript: Don't rerun failed rcutorture builds
` [PATCH tip/core/rcu 02/28] torture: Allow 1G of memory for torture.sh kvfree testing
` [PATCH tip/core/rcu 03/28] torture: Provide bare-metal modprobe-based advice
` [PATCH tip/core/rcu 04/28] torture: Improve readability of the testid.txt file
` [PATCH tip/core/rcu 05/28] rcuscale: Disable verbose torture-test output
` [PATCH tip/core/rcu 06/28] refscale: "
` [PATCH tip/core/rcu 07/28] torture: Move build/run synchronization files into scenario directories
` [PATCH tip/core/rcu 08/28] torture: Use file-based protocol to mark batch's runs complete
` [PATCH tip/core/rcu 09/28] torture: Use "jittering" file to control jitter.sh execution
` [PATCH tip/core/rcu 10/28] torture: Eliminate jitter_pids file
` [PATCH tip/core/rcu 11/28] torture: Reverse jittering and duration parameters for jitter.sh
` [PATCH tip/core/rcu 12/28] torture: Abstract jitter.sh start/stop into scripts
` [PATCH tip/core/rcu 13/28] torture: Record TORTURE_KCONFIG_GDB_ARG in qemu-cmd
` [PATCH tip/core/rcu 14/28] torture: Extract kvm-test-1-run-qemu.sh from kvm-test-1-run.sh
` [PATCH tip/core/rcu 15/28] torture: Record jitter start/stop commands
` [PATCH tip/core/rcu 16/28] torture: Record kvm-test-1-run.sh and kvm-test-1-run-qemu.sh PIDs
` [PATCH tip/core/rcu 17/28] torture: Remove no-mpstat error message
` [PATCH tip/core/rcu 18/28] torture: Rename SRCU-t and SRCU-u to avoid lowercase characters
` [PATCH tip/core/rcu 19/28] torture: Make upper-case-only no-dot no-slash scenario names official
` [PATCH tip/core/rcu 20/28] torture: De-capitalize TORTURE_SUITE
` [PATCH tip/core/rcu 21/28] torture: Create a "batches" file for build reuse
` [PATCH tip/core/rcu 22/28] torture: Add kvm-again.sh to rerun a previous torture-test
` [PATCH tip/core/rcu 23/28] torture: Add --duration argument to kvm-again.sh
` [PATCH tip/core/rcu 24/28] torture: Make kvm-transform.sh update jitter commands
` [PATCH tip/core/rcu 25/28] torture: Make TORTURE_TRUST_MAKE available in kvm-again.sh environment
` [PATCH tip/core/rcu 26/28] torture: Print proper vmlinux path for kvm-again.sh runs
` [PATCH tip/core/rcu 27/28] torture: Consolidate qemu-cmd duration editing into kvm-transform.sh
` [PATCH tip/core/rcu 28/28] torture: Fix kvm.sh --datestamp regex check

[PATCH tip/core/rcu 0/2] Torture-test updates for v5.13
 2021-03-04  0:35 UTC  (3+ messages)
` [PATCH tip/core/rcu 1/2] torture: Replace torture_init_begin string with %s
` [PATCH tip/core/rcu 2/2] rcutorture: Replace rcu_torture_stall "

[PATCH tip/core/rcu 0/5] Realtime-related RCU updates for v5.13
 2021-03-04  0:29 UTC  (6+ messages)
` [PATCH tip/core/rcu 1/5] rcu: Expedite deboost in case of deferred quiescent state
` [PATCH tip/core/rcu 2/5] rcutorture: Make TREE03 use real-time tree.use_softirq setting
` [PATCH tip/core/rcu 3/5] rcutorture: Fix testing of RCU priority boosting
` [PATCH tip/core/rcu 4/5] rcu: Make rcu_read_unlock_special() expedite strict grace periods
` [PATCH tip/core/rcu 5/5] torture: Make jitter.sh handle large systems

[PATCH tip/core/rcu 0/2] RCU Tasks updates for v5.13
 2021-03-04  0:32 UTC  (3+ messages)
` [PATCH tip/core/rcu 1/2] rcu-tasks: Rectify kernel-doc for struct rcu_tasks
` [PATCH tip/core/rcu 2/2] rcu-tasks: Add block comment laying out RCU Tasks Trace design


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 read-only IMAP folder(s) and NNTP newsgroup(s).