linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-27 14:17:35 to 2025-06-07 12:56:26 UTC [more...]

[PATCH v7 00/12] khugepaged: mTHP support
 2025-06-07 12:55 UTC  (23+ messages)
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v7 07/12] khugepaged: add "
` [PATCH 1/2] mm: khugepaged: allow khugepaged to check all anonymous mTHP orders
  ` [PATCH 2/2] mm: khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs

[PATCH v5 00/12] khugepaged: mTHP support
 2025-06-07 12:48 UTC  (6+ messages)
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap for "

[PATCH v2] tracing: Fix regression of filter waiting a long time on RCU synchronization
 2025-06-07  0:20 UTC 

Broken 32-bit riscv debug build with ZSTD and FTRACE
 2025-06-06 19:42 UTC  (5+ messages)

[PATCH] tracing: PM: Remove unused clock events
 2025-06-06 15:53 UTC  (2+ messages)

[PATCH] ring-buffer: fix error handling in ring_buffer_subbuf_order_set()
 2025-06-06 11:22 UTC  (3+ messages)
  ` [PATCH v2] ring-buffer: fix buffer locking "

ftrace regression with PREEMPT_RT kernels
 2025-06-06  8:13 UTC  (6+ messages)

[syzbot] [trace?] BUG: corrupted list in ring_buffer_subbuf_order_set
 2025-06-06  7:29 UTC 

[PATCH v3 0/2] fix UAF when lookup kallsym after ftrace disabled
 2025-06-06  2:49 UTC  (6+ messages)
` [PATCH v3 1/2] ftrace: "
` [PATCH v3 2/2] ftrace: don't allocate ftrace module map if ftrace is disabled

[PATCH] mmap: Remove unused events vma_mas_szero and vma_store
 2025-06-05 20:56 UTC  (4+ messages)

[PATCH] tracing: Fix regression of filter waiting a long time on RCU synchronization
 2025-06-05 20:17 UTC 

[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-06-05 13:23 UTC  (23+ messages)
` [PATCHv3 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv3 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv3 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv3 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv3 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv3 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv3 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv3 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv3 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv3 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv3 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv3 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv3 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv3 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv3 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv3 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv3 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv3 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv3 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv3 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv3 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv3 22/22] man2: Add uprobe syscall page

next-20250604: qemu-riscv64 ltp tracing warning kernel trace trace.c ignore_event
 2025-06-05 13:21 UTC  (2+ messages)

next-20250605: Test regression: qemu-x86_64-compat mode ltp tracing Oops int3 kernel panic
 2025-06-05 11:42 UTC 

[PATCH] eventfs: Simplify code using guard()s
 2025-06-05  8:09 UTC  (3+ messages)

[PATCH] trace: fix opencoded cpumask_next_wrap() in move_to_next_cpu()
 2025-06-05  0:06 UTC 

[PATCHv2 mm-stable] uprobes: Revert ref_ctr_offset in uprobe_unregister error path
 2025-06-04 20:28 UTC  (2+ messages)

[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
 2025-06-04 15:41 UTC  (32+ messages)
` [PATCH v6 1/9] x86/fred, KVM: VMX: Pass event data to the FRED entry point from KVM
` [PATCH v6 3/9] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v6 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v6 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v6 8/9] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v6 9/9] x86/nmi: Print source information with the unknown NMI console message

[PATCH AUTOSEL 6.15 070/118] tracing: Only return an adjusted address if it matches the kernel address
 2025-06-04  1:15 UTC  (2+ messages)

[PATCH v4] tracing: ring_buffer: Rewind persistent ring buffer when reboot
 2025-06-04  0:10 UTC 

[PATCH 0/2] x86, mm: minor tlb_flush tracepoint adjustments
 2025-06-03 22:52 UTC  (10+ messages)
` [PATCH 1/2] x86/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum
` [PATCH 2/2] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS

[PATCH v3 0/2] tracing: Rewind persistent ring buffer
 2025-06-03 21:58 UTC  (12+ messages)
` [PATCH v3 1/2] tracing: ring_buffer: Rewind persistent ring buffer when reboot

[PATCH] sched/tp: Add new tracepoint for tracking uclamp set from user-space
 2025-06-03 12:07 UTC 

[PATCH 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
 2025-06-03  8:52 UTC  (4+ messages)
` [PATCH 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer

[PATCH v4 01/12] riscv: ftrace: support fastcc in Clang for WITH_ARGS
 2025-06-02 22:12 UTC  (2+ messages)

[PATCH] genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint
 2025-06-02 15:28 UTC  (3+ messages)

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-06-02  6:30 UTC  (11+ messages)

[PATCH] x86/fpu: Remove unused trace events
 2025-05-31 20:20 UTC  (3+ messages)

[PATCH v2] fsdax: Remove unused trace events for dax insert mapping
 2025-05-31 20:18 UTC  (3+ messages)

[PATCH] fsdax: Remove unused trace event dax_pmd_insert_mapping
 2025-05-31 20:18 UTC  (3+ messages)

[PATCH] xdp: Remove unused mem_return_failed event
 2025-05-31 20:15 UTC  (5+ messages)

[tip: x86/urgent] x86/fpu: Remove unused trace events
 2025-05-31  7:49 UTC 

[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-30 15:35 UTC  (2+ messages)

[PATCH] mm: remove unused mmap tracepoints
 2025-05-29 20:17 UTC  (10+ messages)

[RFC][PATCH] tracepoints: Add verifier that makes sure all defined tracepoints are used
 2025-05-29 17:01 UTC 

[PATCH v2] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
 2025-05-29  2:03 UTC  (2+ messages)

[PATCH 0/2] nfsd: use threads array as-is in netlink thread set interface
 2025-05-28 18:25 UTC  (8+ messages)
` [PATCH 1/2] nfsd: use threads array as-is in netlink interface
` [PATCH 2/2] sunrpc: new tracepoints around svc thread wakeups

[PATCH] ring-buffer: Removed unnecessary if() goto out where out is the next line
 2025-05-28 16:30 UTC  (3+ messages)

[PATCH] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
 2025-05-28 15:48 UTC  (8+ messages)

[RFC PATCH 0/2] rtla/timerlat: Implement flexible actions on latency threshold overflow
 2025-05-28 14:28 UTC  (3+ messages)
` [RFC PATCH 1/2] rtla/timerlat: Introduce enum timerlat_tracing_mode
` [RFC PATCH 2/2] rtla/timerlat: Add action on threshold

[PATCH 0/2] fix UAF when lookup kallsym after ftrace disabled
 2025-05-28 14:13 UTC  (7+ messages)
` [PATCH 1/2] ftrace: "

[RFC PATCH v2 12/12] rv: Add opid per-cpu monitor
 2025-05-28 11:27 UTC  (5+ messages)

[PATCH v5 01/12] unwind_user/sframe: Add support for reading .sframe headers
 2025-05-28 10:26 UTC  (2+ messages)
` [PATCH] fixup! unwind_user/sframe: Add support for reading .sframe contents

[PATCH 6.14 000/783] 6.14.9-rc1 review
 2025-05-28  8:50 UTC  (2+ messages)

[PATCH v5] scsi: trace: show rtn in string for scsi_dispatch_cmd_error
 2025-05-28  6:51 UTC  (2+ messages)

[PATCH] ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()
 2025-05-28  0:32 UTC  (2+ messages)

[PATCH] ring-buffer: Simplify ring_buffer_read_page() with guard()
 2025-05-28  0:31 UTC  (2+ messages)

[PATCH] ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()
 2025-05-28  0:30 UTC  (2+ messages)

[PATCH] ring-buffer: Simplify functions with __free(kfree) to free allocations
 2025-05-28  0:28 UTC  (2+ messages)

[PATCH] docs: trace: boottime-trace.rst: fix typo
 2025-05-27 23:40 UTC  (3+ messages)

[PATCH] trace: Protect trace_iter_expand_format against overflow and ZERO_SIZE_PTR
 2025-05-27 23:15 UTC  (2+ messages)

[PATCH] ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex)
 2025-05-27 16:20 UTC 

[RFC PATCH v1 0/5] Landlock tracepoints
 2025-05-27 14:53 UTC  (12+ messages)
` [RFC PATCH v1 1/5] landlock: Rename landlock_id to landlock_rule_ref
` [RFC PATCH v1 2/5] landlock: Merge landlock_find_rule() into landlock_unmask_layers()
` [RFC PATCH v1 4/5] landlock: Add landlock_add_rule_fs tracepoint

[PATCH] ring-buffer: Move cpus_read_lock() outside of buffer->mutex
 2025-05-27 14:58 UTC 

[PATCH v9 00/22] RV: Linear temporal logic monitors for RT application
 2025-05-27 14:39 UTC  (6+ messages)
` [PATCH v9 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion

[PATCH 0/6] [PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
 2025-05-27 14:16 UTC  (3+ messages)
` [PATCH 6/6] x86/vdso: Enable sframe generation in VDSO


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