messages from 2026-04-09 15:50:46 to 2026-04-16 23:55:02 UTC [more...]
[PATCH v5 0/7] locking: contended_release tracepoint instrumentation
2026-04-16 23:55 UTC (10+ messages)
` [PATCH v5 1/7] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v5 2/7] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v5 3/7] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v5 4/7] locking: Factor out queued_spin_release()
` [PATCH v5 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v5 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
` [PATCH v5 7/7] locking: Add contended_release tracepoint to qrwlock
[PATCH v2 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
2026-04-16 20:52 UTC (31+ messages)
` [PATCH v2 01/28] filelock: pass current blocking lease to trace_break_lease_block() rather than "new_fl"
` [PATCH v2 02/28] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v2 03/28] filelock: add a tracepoint to start of break_lease()
` [PATCH v2 04/28] filelock: add an inode_lease_ignore_mask helper
` [PATCH v2 05/28] fsnotify: new tracepoint in fsnotify()
` [PATCH v2 06/28] fsnotify: add fsnotify_modify_mark_mask()
` [PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type
` [PATCH v2 08/28] nfsd: check fl_lmops in nfsd_breaker_owns_lease()
` [PATCH v2 09/28] nfsd: add protocol support for CB_NOTIFY
` [PATCH v2 10/28] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v2 11/28] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v2 12/28] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v2 13/28] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v2 14/28] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v2 15/28] nfsd: use RCU to protect fi_deleg_file
` [PATCH v2 16/28] nfsd: add data structures for handling CB_NOTIFY
` [PATCH v2 17/28] nfsd: add notification handlers for dir events
` [PATCH v2 18/28] nfsd: add tracepoint to dir_event handler
` [PATCH v2 19/28] nfsd: apply the notify mask to the delegation when requested
` [PATCH v2 20/28] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v2 21/28] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v2 22/28] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v2 23/28] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v2 24/28] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v2 25/28] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v2 26/28] nfsd: properly track requested child attributes
` [PATCH v2 27/28] nfsd: track requested dir attributes
` [PATCH v2 28/28] nfsd: add support to CB_NOTIFY for dir attribute changes
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-04-16 20:23 UTC (10+ messages)
[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
2026-04-16 19:15 UTC (6+ messages)
[RFC PATCH 0/4] rv/tlob: Add task latency over budget RV monitor
2026-04-16 15:35 UTC (11+ messages)
` [RFC PATCH 1/4] rv/tlob: Add tlob model DOT file
` [RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
` [RFC PATCH 3/4] rv/tlob: Add KUnit tests for the tlob monitor
` [RFC PATCH 4/4] selftests/rv: Add selftest "
[RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
2026-04-16 14:49 UTC (5+ messages)
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-04-16 12:30 UTC (6+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "
[PATCH v3] tracing/osnoise: Add option to align tlat threads
2026-04-16 11:59 UTC
[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
2026-04-16 11:48 UTC (8+ messages)
` [PATCH 1/3] mm: use mapping_mapped to simplify the code
` [PATCH 2/3] mm: use get_i_mmap_root to access the file's i_mmap
` [PATCH 3/3] mm: split the file's i_mmap tree for NUMA
[PATCH v8 0/8] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-16 10:17 UTC (9+ messages)
` [PATCH v8 1/8] tracing/fprobe: Reject registration of a registered fprobe before init
` [PATCH v8 2/8] tracing/fprobe: Unregister fprobe even if memory allocation fails
` [PATCH v8 3/8] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v8 4/8] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v8 5/8] tracing/fprobe: Check the same type fprobe on table as the unregistered one
` [PATCH v8 6/8] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
` [PATCH v8 7/8] selftests/ftrace: Add a testcase for fprobe events on module
` [PATCH v8 8/8] selftests/ftrace: Add a testcase for multiple fprobe events
[PATCH] ftrace: fix use-after-free of mod->name in function_stat_show()
2026-04-16 8:33 UTC
[PATCH] tracing: preserve module tracepoint strings
2026-04-16 8:03 UTC (6+ messages)
` [PATCH v2] "
` [PATCH] tracing: separate module tracepoint strings from trace_printk formats
[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
2026-04-16 7:21 UTC (21+ messages)
` [PATCH mm-unstable v15 03/13] mm/khugepaged: generalize __collapse_huge_page_* for "
` [PATCH mm-unstable v15 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v15 06/13] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v15 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
[RFC 0/2] openrisc: Add support for KProbes
2026-04-16 5:00 UTC (8+ messages)
` [RFC 1/2] openrisc: Add utilities and clean up simulation of instructions
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-04-16 3:05 UTC (7+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH net-next v4 04/13] devlink: allow to use devlink index as a command handle
2026-04-15 19:04 UTC (2+ messages)
[PATCH v4 0/5] locking: contended_release tracepoint instrumentation
2026-04-15 17:43 UTC (8+ messages)
` [PATCH v4 3/5] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v4 4/5] locking: Factor out queued_spin_release()
` [PATCH v4 5/5] locking: Add contended_release tracepoint to spinning locks
[PATCH v2] bootconfig: Apply early options from embedded config
2026-04-15 11:15 UTC (11+ messages)
[PATCH 0/3] bootconfig: break dependency from memblock
2026-04-15 10:51 UTC (4+ messages)
` [PATCH 1/3] bootconfig: use static buffers instead of memblock allocation
` [PATCH 2/3] init: use static buffers for bootconfig extra command line
` [PATCH 3/3] init: move embedded bootconfig parsing before setup_arch()
[PATCH] ring-buffer: Preserve true payload lengths in long data events
2026-04-15 10:36 UTC (3+ messages)
[PATCH v7 0/6] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-15 10:09 UTC (7+ messages)
` [PATCH v7 1/6] tracing/fprobe: Reject registration of a registered fprobe before init
` [PATCH v7 2/6] tracing/fprobe: Unregister fprobe even if memory allocation fails
` [PATCH v7 3/6] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v7 4/6] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v7 5/6] tracing/fprobe: Check the same type fprobe on table as the unregistered one
` [PATCH v7 6/6] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
[PATCH v6 0/5] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-15 10:06 UTC (8+ messages)
` [PATCH v6 1/5] tracing/fprobe: Reject registration of a registered fprobe before init
` [PATCH v6 2/5] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v6 3/5] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v6 4/5] tracing/fprobe: Check the same type fprobe on table as the unregistered one
` [PATCH v6 5/5] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
[PATCH v3 00/11] Add spi-hid transport driver
2026-04-15 8:41 UTC (7+ messages)
` [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
[RFC PATCH 0/2] Decouple ftrace/livepatch from module loader via notifier priority and reverse traversal
2026-04-15 7:38 UTC (2+ messages)
[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
2026-04-15 0:48 UTC (15+ messages)
` [RFC PATCH 2/4] trace: Allow kprobes to override "
[PATCH v2] tools/rtla: Fix --dump-tasks usage in timerlat
2026-04-14 18:52 UTC
[PATCH v1] tools/rtla: Fix --dump-task option name to --dump-tasks
2026-04-14 18:51 UTC (3+ messages)
[PATCH v2] tracing/osnoise: Add option to align tlat threads
2026-04-14 18:35 UTC (3+ messages)
[PATCH] tracefs: Removed unused 'ret' variable in eventfs_iterate()
2026-04-14 15:03 UTC
[PATCH] tracing/hist: bound expression string construction
2026-04-14 9:10 UTC (3+ messages)
` [PATCH v2] tracing/hist: bound expression strings with seq_buf
[PATCH 2/2] tracing/hist: allocate synthetic-field command buffers to fit
2026-04-14 8:58 UTC (4+ messages)
` [PATCH v2 2/2] tracing/hist: reject synthetic-field strings that exceed MAX_FILTER_STR_VAL
` [PATCH v3] tracing/hist: bound synthetic-field strings with seq_buf
[PATCH v5 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-14 1:19 UTC (5+ messages)
` [PATCH v5 1/3] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v5 2/3] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v5 3/3] tracing/fprobe: Check the same type fprobe on table as the unregistered one
[PATCH v2 1/2] tracing/hist: rebuild full_name on each hist_field_name() call
2026-04-13 22:38 UTC (2+ messages)
[PATCH 0/2] tracing: fully-qualified var-ref testcase
2026-04-13 22:35 UTC (3+ messages)
` [PATCH 1/2] tracing: Fix fully-qualified variable reference printing in histograms
` [PATCH 2/2] selftests/ftrace: Add test case for fully-qualified variable references
[PATCH] tracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()
2026-04-13 19:06 UTC
[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
2026-04-13 13:12 UTC (4+ messages)
[RFC v6 0/7] ext4: fast commit: snapshot inode state for FC log
2026-04-13 12:58 UTC (4+ messages)
` [RFC v6 6/7] ext4: fast commit: add lock_updates tracepoint
[PATCH] selftests/ftrace: Account for fprobe attachment at creation
2026-04-13 8:48 UTC (4+ messages)
[PATCH v2 00/17] Landlock tracepoints
2026-04-12 16:29 UTC (5+ messages)
` [PATCH v2 01/17] landlock: Prepare ruleset and domain type split
` [PATCH v2 03/17] landlock: Split struct landlock_domain from struct landlock_ruleset
[PATCH] kernel/trace/ftrace: introduce ftrace module notifier
2026-04-12 14:10 UTC (8+ messages)
[RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch
2026-04-12 12:18 UTC (15+ messages)
[PATCH v4 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-10 17:11 UTC (4+ messages)
` [PATCH v4 1/3] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v4 2/3] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v4 3/3] tracing/fprobe: Check the same type fprobe on table as the unregistered one
[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
2026-04-10 15:18 UTC (2+ messages)
[PATCH v2] perf: enable unprivileged syscall tracing with perf trace
2026-04-10 13:35 UTC
[bug report] ring-buffer: Introduce ring-buffer remotes
2026-04-10 12:46 UTC (2+ messages)
[PATCH] ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()
2026-04-10 12:45 UTC
[PATCH v3 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-10 9:35 UTC (4+ messages)
` [PATCH v3 1/3] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v3 2/3] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v3 3/3] tracing/fprobe: Check the same type fprobe on table as the unregistered one
[PATCH v2 0/2] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-10 0:19 UTC (4+ messages)
` [PATCH v2 1/2] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
[PATCH] tracing: Documentation: Update histogram-design.rst for fn() handling
2026-04-09 16:20 UTC (6+ 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