messages from 2025-04-15 14:04:45 to 2025-04-22 17:20:10 UTC [more...]
[PATCH v4 00/39] unwind, perf: sframe user space unwinding
2025-04-22 17:20 UTC (8+ messages)
` [PATCH v4 01/39] task_work: Fix TWA_NMI_CURRENT error handling
` [PATCH v4 02/39] task_work: Fix TWA_NMI_CURRENT race with __schedule()
[PATCH v2] tracing: selftests: Add testing a user string to filters
2025-04-22 16:59 UTC (2+ messages)
[PATCH bpf-next] bpf: Remove bpf_get_smp_processor_id_proto
2025-04-22 14:37 UTC (4+ messages)
` (no subject)
`
[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-04-22 14:01 UTC (27+ messages)
` [PATCH perf/core 01/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCH perf/core 02/22] uprobes: Make copy_from_page global
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
` [PATCH perf/core 04/22] uprobes: Add uprobe_write function
` [PATCH perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCH perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCH perf/core 07/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCH perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCH perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCH perf/core 11/22] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCH perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCH perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCH perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCH perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCH perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCH perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCH perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCH perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCH 22/22] man2: Add uprobe syscall page
[syzbot] [trace?] linux-next test error: WARNING in trace_event_raw_init
2025-04-22 12:41 UTC
[PATCH v3] tracing: fix oob write in trace_seq_to_buffer()
2025-04-22 11:30 UTC
[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
2025-04-22 11:22 UTC (3+ messages)
[PATCH v2] rtla: Set distinctive exit value for failed tests
2025-04-22 10:04 UTC (2+ messages)
[PATCH v2 1/2] khugepaged: Refactor trace_mm_collapse_huge_page_isolate() to take folio instead of page
2025-04-22 8:50 UTC (7+ messages)
` [PATCH v2 2/2] khugepaged: Refactor trace_mm_khugepaged_scan_pmd() "
[PATCH] rtla: Define __NR_sched_setattr for LoongArch
2025-04-22 7:49 UTC
[PATCH v2 0/2] Table of contents refactoring for tracing docs
2025-04-21 16:38 UTC (5+ messages)
` [PATCH v2 1/2] Documentation: trace: Reduce toctree depth
` [PATCH v2 2/2] Documentation: trace: Refactor toctree
[RFC bpf-next 00/13] bpf: Introduce modular verifier
2025-04-21 16:13 UTC (3+ messages)
` [RFC bpf-next 11/13] treewide: bpf: Export symbols used by verifier
[PATCH v2] tracing: fix oob write in trace_seq_to_buffer()
2025-04-21 15:41 UTC (2+ messages)
[RFC][PATCH] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
2025-04-21 14:53 UTC (4+ messages)
[PATCH] tracing: fix oob write in trace_seq_to_buffer()
2025-04-21 14:36 UTC (3+ messages)
[PATCH fixes v2 1/2] riscv: Replace function-like macro by static inline function
2025-04-19 11:14 UTC (2+ messages)
` [PATCH fixes v2 2/2] riscv: uprobes: Add missing fence.i after building the XOL buffer
[PATCH] powerpc64/ftrace: fix clobbered r15 during livepatching
2025-04-19 10:42 UTC (3+ messages)
[PATCH fixes] riscv: uprobes: Add missing fence.i after building the XOL buffer
2025-04-19 10:18 UTC (4+ messages)
[PATCH v5] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
2025-04-19 9:32 UTC
[PATCH v4] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
2025-04-19 9:29 UTC (3+ messages)
[PATCH] x86/tracing: introduce enter/exit tracepoint pairs for page faults
2025-04-18 21:39 UTC (7+ messages)
[PATCH] khugepaged: Refactor trace_mm_collapse_huge_page_isolate() to take folio instead of page
2025-04-18 17:18 UTC (4+ messages)
[PATCH net-next] udp: Add tracepoint for udp_sendmsg()
2025-04-18 14:49 UTC (18+ messages)
[PATCH] tracing: selftests: Add testing a user string to filters
2025-04-18 12:25 UTC (3+ messages)
[PATCHv3 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions
2025-04-18 7:04 UTC (4+ messages)
` [PATCHv3 perf/core 2/2] selftests/bpf: Add 5-byte nop uprobe trigger bench
[PATCH net-next] trace: tcp: Add const qualifier to skb parameter in tcp_probe event
2025-04-18 2:51 UTC (3+ 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 bpf-next v3 1/2] bpf, sockmap: Introduce tracing capability for sockmap
2025-04-17 18:51 UTC (2+ messages)
[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 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 v2 00/22] RV: Linear temporal logic monitors for RT application
2025-04-16 4:37 UTC (7+ messages)
` [PATCH v2 13/22] rv: Add support for LTL monitors
` [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 (4+ messages)
` [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 (10+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer
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).