Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2023-06-28 01:36:59 to 2023-07-13 04:51:45 UTC [more...]

[PATCH v1] rcu: Fix and improve RCU read lock checks when !CONFIG_DEBUG_LOCK_ALLOC
 2023-07-13  4:51 UTC  (10+ messages)

[PATCH 0/2] rcu: Don't dump the stalled CPU on where RCU GP kthread last ran twice
 2023-07-13  2:03 UTC  (12+ messages)
` [PATCH 1/2] rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()
` [PATCH 2/2] rcu: Don't dump the stalled CPU on where RCU GP kthread last ran twice

[PATCH v4 bpf-next 00/14] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-07-12 21:50 UTC  (31+ messages)
` [PATCH v4 bpf-next 01/14] bpf: Rename few bpf_mem_alloc fields
` [PATCH v4 bpf-next 02/14] bpf: Simplify code of destroy_mem_alloc() with kmemdup()
` [PATCH v4 bpf-next 03/14] bpf: Let free_all() return the number of freed elements
` [PATCH v4 bpf-next 04/14] bpf: Refactor alloc_bulk()
` [PATCH v4 bpf-next 05/14] bpf: Factor out inc/dec of active flag into helpers
` [PATCH v4 bpf-next 06/14] bpf: Further refactor alloc_bulk()
` [PATCH v4 bpf-next 07/14] bpf: Change bpf_mem_cache draining process
` [PATCH v4 bpf-next 08/14] bpf: Add a hint to allocated objects
` [PATCH v4 bpf-next 09/14] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v4 bpf-next 10/14] rcu: Export rcu_request_urgent_qs_task()
` [PATCH v4 bpf-next 11/14] selftests/bpf: Improve test coverage of bpf_mem_alloc
` [PATCH v4 bpf-next 12/14] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
` [PATCH v4 bpf-next 13/14] bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu
` [PATCH v4 bpf-next 14/14] bpf: Add object leak check

[linus:master] [rcu/nocb] 7625926086: WARNING:at_kernel/rcu/tree_nocb.h:#rcu_nocb_try_bypass
 2023-07-12 20:48 UTC  (6+ messages)

[PATCH v2 0/2] rcu: Don't dump the stalled CPU on where RCU GP kthread last ran twice
 2023-07-12 15:15 UTC  (3+ messages)
` [PATCH v2 1/2] rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()
` [PATCH v2 2/2] rcu: Don't dump the stalled CPU on where RCU GP kthread last ran twice

[PATCH AUTOSEL 5.10] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work
 2023-07-12 10:11 UTC  (2+ messages)

Pozycjonowanie- informacja
 2023-07-12  7:35 UTC 

[PATCH 0/2] rcu: Fix rculist_nulls and doc
 2023-07-11 16:45 UTC  (11+ messages)
` [PATCH 1/2] rcu: Use WRITE_ONCE() for assignments to ->next for rculist_nulls
` [PATCH 2/2] docs/RCU: Bring back smp_wmb()

[PATCH v2] docs/RCU: Bring back smp_wmb()
 2023-07-11 15:09 UTC 

[PATCH AUTOSEL 5.4] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work
 2023-07-09 14:55 UTC 

[PATCH AUTOSEL 5.10] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work
 2023-07-09 14:55 UTC 

[PATCH AUTOSEL 5.15] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work
 2023-07-09 14:55 UTC 

[PATCH AUTOSEL 6.1 1/3] rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
 2023-07-09 14:55 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 2/3] rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
` [PATCH AUTOSEL 6.1 3/3] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work

[PATCH AUTOSEL 6.3 1/3] rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
 2023-07-09 14:55 UTC  (3+ messages)
` [PATCH AUTOSEL 6.3 2/3] rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
` [PATCH AUTOSEL 6.3 3/3] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work

[PATCH AUTOSEL 6.4 1/4] rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
 2023-07-09 14:55 UTC  (3+ messages)
` [PATCH AUTOSEL 6.4 2/4] rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
` [PATCH AUTOSEL 6.4 3/4] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work

[PATCH] srcu: Make srcu_might_be_idle() take early return if rcu_gp_is_normal() return true
 2023-07-08  6:45 UTC  (10+ messages)

[PATCH v2] refscale: Fix use of uninitalized wait_queue_head_t
 2023-07-07 20:17 UTC  (3+ messages)

[PATCH] refscale: Fix use of uninitalized wait_queue_head_t
 2023-07-07 19:52 UTC  (9+ messages)

[PATCH] srcu: Priority check rcu_gp_is_expedited() in synchronize_srcu()
 2023-07-06 17:06 UTC  (2+ messages)

[PATCH v3 bpf-next 00/13] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-07-06  3:25 UTC  (32+ messages)
` [PATCH v3 bpf-next 01/13] bpf: Rename few bpf_mem_alloc fields
` [PATCH v3 bpf-next 02/13] bpf: Simplify code of destroy_mem_alloc() with kmemdup()
` [PATCH v3 bpf-next 03/13] bpf: Let free_all() return the number of freed elements
` [PATCH v3 bpf-next 04/13] bpf: Refactor alloc_bulk()
` [PATCH v3 bpf-next 05/13] bpf: Factor out inc/dec of active flag into helpers
` [PATCH v3 bpf-next 06/13] bpf: Further refactor alloc_bulk()
` [PATCH v3 bpf-next 07/13] bpf: Change bpf_mem_cache draining process
` [PATCH v3 bpf-next 08/13] bpf: Add a hint to allocated objects
` [PATCH v3 bpf-next 09/13] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v3 bpf-next 10/13] rcu: Export rcu_request_urgent_qs_task()
` [PATCH v3 bpf-next 11/13] selftests/bpf: Improve test coverage of bpf_mem_alloc
` [PATCH v3 bpf-next 12/13] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
` [PATCH v3 bpf-next 13/13] bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu

[PATCH bpf-next v9] selftests/bpf: Add benchmark for bpf memory allocator
 2023-07-06  1:50 UTC  (2+ messages)

[PATCH 0/9] rcu: Support for lazy callbacks on !CONFIG_RCU_NOCB_CPU
 2023-07-05 12:45 UTC  (11+ messages)
` [PATCH 2/9] rcu: Use rcu_segcblist_segempty() instead of open coding it
` [PATCH 4/9] rcu: Introduce lazy queue's own qhimark
` [PATCH 5/9] rcu: Add rcutree.lazy_enabled boot parameter

[PATCH bpf-next v8] selftests/bpf: Add benchmark for bpf memory allocator
 2023-07-04  1:13 UTC  (3+ messages)

[PATCH v1] Fix documentation of panic_on_warn
 2023-07-03 14:36 UTC  (3+ messages)

Fwd: RCU stalls with wireguard over bonding over igb on Linux 6.3.0+
 2023-07-03  1:34 UTC  (8+ messages)

[PATCH AUTOSEL 6.1 1/3] rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
 2023-07-02 19:57 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 2/3] rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
` [PATCH AUTOSEL 6.1 3/3] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work

[PATCH AUTOSEL 5.4] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work
 2023-07-02 19:58 UTC 

[PATCH AUTOSEL 6.3 1/3] rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
 2023-07-02 19:57 UTC  (3+ messages)
` [PATCH AUTOSEL 6.3 2/3] rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
` [PATCH AUTOSEL 6.3 3/3] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work

[PATCH AUTOSEL 6.4 1/4] rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()
 2023-07-02 19:57 UTC  (3+ messages)
` [PATCH AUTOSEL 6.4 2/4] rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
` [PATCH AUTOSEL 6.4 3/4] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work

[PATCH AUTOSEL 5.15] rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work
 2023-07-02 19:58 UTC 

[PATCH AUTOSEL 5.15 1/2] refscale: Move shutdown from wait_event() to wait_event_idle()
 2023-07-02 19:39 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 2/2] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH AUTOSEL 6.3 1/3] refscale: Move shutdown from wait_event() to wait_event_idle()
 2023-07-02 19:38 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 3/3] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH AUTOSEL 5.10 1/2] refscale: Move shutdown from wait_event() to wait_event_idle()
 2023-07-02 19:39 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 2/2] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH AUTOSEL 6.1 1/3] refscale: Move shutdown from wait_event() to wait_event_idle()
 2023-07-02 19:39 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 3/3] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access

[PATCH bpf-next v7 0/2] Add benchmark for bpf memory allocator
 2023-06-29  2:28 UTC  (5+ messages)
` [PATCH bpf-next v7 1/2] selftests/bpf: Add min() and max() macros in bpf_util.h
` [PATCH bpf-next v7 2/2] selftests/bpf: Add benchmark for bpf memory allocator

[PATCH v2 bpf-next 00/13] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-06-28 17:38 UTC  (17+ messages)
` [PATCH v2 bpf-next 09/13] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v2 bpf-next 12/13] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()

[GIT PULL] RCU changes for v6.5
 2023-06-28 16:21 UTC  (7+ messages)

Napływ Klientów ze strony
 2023-06-28  7:41 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox