messages from 2025-04-12 22:19:04 to 2025-04-18 14:49:25 UTC [more...]
[PATCH net-next] udp: Add tracepoint for udp_sendmsg()
2025-04-18 14:49 UTC (18+ messages)
[PATCH v2] tracing: selftests: Add testing a user string to filters
2025-04-18 14:12 UTC
[PATCH] tracing: selftests: Add testing a user string to filters
2025-04-18 12:25 UTC (3+ messages)
[PATCH fixes] riscv: uprobes: Add missing fence.i after building the XOL buffer
2025-04-18 9:57 UTC (2+ messages)
[PATCHv3 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions
2025-04-18 7:04 UTC (6+ messages)
` [PATCHv3 perf/core 2/2] selftests/bpf: Add 5-byte nop uprobe trigger bench
[PATCH bpf-next] bpf: Remove bpf_get_smp_processor_id_proto
2025-04-18 3:40 UTC
[PATCH net-next] trace: tcp: Add const qualifier to skb parameter in tcp_probe event
2025-04-18 2:51 UTC (3+ messages)
[PATCH] khugepaged: Refactor trace_mm_collapse_huge_page_isolate() to take folio instead of page
2025-04-18 1:08 UTC (2+ messages)
[PATCH] tracing: Fix filter string testing
2025-04-18 0:34 UTC (3+ messages)
[PATCH v2] tracing: Record trace_clock and recover when reboot
2025-04-17 22:45 UTC (3+ messages)
Interface for enabling context tracking
2025-04-17 20:34 UTC (4+ messages)
[PATCH v2] rtla: Set distinctive exit value for failed tests
2025-04-17 18:56 UTC
[PATCH bpf-next v3 1/2] bpf, sockmap: Introduce tracing capability for sockmap
2025-04-17 18:51 UTC (5+ messages)
` [PATCH bpf-next v3 2/2] bpf: relocates the BPF net tracepoint definitions
[PATCH] ftrace: Free ftrace hashes after they are replaced in the subops code
2025-04-17 17:59 UTC
[PATCH] ftrace: Reinitialize hash to EMPTY_HASH after freeing
2025-04-17 15:09 UTC
[linus:master] [ftrace] 0ae6b8ce20: UBSAN:shift-out-of-bounds_in_kernel/trace/ftrace.c
2025-04-17 14:46 UTC
[linus:master] [tracing] a3dc2983ca: WARNING:suspicious_RCU_usage
2025-04-17 14:48 UTC (2+ messages)
[PATCH] ftrace: Initialize variables for ftrace_startup/shutdown_subops()
2025-04-17 14:40 UTC
[PATCH bpf-next v3] bpf: Remove redundant checks
2025-04-17 13:36 UTC (5+ messages)
[PATCH] powerpc64/ftrace: fix clobbered r15 during livepatching
2025-04-17 12:30 UTC (2+ messages)
[PATCH v1] rtla: Set distinctive exit value for failed tests
2025-04-17 9:02 UTC (4+ messages)
[syzbot] Monthly trace report (Apr 2025)
2025-04-17 8:38 UTC
[syzbot] [trace?] KASAN: slab-out-of-bounds Write in tracing_splice_read_pipe
2025-04-17 8:38 UTC
[PATCH v3 00/22] RV: Linear temporal logic monitors for RT application
2025-04-17 5:42 UTC (33+ messages)
` [PATCH v3 01/22] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v3 02/22] printk: Make vprintk_deferred() public
` [PATCH v3 03/22] panic: Add vpanic()
` [PATCH v3 04/22] rv: Let the reactors take care of buffers
` [PATCH v3 05/22] verification/dot2k: Make a separate dot2k_templates/Kconfig_container
` [PATCH v3 06/22] verification/dot2k: Remove __buff_to_string()
` [PATCH v3 07/22] verification/dot2k: Replace is_container() hack with subparsers
` [PATCH v3 08/22] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v3 09/22] verification/dot2k: Prepare the frontend for LTL inclusion
` [PATCH v3 10/22] Documentation/rv: Prepare monitor synthesis document "
` [PATCH v3 11/22] verification/rvgen: Restructure the templates files
` [PATCH v3 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion
` [PATCH v3 13/22] rv: Add support for LTL monitors
` [PATCH v3 14/22] rv: Add rtapp container monitor
` [PATCH v3 15/22] x86/tracing: Remove redundant trace_pagefault_key
` [PATCH v3 16/22] x86/tracing: Move page fault trace points to generic
` [PATCH v3 17/22] arm64: mm: Add page fault trace points
` [PATCH v3 18/22] riscv: "
` [PATCH v3 19/22] rv: Add rtapp_pagefault monitor
` [PATCH v3 20/22] rv: Add rtapp_sleep monitor
` [PATCH v3 21/22] rv: Add documentation for rtapp monitor
` [PATCH v3 22/22] rv: Allow to configure the number of per-task monitor
[PATCH] tracing: Record trace_clock in last_boot_info
2025-04-17 5:09 UTC (3+ messages)
[syzbot] [trace?] WARNING in tracing_start_tr
2025-04-17 0:22 UTC
[PATCH] selftests/ftrace: Differentiate bash and dash in dynevent_limitations.tc
2025-04-17 0:16 UTC (6+ messages)
[PATCH v4 00/12] khugepaged: mTHP support
2025-04-17 0:02 UTC (13+ messages)
` [PATCH v4 01/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v4 02/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v4 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v4 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v4 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v4 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v4 07/12] khugepaged: add "
` [PATCH v4 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v4 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v4 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v4 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v4 12/12] Documentation: mm: update the admin guide for mTHP collapse
[PATCH] ftrace: Comment that ftrace_func_mapper is freed with free_ftrace_hash()
2025-04-16 20:54 UTC
[BUG?] ppc64le: fentry BPF not triggered after live patch (v6.14)
2025-04-16 19:24 UTC (3+ messages)
[PATCH] x86/tracing: introduce enter/exit tracepoint pairs for page faults
2025-04-16 18:06 UTC (14+ messages)
[PATCH v2 0/2] Table of contents refactoring for tracing docs
2025-04-16 14:12 UTC (4+ messages)
` [PATCH v2 1/2] Documentation: trace: Reduce toctree depth
` [PATCH v2 2/2] Documentation: trace: Refactor toctree
[PATCH v2 00/22] RV: Linear temporal logic monitors for RT application
2025-04-16 4:37 UTC (14+ messages)
` [PATCH v2 03/22] rv: Let the reactors take care of buffers
` [PATCH v2 13/22] rv: Add support for LTL monitors
` [PATCH v2 19/22] rv: Add rtapp_pagefault monitor
` [PATCH v2 21/22] rv: Add documentation for rtapp monitor
[PATCH 0/2] Table of contents refactoring for tracing docs
2025-04-16 2:29 UTC (5+ messages)
` [PATCH 1/2] Documentation: trace: Reduce toctree depth
` [PATCH 2/2] Documentation: trace: Refactor toctree
[PATCH] ftrace: make ftrace_location() more accurate
2025-04-16 1:45 UTC (3+ messages)
[PATCH bpf v2] ftrace: fix incorrect hash size in register_ftrace_direct()
2025-04-16 1:06 UTC (5+ messages)
[PATCH v4 0/4] ftrace: Add function arguments to function tracers
2025-04-15 17:40 UTC (18+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer
[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
2025-04-15 12:45 UTC (3+ messages)
[PATCH] MAINTAINERS: Add mmap trace events to MEMORY MAPPING
2025-04-15 9:05 UTC (2+ messages)
[PATCH] tracing: fprobe: Fix RCU warning message in list traversal
2025-04-15 7:42 UTC (2+ messages)
[PATCH v3] x86/tracing: introduce enter/exit tracepoint pairs for page faults
2025-04-15 1:38 UTC
[PATCH v2] x86/tracing: introduce enter/exit tracepoint pairs for page faults
2025-04-15 1:18 UTC
[PATCH v3 00/12] khugepaged: mTHP support
2025-04-15 1:09 UTC (17+ messages)
` [PATCH v3 01/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v3 02/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v3 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v3 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v3 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v3 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v4 "
` [PATCH v3 07/12] khugepaged: add "
` [PATCH v3 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v3 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v3 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v3 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v3 12/12] Documentation: mm: update the admin guide for mTHP collapse
[PATCH] tracing: Add common_comm to histograms
2025-04-14 21:14 UTC (2+ messages)
[PATCH 0/4] Documentation/rtla: Cover BPF sample collection
2025-04-14 16:43 UTC (7+ messages)
` [PATCH 4/4] Documentation/rtla: Include "
[PATCH bpf-next v2] bpf, sockmap: Introduce tracing capability for sockmap
2025-04-14 16:08 UTC (4+ messages)
[PATCHv2 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions
2025-04-13 19:05 UTC (4+ messages)
[PATCH bpf] ftrace: fix incorrect hash size in register_ftrace_direct()
2025-04-13 1:32 UTC (6+ messages)
[PATCH v2 0/2] ftrace: Expose call graph depth as unsigned int
2025-04-12 22:10 UTC
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;
as well as URLs for NNTP newsgroup(s).