messages from 2026-04-17 06:38:49 to 2026-04-23 20:30:29 UTC [more...]
[PATCH 7.2 v16 00/13] khugepaged: mTHP support
2026-04-23 20:30 UTC (21+ messages)
` [PATCH 7.2 v16 01/13] mm/khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH 7.2 v16 02/13] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH 7.2 v16 03/13] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH 7.2 v16 04/13] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH 7.2 v16 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH 7.2 v16 06/13] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH 7.2 v16 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH 7.2 v16 08/13] mm/khugepaged: improve tracepoints for mTHP orders
` [PATCH 7.2 v16 09/13] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH 7.2 v16 10/13] mm/khugepaged: Introduce mTHP collapse support
` [PATCH 7.2 v16 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH 7.2 v16 12/13] mm/khugepaged: run khugepaged for all orders
` [PATCH 7.2 v16 13/13] Documentation: mm: update the admin guide for mTHP collapse
[PATCH] mm/vmscan: add balance_pgdat begin/end tracepoints
2026-04-23 17:46 UTC (2+ messages)
[PATCH v3 0/3] Enable perf tracing for unprivileged users
2026-04-23 15:17 UTC (4+ messages)
` [PATCH v3 1/3] perf evsel: don't set PERF_SAMPLE_IP for unprivileged tracepoints
` [PATCH v3 2/3] perf: enable unprivileged syscall tracing with perf trace
` [PATCH v3 3/3] tracefs: make root directory world-traversable
[PATCH] tools/rv: harden monitor name lookup bounds checks
2026-04-23 14:44 UTC
[PATCH 1/1] tools/rv: ensure monitor name and desc are NUL-terminated
2026-04-23 14:19 UTC
[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
2026-04-23 14:00 UTC (3+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search
[PATCH] rtla: Document tests in README
2026-04-23 13:07 UTC
[PATCH 0/9] rtla/tests: Extend runtime test coverage
2026-04-23 13:05 UTC (10+ messages)
` [PATCH 1/9] rtla/tests: Cover both top and hist tools where possible
` [PATCH 2/9] rtla/tests: Add get_workload_pids() helper
` [PATCH 3/9] rtla/tests: Check -c/--cpus thread affinity
` [PATCH 4/9] rtla/tests: Use negative match when testing --aa-only
` [PATCH 5/9] rtla/tests: Extend timerlat top --aa-only coverage
` [PATCH 6/9] rtla/tests: Cover all hist options in runtime tests
` [PATCH 7/9] rtla/tests: Add runtime test for -H/--house-keeping
` [PATCH 8/9] rtla/tests: Add runtime test for -k and -u options
` [PATCH 9/9] rtla/tests: Add runtime tests for -C/--cgroup
[PATCH bpf-next 10/17] bpf: Add support for tracing_multi link session
2026-04-23 8:35 UTC (3+ messages)
[PATCH v17 0/5] ring-buffer: Making persistent ring buffers robust
2026-04-23 8:26 UTC (8+ messages)
` [PATCH v17 1/5] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v17 2/5] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v17 3/5] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v17 4/5] ring-buffer: Add persistent ring buffer invalid-page inject test
` [PATCH v17 5/5] ring-buffer: Show commit numbers in buffer_meta file
[PATCH v13 00/18] unwind_deferred: Implement sframe handling
2026-04-23 7:00 UTC (6+ messages)
` [PATCH v13 04/18] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v13 17/18] unwind_user/sframe/x86: Enable sframe unwinding on x86
[moderation] KCSAN: data-race in filemap_read / filemap_splice_read (3)
2026-04-23 5:05 UTC
[PATCH net v1] net: validate skb->napi_id in RX tracepoints
2026-04-23 3:40 UTC (6+ messages)
[PATCH] ftrace: fix use-after-free of mod->name in function_stat_show()
2026-04-22 9:35 UTC (3+ messages)
[PATCH v2] tracepoint: Fix typo in tracepoint.h comment
2026-04-22 2:18 UTC
[PATCH] kernel/trace/ftrace: introduce ftrace module notifier
2026-04-21 22:40 UTC (9+ messages)
[PATCH] kernel: trace: do not generate undefsyms_base.c
2026-04-21 21:51 UTC (6+ messages)
[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
2026-04-21 9:05 UTC (7+ messages)
[PATCHv5 bpf-next 00/28] bpf: tracing_multi link
2026-04-21 8:57 UTC (55+ messages)
` [PATCHv5 bpf-next 01/28] ftrace: Add ftrace_hash_count function
` [PATCHv5 bpf-next 02/28] ftrace: Add ftrace_hash_remove function
` [PATCHv5 bpf-next 03/28] ftrace: Add add_ftrace_hash_entry function
` [PATCHv5 bpf-next 04/28] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv5 bpf-next 05/28] bpf: Add struct bpf_trampoline_ops object
` [PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
` [PATCHv5 bpf-next 07/28] bpf: Add bpf_trampoline_add/remove_prog functions
` [PATCHv5 bpf-next 08/28] bpf: Add struct bpf_tramp_node object
` [PATCHv5 bpf-next 09/28] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv5 bpf-next 10/28] bpf: Add multi tracing attach types
` [PATCHv5 bpf-next 11/28] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv5 bpf-next 12/28] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv5 bpf-next 13/28] bpf: Add support for tracing multi link
` [PATCHv5 bpf-next 14/28] bpf: Add support for tracing_multi link cookies
` [PATCHv5 bpf-next 15/28] bpf: Add support for tracing_multi link session
` [PATCHv5 bpf-next 16/28] bpf: Add support for tracing_multi link fdinfo
` [PATCHv5 bpf-next 17/28] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv5 bpf-next 18/28] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv5 bpf-next 19/28] libbpf: Add btf_type_is_traceable_func function
` [PATCHv5 bpf-next 20/28] libbpf: Add support to create tracing multi link
` [PATCHv5 bpf-next 21/28] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv5 bpf-next 22/28] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv5 bpf-next 23/28] selftests/bpf: Add tracing multi intersect tests
` [PATCHv5 bpf-next 24/28] selftests/bpf: Add tracing multi cookies test
` [PATCHv5 bpf-next 25/28] selftests/bpf: Add tracing multi session test
` [PATCHv5 bpf-next 26/28] selftests/bpf: Add tracing multi attach fails test
` [PATCHv5 bpf-next 27/28] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv5 bpf-next 28/28] selftests/bpf: Add tracing multi attach rollback tests
[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
2026-04-21 3:06 UTC (6+ messages)
[PATCH] tracing: branch: Fix inverted check on stat tracer registration
2026-04-20 23:57 UTC (2+ messages)
[PATCH v10 0/8] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-20 14:01 UTC (9+ messages)
` [PATCH v10 1/8] tracing/fprobe: Reject registration of a registered fprobe before init
` [PATCH v10 2/8] tracing/fprobe: Unregister fprobe even if memory allocation fails
` [PATCH v10 3/8] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v10 4/8] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v10 5/8] tracing/fprobe: Check the same type fprobe on table as the unregistered one
` [PATCH v10 6/8] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
` [PATCH v10 7/8] selftests/ftrace: Add a testcase for fprobe events on module
` [PATCH v10 8/8] selftests/ftrace: Add a testcase for multiple fprobe events
[PATCH AUTOSEL 7.0-6.18] rtla: Handle pthread_create() failure properly
2026-04-20 13:19 UTC
[PATCH AUTOSEL 7.0-6.12] ring-buffer: Enforce read ordering of trace_buffer cpumask and buffers
2026-04-20 13:08 UTC (3+ messages)
` [PATCH AUTOSEL 6.18] tracing/probe: reject non-closed empty immediate strings
` [PATCH AUTOSEL 6.18] btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file()
[PATCH] trace: remove the dead IS_ERR() check in trace_pipe_open()
2026-04-20 10:12 UTC
[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
2026-04-20 9:37 UTC (5+ messages)
[PATCH] tracing: separate module tracepoint strings from trace_printk formats
2026-04-20 6:19 UTC (2+ messages)
` [PATCH v2] tracing: export live module tracepoint strings in printk_formats
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-04-20 2:56 UTC (15+ messages)
[RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
2026-04-20 2:27 UTC (5+ messages)
[PATCH v9 0/8] tracing/fprobe: Fix fprobe_ip_table related bugs
2026-04-20 1:42 UTC (10+ messages)
` [PATCH v9 1/8] tracing/fprobe: Reject registration of a registered fprobe before init
` [PATCH v9 2/8] tracing/fprobe: Unregister fprobe even if memory allocation fails
` [PATCH v9 3/8] tracing/fprobe: Remove fprobe from hash in failure path
` [PATCH v9 4/8] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
` [PATCH v9 5/8] tracing/fprobe: Check the same type fprobe on table as the unregistered one
` [PATCH v9 6/8] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
` [PATCH v9 7/8] selftests/ftrace: Add a testcase for fprobe events on module
` [PATCH v9 8/8] selftests/ftrace: Add a testcase for multiple fprobe events
[PATCH] Documentation: fix spelling mistake "stucture" -> "structure"
2026-04-19 18:45 UTC
[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
2026-04-19 13:14 UTC (3+ messages)
[PATCH v4 0/2] blk-mq: introduce tag starvation observability
2026-04-19 2:30 UTC (3+ messages)
` [PATCH v4 1/2] blk-mq: add tracepoint block_rq_tag_wait
` [PATCH v4 2/2] blk-mq: expose tag starvation counts via debugfs
[PATCH] trace: propagate registration failure from tracing_start_*_record()
2026-04-18 19:52 UTC (4+ messages)
[PATCH] eventfs: Hold eventfs_mutex and SRCU when remount walks events
2026-04-18 19:17 UTC
[PATCH] eventfs: Use list_add_tail_rcu() for SRCU-protected children list
2026-04-18 15:22 UTC
[PATCH v3 0/2] blk-mq: introduce tag starvation observability
2026-04-18 2:29 UTC (6+ messages)
` [PATCH v3 2/2] blk-mq: expose tag starvation counts via debugfs
[RFC PATCH 00/10] RCU: Enable callbacks to benefit from expedited grace periods
2026-04-17 23:11 UTC (11+ messages)
` [RFC PATCH 01/10] rcu/segcblist: Add SRCU and Tasks RCU wrapper functions
` [RFC PATCH 02/10] rcu/segcblist: Factor out rcu_segcblist_advance_compact() helper
` [RFC PATCH 03/10] rcu/segcblist: Change gp_seq to struct rcu_gp_oldstate gp_seq_full
` [RFC PATCH 04/10] rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPs
` [RFC PATCH 05/10] rcu: Enable RCU callbacks to benefit from expedited grace periods
` [RFC PATCH 06/10] rcu: Update comments for gp_seq_full and expedited GP tracking
` [RFC PATCH 07/10] rcu: Wake NOCB rcuog kthreads on expedited grace period completion
` [RFC PATCH 08/10] rcu: Detect expedited grace period completion in rcu_pending()
` [RFC PATCH 09/10] rcu: Advance callbacks for expedited GP completion in rcu_core()
` [RFC PATCH 10/10] rcuscale: Add concurrent expedited GP threads for callback scaling tests
[PATCH 2/2] tracing/hist: allocate synthetic-field command buffers to fit
2026-04-17 16:16 UTC (5+ 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 v4] tracing: Bound "
[PATCH 0/3] bootconfig: break dependency from memblock
2026-04-17 15:38 UTC (4+ messages)
` [PATCH 2/3] init: use static buffers for bootconfig extra command line
[PATCH v2 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
2026-04-17 11:56 UTC (5+ messages)
` [PATCH v2 05/28] fsnotify: new tracepoint in fsnotify()
` [PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type
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