linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-16 17:53:03 to 2025-06-23 15:18:08 UTC [more...]

[PATCH 0/3] use vm_flags_t consistently
 2025-06-23 15:17 UTC  (32+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

[PATCH 0/8] rtla/timerlat: Support actions on threshold and on end
 2025-06-23 14:15 UTC  (3+ messages)

[PATCH v3 RESEND] x86/tracing: introduce enter/exit tracepoint pairs for page faults
 2025-06-23 13:57 UTC  (2+ messages)

[PATCH bpf-next v5 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-06-23 13:43 UTC  (3+ messages)
` [PATCH bpf-next v5 2/3] bpf: Add show_fdinfo for uprobe_multi
` [PATCH bpf-next v5 3/3] bpf: Add show_fdinfo for kprobe_multi

[RFC PATCH 0/2] Switch tracing from sched-RCU to preempt-RCU
 2025-06-23 10:49 UTC  (6+ messages)
` [RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-06-23  3:04 UTC  (3+ messages)

[PATCH bpf-next v4 1/2] bpf: Add show_fdinfo for uprobe_multi
 2025-06-23  2:32 UTC  (9+ messages)
` [PATCH bpf-next v4 2/2] bpf: Add show_fdinfo for kprobe_multi

[PATCH] lockdep: Fix inconsistency in irq tracking on NMIs
 2025-06-21  8:57 UTC  (3+ messages)

[PATCH] tracing/sched: Remove obsolete comment on suffixes
 2025-06-21  0:30 UTC 

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-06-20 23:22 UTC  (18+ messages)
` [PATCH v7 01/10] x86/fred: Provide separate IRQ vs. NMI wrappers for entry from KVM
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point "
` [PATCH v7 03/10] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v7 07/10] x86/nmi: Prepare for the new NMI-source vector encoding

[RFC PATCH 0/2] tracing: ftrace_enable_fops fixes
 2025-06-20 13:26 UTC  (6+ messages)
` [RFC PATCH 1/2] tracing: fixes of ftrace_enable_fops

[PATCH] kernel: trace: preemptirq_delay_test: use offstack cpu mask
 2025-06-20 11:12 UTC 

[RFC PATCH RESEND] tracing: add kernel documentation for trace_array_set_clr_event, trace_set_clr_event and supporting functions
 2025-06-20  8:56 UTC 

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-20  8:15 UTC  (63+ messages)
` [PATCH v10 01/14] unwind_user: Add user space unwinding API
` [PATCH v10 02/14] unwind_user: Add frame pointer support
` [PATCH v10 03/14] unwind_user: Add compat mode "
` [PATCH v10 04/14] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v10 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v10 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v10 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v10 08/14] unwind deferred: Use bitmask to determine which callbacks to call

[PATCH] tools:bootconfig:scripts: Put back the comments where they should be
 2025-06-20  0:41 UTC  (2+ messages)

[PATCH] fgraph: Make pid_str size match the comment
 2025-06-20  0:30 UTC  (2+ messages)

next-20250605: Test regression: qemu-x86_64-compat mode ltp tracing Oops int3 kernel panic
 2025-06-19 14:00 UTC  (17+ messages)

[PATCH] fgraph: Keep track of when fgraph_ops are registered or not
 2025-06-19  3:45 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpf: Add show_fdinfo for uprobe_multi
 2025-06-19  3:08 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] bpf: Add show_fdinfo for kprobe_multi

[syzbot] Monthly trace report (Jun 2025)
 2025-06-18 13:02 UTC 

[PATCH] x86: alternative: Fix int3 handling failure from broken text_poke array
 2025-06-18 11:57 UTC  (2+ messages)

[PATCH v2] fgraph: Do not enable function_graph tracer when setting funcgraph-args
 2025-06-18 11:38 UTC 

[RFC][PATCH] tracing: Deprecate auto-mounting tracefs in debugfs
 2025-06-18  9:27 UTC  (10+ messages)

[PATCH] fgraph: Do not enable function_graph tracer when setting funcgraph-args
 2025-06-18  3:31 UTC  (5+ messages)

bpf: fix key serial argument of bpf_lookup_user_key()
 2025-06-18  1:20 UTC  (3+ messages)

[PATCH v6 00/12] unwind_deferred: Implement sframe handling
 2025-06-17 22:50 UTC  (13+ messages)
` [PATCH v6 01/12] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v6 02/12] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v6 03/12] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v6 04/12] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v6 05/12] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v6 06/12] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [PATCH v6 07/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v6 08/12] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v6 09/12] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v6 10/12] unwind_user/sframe: Show file name in debug output
` [PATCH v6 11/12] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v6 12/12] unwind_user/sframe: Add .sframe validation option

[PATCH 0/2] x86, mm: minor tlb_flush tracepoint adjustments
 2025-06-17 20:43 UTC  (2+ messages)

[RFC][PATCH v2] tracing: Deprecate auto-mounting tracefs in debugfs
 2025-06-17 20:26 UTC 

[Bug] Kernel BUG in function_graph tracer in linux kernel 6.16.0-rc2+
 2025-06-17 16:10 UTC  (2+ messages)

[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-06-17 13:08 UTC  (2+ messages)

[PATCHv2 mm-stable] uprobes: Revert ref_ctr_offset in uprobe_unregister error path
 2025-06-17 11:59 UTC  (5+ messages)

[PATCH] binder: Remove unused binder lock events
 2025-06-17  9:20 UTC  (3+ messages)

[PATCH 00/14] xfs: Remove unused trace events
 2025-06-17  4:46 UTC  (5+ messages)
` [PATCH 07/14] xfs: ifdef out unused xfs_attr events

Broken 32-bit riscv debug build with ZSTD and FTRACE
 2025-06-17  1:48 UTC  (7+ messages)

[PATCH] mm, x86/mm: Move creating the tlb_flush event back to x86 code
 2025-06-16 23:17 UTC  (5+ messages)

[PATCH] net/tcp_ao: tracing: Hide tcp_ao events under CONFIG_TCP_AO
 2025-06-16 22:10 UTC  (6+ messages)

[PATCH v2 00/13] xfs: tracing: remove unused event xfs_reflink_cow_found
 2025-06-16 19:18 UTC  (3+ messages)
` [PATCH v2 12/13] xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configure

[PATCH] alarmtimer: Hide alarmtimer_suspend event when RTC_CLASS is not configured
 2025-06-16 18:49 UTC  (3+ messages)


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).