messages from 2025-09-18 10:29:39 to 2025-10-02 08:13:35 UTC [more...]
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-02 8:12 UTC (15+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
[PATCH v2 0/21] Implement RCU Tasks Trace in terms of SRCU-fast and optimize
2025-10-02 1:37 UTC (23+ messages)
` [PATCH v2 01/21] srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabled
` [PATCH v2 02/21] rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
` [PATCH v2 03/21] context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
` [PATCH v2 04/21] rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
` [PATCH v2 05/21] rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
` [PATCH v2 06/21] srcu: Create an srcu_expedite_current() function
` [PATCH v2 07/21] rcutorture: Test srcu_expedite_current()
` [PATCH v2 08/21] rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
` [PATCH v2 09/21] rcu: Update Requirements.rst for RCU Tasks Trace
` [PATCH v2 10/21] checkpatch: Deprecate rcu_read_{,un}lock_trace()
` [PATCH v2 11/21] srcu: Create a DEFINE_SRCU_FAST()
` [PATCH v2 12/21] srcu: Create an rcu_tasks_trace_expedite_current() function
` [PATCH v2 13/21] rcutorture: Test rcu_tasks_trace_expedite_current()
` [PATCH v2 14/21] srcu: Make grace-period determination use ssp->srcu_reader_flavor
` [PATCH v2 15/21] rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
` [PATCH v2 16/21] refscale: "
` [PATCH v2 17/21] srcu: Require special srcu_struct define/init for SRCU-fast readers
` [PATCH v2 18/21] srcu: Make SRCU-fast readers enforce use of SRCU-fast definition/init
` [PATCH v2 19/21] doc: Update for SRCU-fast definitions and initialization
` [PATCH v2 20/21] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH v2 21/21] rcu: Mark diagnostic functions as notrace
[PATCH v8 00/23] SLUB percpu sheaves
2025-09-29 16:51 UTC (51+ messages)
` [PATCH v8 01/23] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v8 02/23] slab: simplify init_kmem_cache_nodes() error handling
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v8 07/23] slab: skip percpu sheaves for remote object freeing
` [PATCH v8 08/23] slab: allow NUMA restricted allocations to use percpu sheaves
` [PATCH v8 11/23] maple_tree: Drop bulk insert support
` [PATCH v8 12/23] tools/testing/vma: Implement vm_refcnt reset
` [PATCH v8 13/23] tools/testing: Add support for changes to slab for sheaves
` [PATCH v8 16/23] tools/testing: include maple-shim.c in maple.c
` [PATCH v8 17/23] testing/radix-tree/maple: Hack around kfree_rcu not existing
` [PATCH v8 18/23] maple_tree: Use kfree_rcu in ma_free_rcu
` [PATCH v8 19/23] maple_tree: Replace mt_free_one() with kfree()
` [PATCH v8 20/23] tools/testing: Add support for prefilled slab sheafs
` [PATCH v8 21/23] maple_tree: Prefilled sheaf conversion and testing
` [PATCH v8 22/23] maple_tree: Add single node allocation support to maple state
[PATCH 0/34] Implement RCU Tasks Trace in terms of SRCU-fast and optimize
2025-09-25 18:58 UTC (48+ messages)
` [PATCH 01/34] rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
` [PATCH 02/34] rcu: Remove unused ->trc_ipi_to_cpu and ->trc_blkd_cpu from task_struct
` [PATCH 03/34] rcu: Remove ->trc_blkd_node "
` [PATCH 04/34] rcu: Remove ->trc_holdout_list "
` [PATCH 05/34] rcu: Remove rcu_tasks_trace_qs() and the functions that it calls
` [PATCH 06/34] context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
` [PATCH 07/34] rcu: Remove ->trc_reader_special from task_struct
` [PATCH 08/34] rcu: Remove now-empty RCU Tasks Trace functions and calls to them
` [PATCH 09/34] rcu: Remove unused rcu_tasks_trace_lazy_ms and trc_stall_chk_rdr struct
` [PATCH 10/34] rcu: Remove now-empty show_rcu_tasks_trace_gp_kthread() function
` [PATCH 11/34] rcu: Remove now-empty rcu_tasks_trace_get_gp_data() function
` [PATCH 12/34] rcu: Remove now-empty rcu_tasks_trace_torture_stats_print() function
` [PATCH 13/34] rcu: Remove now-empty get_rcu_tasks_trace_gp_kthread() function
` [PATCH 14/34] rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
` [PATCH 15/34] rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
` [PATCH 16/34] rcu: Remove now-unused rcu_task_ipi_delay and TASKS_TRACE_RCU_READ_MB
` [PATCH 17/34] srcu: Create a DEFINE_SRCU_FAST()
` [PATCH 18/34] rcu: Use smp_mb() only when necessary in RCU Tasks Trace readers
` [PATCH 19/34] rcu: Update Requirements.rst for RCU Tasks Trace
` [PATCH 20/34] checkpatch: Deprecate rcu_read_{,un}lock_trace()
` [PATCH 21/34] rcu: Mark diagnostic functions as notrace
` [PATCH 22/34] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH 23/34] srcu: Create an srcu_expedite_current() function
` [PATCH 24/34] rcutorture: Test srcu_expedite_current()
` [PATCH 25/34] srcu: Create an rcu_tasks_trace_expedite_current() function
` [PATCH 26/34] rcutorture: Test rcu_tasks_trace_expedite_current()
` [PATCH 27/34] srcu: Make DEFINE_SRCU_FAST() available to modules
` [PATCH 28/34] srcu: Make SRCU-fast available to heap srcu_struct structures
` [PATCH 29/34] srcu: Make grace-period determination use ssp->srcu_reader_flavor
` [PATCH 30/34] rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
` [PATCH 31/34] refscale: "
` [PATCH 32/34] srcu: Require special srcu_struct define/init for SRCU-fast readers
` [PATCH 33/34] srcu: Make SRCU-fast readers enforce use of SRCU-fast definition/init
` [PATCH 34/34] doc: Update for SRCU-fast definitions and initialization
[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
2025-09-23 19:49 UTC (61+ messages)
` [PATCH v3 01/35] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v3 02/35] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v3 03/35] compiler-capability-analysis: Add test stub
` [PATCH v3 04/35] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v3 05/35] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v3 06/35] cleanup: Basic compatibility with capability analysis
` [PATCH v3 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v3 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v3 09/35] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v3 10/35] locking/mutex: Support Clang's capability analysis
` [PATCH v3 11/35] locking/seqlock: "
` [PATCH v3 12/35] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v3 13/35] bit_spinlock: Support Clang's capability analysis
` [PATCH v3 14/35] rcu: "
` [PATCH v3 15/35] srcu: "
` [PATCH v3 16/35] kref: Add capability-analysis annotations
` [PATCH v3 17/35] locking/rwsem: Support Clang's capability analysis
` [PATCH v3 18/35] locking/local_lock: Include missing headers
` [PATCH v3 19/35] locking/local_lock: Support Clang's capability analysis
` [PATCH v3 20/35] locking/ww_mutex: "
` [PATCH v3 21/35] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v3 22/35] compiler-capability-analysis: Remove Sparse support
` [PATCH v3 23/35] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v3 24/35] compiler-capability-analysis: Introduce header suppressions
` [PATCH v3 25/35] compiler: Let data_race() imply disabled capability analysis
` [PATCH v3 26/35] MAINTAINERS: Add entry for Capability Analysis
` [PATCH v3 27/35] kfence: Enable capability analysis
` [PATCH v3 28/35] kcov: "
` [PATCH v3 29/35] kcsan: "
` [PATCH v3 30/35] stackdepot: "
` [PATCH v3 31/35] rhashtable: "
` [PATCH v3 32/35] printk: Move locking annotation to printk.c
` [PATCH v3 33/35] security/tomoyo: Enable capability analysis
` [PATCH v3 34/35] crypto: "
` [PATCH v3 35/35] sched: Enable capability analysis for core.c and fair.c
` [syzbot ci] Re: Compiler-Based Capability- and Locking-Analysis
[PATCH v2 0/3] rcu: replace system_wq and add WQ_PERCPU or WQ_UNBOUND to alloc_workqueue users
2025-09-22 14:30 UTC (9+ messages)
` [PATCH v2 1/3] rcu: replace use of system_wq with system_percpu_wq
` [PATCH v2 2/3] rcu: WQ_PERCPU added to alloc_workqueue users
` [PATCH v2 3/3] rcu: WQ_UNBOUND added to sync_wq workqueue
[PATCH v2] tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host headers
2025-09-20 9:07 UTC (2+ messages)
[PATCH v5 00/14] SLUB percpu sheaves
2025-09-19 15:07 UTC (12+ messages)
` Benchmarking "
[PATCH v2 0/5] Miscellaneous RCU updates for v6.18
2025-09-19 13:32 UTC (3+ messages)
` [PATCH v2 5/5] rcu: WQ_PERCPU added to alloc_workqueue users
[PATCH] tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host headers
2025-09-18 20:01 UTC (2+ messages)
[PATCH v2 0/11] RCU torture-test updates for v6.18
2025-09-18 10:29 UTC (12+ messages)
` [PATCH v2 01/11] rcutorture: Fix jitter.sh spin time
` [PATCH v2 02/11] torture: Add --do-normal parameter to torture.sh help text
` [PATCH v2 03/11] torture: Announce kernel boot status at torture-test startup
` [PATCH v2 04/11] rcutorture: Suppress "Writer stall state" reports during boot
` [PATCH v2 05/11] rcutorture: Delay rcutorture readers and writers until boot completes
` [PATCH v2 06/11] torture: Delay CPU-hotplug operations "
` [PATCH v2 07/11] rcutorture: Delay forward-progress testing "
` [PATCH v2 08/11] rcutorture: Use kcalloc() instead of kzalloc()
` [PATCH v2 09/11] refscale: "
` [PATCH v2 10/11] refperf: Remove redundant kfree() after torture_stop_kthread()
` [PATCH v2 11/11] refperf: Set reader_tasks to NULL after kfree()
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