messages from 2023-04-12 12:32:37 to 2023-05-10 16:58:37 UTC [more...]
[PATCH rcu 0/8] Miscellaneous fixes for v6.5
2023-05-10 16:58 UTC (3+ messages)
` [PATCH rcu 1/8] srcu: Remove extraneous parentheses from srcu_read_lock() etc
` [PATCH rcu 3/8] rcu: Check callback-invocation time limit for rcuc kthreads
[PATCH rcu 0/3] Documentation updates for v6.5
2023-05-10 16:51 UTC (4+ messages)
` [PATCH rcu 1/3] doc: Get rcutree module parameters back into alpha order
` [PATCH rcu 2/3] doc: Document the rcutree.rcu_resched_ns module parameter
` [PATCH rcu 3/3] MAINTAINERS: Update qiang1.zhang@intel.com to qiang.zhang1211@gmail.com
[PATCH 0/9] fix softlockup in run_timer_softirq
2023-05-08 17:51 UTC (15+ messages)
` [PATCH 1/9] softirq: Rewrite softirq processing loop
` [PATCH 2/9] softirq: Use sched_clock() based timeout
` [PATCH 3/9] softirq: Factor loop termination condition
` [PATCH 4/9] softirq: Allow early break
` [PATCH 5/9] softirq: Context aware timeout
` [PATCH 6/9] softirq: Provide a softirq_needs_break() API
` [PATCH 7/9] softirq,net: Use softirq_needs_break()
` [PATCH 8/9] softirq,rcu: "
` [PATCH 9/9] softirq, timer: "
[PATCH 5.15 028/371] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
2023-05-08 9:43 UTC
[PATCH 6.3 032/694] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
2023-05-08 9:37 UTC
[PATCH 6.2 053/663] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
2023-05-08 9:37 UTC
[PATCH 6.1 054/611] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
2023-05-08 9:38 UTC
Pozycjonowanie- informacja
2023-05-08 7:55 UTC
LSFMMBPF proposal [MM]: Lazy RCU memory reclaim
2023-05-06 23:06 UTC (2+ messages)
FAILED: patch "[PATCH] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz" failed to apply to 4.14-stable tree
2023-05-06 2:13 UTC
FAILED: patch "[PATCH] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz" failed to apply to 4.19-stable tree
2023-05-06 2:13 UTC
FAILED: patch "[PATCH] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz" failed to apply to 5.4-stable tree
2023-05-06 2:13 UTC
[RFC PATCH 3/4] rculist.h: Fix parentheses around macro pointer parameter use
2023-05-05 15:02 UTC (5+ messages)
[RFC PATCH 02/13] rculist.h: Fix parentheses around macro pointer parameter use
2023-05-04 20:05 UTC (3+ messages)
` [RFC PATCH 03/13] rculist_nulls.h: Add "
` [RFC PATCH 04/13] rculist_bl.h: Fix "
[RFC bpf-next v3 0/6] Handle immediate reuse in bpf memory allocator
2023-05-04 2:30 UTC (17+ messages)
` [RFC bpf-next v3 1/6] bpf: Factor out a common helper free_all()
` [RFC bpf-next v3 2/6] bpf: Pass bitwise flags to bpf_mem_alloc_init()
` [RFC bpf-next v3 3/6] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP
` [RFC bpf-next v3 4/6] bpf: Introduce BPF_MA_FREE_AFTER_RCU_GP
` [RFC bpf-next v3 5/6] bpf: Add two module parameters in htab for memory benchmark
` [RFC bpf-next v3 6/6] selftests/bpf: Add benchmark for bpf memory allocator
[PATCH V2] rcu/torture replace wait_event with wait_event_idle
2023-05-02 20:01 UTC (7+ messages)
[PATCH RFC] rcu: torture: shorten the time between forward-progress tests
2023-05-02 15:06 UTC
Exp GPs and rcu_read_unlock()
2023-04-30 22:50 UTC (4+ messages)
[PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
2023-04-29 10:06 UTC (22+ messages)
` [PATCH] debugobjects,locking: Annotate __debug_object_init() wait type violation
clangd cannot handle tree_nocb.h
2023-04-29 6:18 UTC (14+ messages)
[PATCH AUTOSEL 5.10 1/2] refscale: Move shutdown from wait_event() to wait_event_idle()
2023-04-29 1:59 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 2/2] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access
[PATCH AUTOSEL 5.15 1/2] refscale: Move shutdown from wait_event() to wait_event_idle()
2023-04-29 1:59 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 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-04-29 1:59 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 3/3] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access
[PATCH AUTOSEL 6.2 1/3] refscale: Move shutdown from wait_event() to wait_event_idle()
2023-04-29 1:58 UTC (2+ messages)
` [PATCH AUTOSEL 6.2 3/3] 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-04-29 1:58 UTC (2+ messages)
` [PATCH AUTOSEL 6.3 3/3] rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access
BUG : PowerPC RCU: torture test failed with __stack_chk_fail
2023-04-28 10:35 UTC (41+ messages)
[RFC bpf-next v2 0/4] Introduce BPF_MA_REUSE_AFTER_RCU_GP
2023-04-28 6:13 UTC (15+ messages)
` [RFC bpf-next v2 1/4] selftests/bpf: Add benchmark for bpf memory allocator
` [RFC bpf-next v2 4/4] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP
[PATCH 1/1] linux-6.2/rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
2023-04-27 8:35 UTC (2+ messages)
[PATCH RFC rcu] Stop rcu_tasks_invoke_cbs() from using never-online CPUs
2023-04-26 22:29 UTC (8+ messages)
RCU Torture test failed at git commit 61d325dcbc05d8fef88110d35
2023-04-25 20:55 UTC (4+ messages)
[PATCH 1/1] linux-5.10/rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
2023-04-25 9:14 UTC (5+ messages)
` [PATCH 1/1] linux-5.15/rcu/kvfree: "
` [PATCH 1/1] linux-6.1/rcu/kvfree: "
[PATCH RFC rcu 0/19] Further shrink srcu_struct to promote cache locality
2023-04-24 21:06 UTC (6+ messages)
` [PATCH RFC rcu 03/19] srcu: Begin offloading srcu_struct fields to srcu_update
[GIT PULL] RCU changes for v6.4
2023-04-24 19:48 UTC (2+ messages)
[PATCH] MAINTAINERS: Update qiang1.zhang@intel.com to qiang.zhang1211@gmail.com
2023-04-24 18:04 UTC (2+ messages)
[PATCH v2] rcu/kvfree: Make drain_page_cache() call return directly if cache is disabled
2023-04-24 17:35 UTC (3+ messages)
[PATCH 0/4 v2] rcu/nocb: Shrinker related boring fixes
2023-04-24 17:35 UTC (2+ messages)
Napływ Klientów ze strony
2023-04-24 7:57 UTC
[PATCH] rcu/kvfree: Make drain_page_cache() call return directly if cache is disabled
2023-04-18 12:25 UTC (3+ messages)
Question: Why the definition of ULONG_CMP_LE is different with time_before?
2023-04-17 10:10 UTC (3+ messages)
[PATCH] rcu/kvfree: Make fill page cache start from krcp->nr_bkv_objs
2023-04-13 18:50 UTC (3+ messages)
[PATCH printk v1 00/18] threaded/atomic console support
2023-04-13 12:10 UTC (3+ messages)
` [PATCH printk v1 17/18] rcu: Add atomic write enforcement for rcu stalls
[PATCH v3] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
2023-04-12 14:21 UTC (9+ messages)
[PATCH v2] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
2023-04-12 13:17 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox