rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-28 02:09:28 to 2023-01-05 15:48:37 UTC [more...]

[PATCH rcu 0/27] Unconditionally enable SRCU
 2023-01-05 15:48 UTC  (54+ messages)
` [PATCH rcu 01/27] arch/x86: Remove "select SRCU"
` [PATCH rcu 02/27] arch/arm64/kvm: "
` [PATCH rcu 03/27] arch/mips/kvm: "
` [PATCH rcu 04/27] arch/powerpc/kvm: "
` [PATCH rcu 05/27] arch/riscv/kvm: "
` [PATCH rcu 06/27] arch/s390/kvm: "
` [PATCH rcu 07/27] block: "
` [PATCH rcu 08/27] drivers/base: Remove CONFIG_SRCU
` [PATCH rcu 09/27] drivers/clk: Remove "select SRCU"
` [PATCH rcu 10/27] drivers/cpufreq: "
` [PATCH rcu 11/27] drivers/dax: "
` [PATCH rcu 12/27] drivers/devfreq: "
` [PATCH rcu 13/27] drivers/hwtracing/stm: "
` [PATCH rcu 14/27] drivers/md: "
` [PATCH rcu 15/27] drivers/net: "
` [PATCH rcu 16/27] drivers/opp: "
` [PATCH rcu 17/27] drivers/pci/controller: "
` [PATCH rcu 18/27] fs/btrfs: "
` [PATCH rcu 19/27] fs/dlm: "
` [PATCH rcu 20/27] fs/notify: "
` [PATCH rcu 21/27] fs/quota: "
` [PATCH rcu 22/27] init: "
` [PATCH rcu 23/27] kernel/power: "
` [PATCH rcu 24/27] mm: "
` [PATCH rcu 25/27] fs: Remove CONFIG_SRCU
` [PATCH rcu 26/27] kernel/notifier: "
` [PATCH rcu 27/27] rcu: "

[PATCH v2] rcu: Rework tick dependency setting into rcu_exp_handler()
 2023-01-05  5:11 UTC  (2+ messages)

[PATCH rcu 0/6] RCU CPU stall-warning updates for v6.3
 2023-01-05  0:51 UTC  (7+ messages)
` [PATCH rcu 1/6] genirq: Fix the return type of kstat_cpu_irqs_sum()
` [PATCH rcu 2/6] sched: Add helper kstat_cpu_softirqs_sum()
` [PATCH rcu 3/6] sched: Add helper nr_context_switches_cpu()
` [PATCH rcu 4/6] rcu: Add RCU stall diagnosis information
` [PATCH rcu 5/6] rcu: Align the output of RCU CPU stall warning messages
` [PATCH rcu 6/6] rcu: Allow up to five minutes expedited RCU CPU stall-warning timeouts

[PATCH rcu 0/7] Torture-test updates for v6.3
 2023-01-05  0:45 UTC  (14+ messages)
` [PATCH rcu 1/6] rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testing
` [PATCH rcu 1/7] torture: Seed torture_random_state on CPU
` [PATCH rcu 2/6] rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose
` [PATCH rcu 2/7] refscale: Provide for initialization failure
` [PATCH rcu 3/6] rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls
` [PATCH rcu 3/7] refscale: Add tests using SLAB_TYPESAFE_BY_RCU
` [PATCH rcu 4/7] locktorture: Allow non-rtmutex lock types to be boosted
` [PATCH rcu 4/6] rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
` [PATCH rcu 5/7] locktorture: Make the rt_boost factor a tunable
` [PATCH rcu 5/6] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
` [PATCH rcu 6/6] rcu-tasks: Handle queue-shrink/callback-enqueue race condition
` [PATCH rcu 6/7] rcutorture: Drop sparse lock-acquisition annotations
` [PATCH rcu 7/7] torture: Fix hang during kthread shutdown phase

[PATCH rcu 0/4] Torture-test scripting updates for v6.3
 2023-01-05  0:46 UTC  (5+ messages)
` [PATCH rcu 1/4] torture: make kvm-find-errors.sh check for compressed vmlinux files
` [PATCH rcu 2/4] selftests: rcutorture: Use "grep -E" instead of "egrep"
` [PATCH rcu 3/4] torture: Permit double-quoted-string Kconfig options
` [PATCH rcu 4/4] rcu: Permit string-valued Kconfig options in kvm.sh

[PATCH rcu 0/6] RCU Tasks updates for v6.3
 2023-01-05  0:40 UTC 

[PATCH rcu 0/9] SRCU updates for v6.3
 2023-01-05  0:28 UTC  (10+ messages)
` [PATCH rcu 1/9] srcu: Release early_srcu resources when no longer in use
` [PATCH rcu 2/9] srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
` [PATCH rcu 3/9] srcu: Fix a misspelling in comment
` [PATCH rcu 4/9] srcu: Fix the comparision in srcu_invl_snp_seq()
` [PATCH rcu 5/9] rcu: Add srcu_down_read() and srcu_up_read()
` [PATCH rcu 6/9] rcu: Add test code for semaphore-like SRCU readers
` [PATCH rcu 7/9] srcu: Remove needless rcu_seq_done() check while holding read lock
` [PATCH rcu 8/9] srcu: Yet more detail for srcu_readers_active_idx_check() comments
` [PATCH rcu 9/9] srcu: Update comment after the index flip

[PATCH rcu 0/8] kvfree_rcu updates for v6.3
 2023-01-05  0:24 UTC  (9+ messages)
` [PATCH rcu 1/8] rcu: Refactor kvfree_call_rcu() and high-level helpers
` [PATCH rcu 2/8] rcu/kvfree: Switch to a generic linked list API
` [PATCH rcu 3/8] rcu/kvfree: Move bulk/list reclaim to separate functions
` [PATCH rcu 4/8] rcu/kvfree: Move need_offload_krc() out of krcp->lock
` [PATCH rcu 5/8] rcu/kvfree: Use a polled API to speedup a reclaim process
` [PATCH rcu 6/8] rcu/kvfree: Use READ_ONCE() when access to krcp->head
` [PATCH rcu 7/8] rcu/kvfree: Carefully reset number of objects in krcp
` [PATCH rcu 8/8] rcu/kvfree: Split ready for reclaim objects from a batch

[PATCH rcu 0/10] Miscellaneous fixes for v6.3
 2023-01-05  0:23 UTC  (11+ messages)
` [PATCH rcu 01/10] rcu: Use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu()
` [PATCH rcu 02/10] rcu: Consolidate initialization and CPU-hotplug code
` [PATCH rcu 03/10] rcu: Throttle callback invocation based on number of ready callbacks
` [PATCH rcu 04/10] rcu: Upgrade header comment for poll_state_synchronize_rcu()
` [PATCH rcu 05/10] rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
` [PATCH rcu 06/10] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
` [PATCH rcu 07/10] rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()
` [PATCH rcu 08/10] rcu: Test synchronous RCU grace periods at the end of rcu_init()
` [PATCH rcu 09/10] rcu: Allow expedited RCU CPU stall warnings to dump task stacks
` [PATCH rcu 10/10] rcu: Remove redundant call to rcu_boost_kthread_setaffinity()

[PATCH rcu 0/15] Documentation updates for v6.3
 2023-01-05  0:09 UTC  (16+ messages)
` [PATCH rcu 01/15] doc: Further updates to RCU's lockdep.rst
` [PATCH rcu 02/15] doc: Update NMI-RCU.rst
` [PATCH rcu 03/15] doc: Update rcubarrier.rst
` [PATCH rcu 04/15] doc: Update rcu_dereference.rst
` [PATCH rcu 05/15] doc: Update and wordsmith rculist_nulls.rst
` [PATCH rcu 06/15] doc: Update rcu.rst
` [PATCH rcu 07/15] doc: Update stallwarn.rst
` [PATCH rcu 08/15] doc: Update torture.rst
` [PATCH rcu 09/15] doc: Update UP.rst
` [PATCH rcu 10/15] doc: Update rcu.rst URL to RCU publications
` [PATCH rcu 11/15] doc: Update whatisRCU.rst
` [PATCH rcu 12/15] doc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall information
` [PATCH rcu 13/15] docs/RCU/rcubarrier: Adjust 'Answer' parts of QQs as definition-lists
` [PATCH rcu 14/15] docs/RCU/rcubarrier: Right-adjust line numbers in code snippets
` [PATCH rcu 15/15] doc: Fix htmldocs build warnings of stallwarn.rst

[PATCH] entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
 2023-01-04 20:52 UTC  (2+ messages)

[PATCH] srcu: Add comments for srcu_size_state
 2023-01-04 20:43 UTC  (2+ messages)

[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
 2023-01-04 18:26 UTC  (16+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Support ctor in bpf memory allocator
` [RFC PATCH bpf-next 2/6] bpf: Factor out a common helper free_llist()
` [RFC PATCH bpf-next 3/6] bpf: Pass bitwise flags to bpf_mem_alloc_init()
` [RFC PATCH bpf-next 4/6] bpf: Introduce BPF_MA_NO_REUSE for bpf memory allocator
` [RFC PATCH bpf-next 5/6] bpf: Use BPF_MA_NO_REUSE in htab map
` [RFC PATCH bpf-next 6/6] selftests/bpf: Add test case for element reuse "

[PATCH] rcu: Rework tick dependency setting into rcu_exp_handler()
 2023-01-04 15:14 UTC  (2+ messages)

Please apply to v5.15 stable: 96017bf90397 ("rcu-tasks: Simplify trc_read_check_handler() atomic operations")
 2023-01-04 12:34 UTC  (3+ messages)

[PATCH] torture: Fix hang during kthread shutdown phase
 2023-01-03 19:51 UTC  (3+ messages)

[PATCH v3] srcu: Remove memory barrier "E" as it does not do anything
 2023-01-03 17:56 UTC 

[PATCH v2] srcu: Remove memory barrier "E" as it does not do anything
 2023-01-03 17:53 UTC 

[PATCH] rcu: Fix race in set and clear TICK_DEP_BIT_RCU_EXP bitmask
 2023-01-03 12:13 UTC  (6+ messages)

RCU stalls with TREE07 on v6.0 kernel
 2023-01-01  5:49 UTC  (22+ messages)

[RFC] Catch dwmw2's deadlock
 2022-12-31  1:26 UTC  (7+ messages)

[PATCH v5.15] rcu-tasks: Simplify trc_read_check_handler() atomic operations
 2022-12-30 15:40 UTC 

[PATCH v5.10 1/2] torture: Exclude "NOHZ tick-stop error" from fatal errors
 2022-12-30 15:32 UTC  (2+ messages)
` [PATCH v5.10 2/2] rcu: Prevent lockdep-RCU splats on lock acquisition/release

[PATCH 0/3] crypto/rcu: suppress unnecessary CPU stall warnings
 2022-12-30  8:39 UTC  (3+ messages)
` [PATCH 3/3] crypto: tcrypt - suppress RCU stall warnings during speed tests

Please apply to v5.10 stable: 4d60b475f858 ("rcu: Prevent lockdep-RCU splats on lock acquisition/release")
 2022-12-30  4:43 UTC  (4+ messages)

[PATCH] rcu: Fix kernel stack overflow caused by kprobe on rcu_irq_enter_check_tick()
 2022-12-29 12:27 UTC  (2+ messages)

[PATCH v3] mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()
 2022-12-28 17:59 UTC 

[PATCH v2] mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()
 2022-12-28  2:09 UTC  (2+ 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).