messages from 2025-09-10 07:31:10 to 2025-09-23 14:21:36 UTC [more...]
[PATCH 0/34] Implement RCU Tasks Trace in terms of SRCU-fast and optimize
2025-09-23 14:20 UTC (6+ messages)
` [PATCH 02/34] rcu: Remove unused ->trc_ipi_to_cpu and ->trc_blkd_cpu from task_struct
` [PATCH 17/34] srcu: Create a DEFINE_SRCU_FAST()
` [PATCH 23/34] srcu: Create an srcu_expedite_current() function
` [PATCH 28/34] srcu: Make SRCU-fast available to heap srcu_struct structures
` [PATCH 32/34] srcu: Require special srcu_struct define/init for SRCU-fast readers
[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
2025-09-22 17:12 UTC (60+ 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 (15+ messages)
` [PATCH v5 01/14] slab: add opt-in caching layer of "
` Benchmarking [PATCH v5 00/14] SLUB "
[PATCH 0/3] Miscellaneous RCU updates for v6.18
2025-09-19 13:32 UTC (8+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] rcu: Document that rcu_barrier() hurries lazy callbacks
` [PATCH v2 2/5] rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()
` [PATCH v2 3/5] rculist: move list_for_each_rcu() to where it belongs
` [PATCH v2 4/5] rcu: replace use of system_wq with system_percpu_wq
` [PATCH v2 5/5] rcu: WQ_PERCPU added to alloc_workqueue users
[PATCH v8 00/23] SLUB percpu sheaves
2025-09-19 8:59 UTC (42+ 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 03/23] slab: add opt-in caching layer of percpu sheaves
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v8 05/23] slab: sheaf prefilling for guaranteed allocations
` [PATCH v8 06/23] slab: determine barn status racily outside of lock
` [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 09/23] maple_tree: remove redundant __GFP_NOWARN
` [PATCH v8 10/23] tools/testing/vma: clean up stubs in vma_internal.h
` [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 14/23] mm, vma: use percpu sheaves for vm_area_struct cache
` [PATCH v8 15/23] maple_tree: use percpu sheaves for maple_node_cache
` [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 v8 23/23] maple_tree: Convert forking to use the sheaf interface
[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()
[PATCH v7 0/6] Provide RCU changes needed to switch __DECLARE_TRACE() to SRCU for -rt
2025-09-18 10:26 UTC (7+ messages)
` [PATCH v2 1/6] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
` [PATCH v2 2/6] srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
` [PATCH v2 3/6] srcu: Add guards for notrace variants of SRCU-fast readers
` [PATCH v2 4/6] srcu: Document __srcu_read_{,un}lock_fast() implicit RCU readers
` [PATCH v2 5/6] srcu: Document srcu_flip() memory-barrier D relation to SRCU-fast
` [PATCH v2 6/6] srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()
[PATCH 0/3] rcu: Documentation updates for v6.18
2025-09-18 10:14 UTC (10+ messages)
` [PATCH v2 1/8] doc: Update whatisRCU.rst for recent RCU API additions
` [PATCH v2 2/8] doc: Add RCU guards to checklist.rst
` [PATCH v2 3/8] rcu: docs: Requirements.rst: Abide by conventions of kernel documentation
` [PATCH v2 4/8] Documentation: RCU: Wrap kvm-remote.sh rerun snippet in literal code block
` [PATCH v2 5/8] Documentation: RCU: Reduce toctree depth
` [PATCH v2 6/8] Documentation: RCU: Retitle toctree index
` [PATCH v2 7/8] doc: Fix typo in RCU's torture.rst documentation
` [PATCH v2 8/8] docs: rcu: Replace multiple dead OLS links in RTFP.txt
[PATCH 0/2] rcu: replace wq users and add WQ_PERCPU to alloc_workqueue() users
2025-09-17 16:00 UTC (3+ messages)
[PATCH] refperf: Set reader_tasks to NULL after kfree()
2025-09-11 19:46 UTC (2+ messages)
[PATCH v2] rcu/segcblist: Use WRITE_ONCE() for rclp->len decrement
2025-09-11 19:41 UTC (3+ messages)
[PATCH] rcu/segcblist: Use WRITE_ONCE() for rclp->len decrement
2025-09-11 19:37 UTC (6+ messages)
[PATCH v3] srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()
2025-09-11 13:21 UTC (2+ messages)
[PATCH v2] srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()
2025-09-11 12:06 UTC (8+ messages)
[PATCH v2] refperf: Remove redundant kfree() after torture_stop_kthread()
2025-09-10 16:05 UTC (2+ messages)
[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-09-10 14:45 UTC (3+ messages)
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
[PATCH v3] rcu/rcutorture: Improve error handling in rcu_torture_fwd_prog_init()
2025-09-10 14:01 UTC (2+ messages)
[PATCH v2] rcu/rcutorture: Improve error handling in rcu_torture_fwd_prog_init()
2025-09-10 13:33 UTC (2+ messages)
[PATCH] rcu/rcutorture: Improve error handling in rcu_torture_fwd_prog_init()
2025-09-10 9:32 UTC (3+ messages)
[PATCH v7 00/21] SLUB percpu sheaves
2025-09-10 7:31 UTC (7+ messages)
` [PATCH v7 04/21] slab: add sheaf support for batching kfree_rcu() operations
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