messages from 2025-11-20 02:09:22 to 2025-12-15 04:37:51 UTC [more...]
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2025-12-15 4:22 UTC (46+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
Handling large numbers of hazard pointers
2025-12-14 23:26 UTC (8+ messages)
[PATCH v2] srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()
2025-12-14 10:14 UTC
[PATCH] srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()
2025-12-14 8:09 UTC (5+ messages)
[PATCH] rcu-tasks: Remove unnecessary smp_store operations in the cblist_init_generic()
2025-12-14 2:49 UTC
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
2025-12-12 11:09 UTC (63+ messages)
` [PATCH v4 01/35] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 03/35] compiler-context-analysis: Add test stub
` [PATCH v4 04/35] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v4 05/35] checkpatch: Warn about context_unsafe() without comment
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v4 09/35] compiler-context-analysis: Change __cond_acquires to take return value
` [PATCH v4 10/35] locking/mutex: Support Clang's context analysis
` [PATCH v4 11/35] locking/seqlock: "
` [PATCH v4 12/35] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v4 13/35] bit_spinlock: Support Clang's context analysis
` [PATCH v4 14/35] rcu: "
` [PATCH v4 15/35] srcu: "
` [PATCH v4 16/35] kref: Add context-analysis annotations
` [PATCH v4 17/35] locking/rwsem: Support Clang's context analysis
` [PATCH v4 18/35] locking/local_lock: Include missing headers
` [PATCH v4 19/35] locking/local_lock: Support Clang's context analysis
` [PATCH v4 20/35] locking/ww_mutex: "
` [PATCH v4 21/35] debugfs: Make debugfs_cancellation a context guard struct
` [PATCH v4 22/35] compiler-context-analysis: Remove Sparse support
` [PATCH v4 23/35] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v4 24/35] compiler-context-analysis: Introduce header suppressions
` [PATCH v4 25/35] compiler: Let data_race() imply disabled context analysis
` [PATCH v4 26/35] MAINTAINERS: Add entry for Context Analysis
` [PATCH v4 27/35] kfence: Enable context analysis
` [PATCH v4 28/35] kcov: "
` [PATCH v4 29/35] kcsan: "
` [PATCH v4 30/35] stackdepot: "
` [PATCH v4 31/35] rhashtable: "
` [PATCH v4 32/35] printk: Move locking annotation to printk.c
` [PATCH v4 33/35] security/tomoyo: Enable context analysis
` [PATCH v4 34/35] crypto: "
` [PATCH v4 35/35] sched: Enable context analysis for core.c and fair.c
[PATCH v8 00/23] SLUB percpu sheaves
2025-12-09 9:43 UTC (31+ messages)
` [PATCH v8 03/23] slab: add opt-in caching layer of "
` [PATCH] slub: add barn_get_full_sheaf() and refine empty-main sheaf
` slub: add barn_get_full_sheaf() and refine empty-main sheaf replacement
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH V1] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
[PATCH V3] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
2025-12-07 17:11 UTC (2+ messages)
[PATCH] rcu: Improve comments for RCU_FANOUT and RCU_FANOUT_LEAF
2025-12-05 15:03 UTC (4+ messages)
` [PATCH v2] "
[PATCH V2] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
2025-12-05 1:13 UTC (6+ messages)
[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
2025-12-04 10:05 UTC (5+ messages)
` [PATCH 33/46] rust: rcu: add __rust_helper to helpers
` (subset) [PATCH 00/46] Allow inlining C helpers into Rust when using LTO
[GIT PULL] RCU updates for v6.19
2025-12-03 21:50 UTC (2+ messages)
PATCH v3 0/3] softirq: Use a dedicated thread for timer wakeups with forced-threading
2025-12-02 13:22 UTC (9+ messages)
` [PATCH v3 3/3] softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-12-01 7:18 UTC (8+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[PATCHv6 net-next 00/14] ipvs: per-net tables and optimizations
2025-11-26 20:16 UTC (18+ messages)
` [PATCHv6 net-next 03/14] ipvs: some service readers can use RCU
` [PATCHv6 net-next 04/14] ipvs: use single svc table
` [PATCHv6 net-next 07/14] ipvs: add resizable hash tables
` [PATCHv6 net-next 10/14] ipvs: show the current conn_tab size to users
` [PATCHv6 net-next 11/14] ipvs: no_cport and dropentry counters can be per-net
` [PATCHv6 net-next 13/14] ipvs: add ip_vs_status info
[PATCH v2 0/16] SRCU updates for v6.19
2025-11-26 17:09 UTC (15+ messages)
` [PATCH v2 14/16] srcu: Create an SRCU-fast-updown API
` [PATCH v2 15/16] srcu: Optimize SRCU-fast-updown for arm64
[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-25 14:13 UTC (11+ messages)
` [RFC PATCH v7 29/31] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v7 30/31] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
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