linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-10 11:34:50 to 2025-11-12 14:21:16 UTC [more...]

[PATCH v2 0/7] kallsyms: Prevent invalid access when showing module buildid
 2025-11-12 14:20 UTC  (5+ messages)
` [PATCH v2 1/7] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH v2 2/7] kallsyms: Clean up modname and modbuildid "
` [PATCH v2 3/7] module: Add helper function for reading module_buildid()
` [PATCH v2 4/7] kallsyms: Cleanup code for appending the module buildid

[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
 2025-11-12 13:30 UTC  (12+ messages)
` [PATCH v5 6/8] selftests: tracing: Add a basic testcase for wprobe

[PATCH] selftests: tracing: Update fprobe selftest for ftrace based fprobe
 2025-11-12 13:13 UTC 

[PATCH v2 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-12 13:09 UTC  (28+ messages)
` [PATCH v2 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v2 02/21] ceph: Switch to use %ptSp
` [PATCH v2 03/21] libceph: "
` [PATCH v2 04/21] dma-buf: "
` [PATCH v2 05/21] drm/amdgpu: "
` [PATCH v2 06/21] drm/msm: "
` [PATCH v2 07/21] drm/vblank: "
` [PATCH v2 08/21] drm/xe: "
` [PATCH v2 09/21] e1000e: "
  ` [Intel-wired-lan] "
` [PATCH v2 10/21] igb: "
  ` [Intel-wired-lan] "
` [PATCH v2 11/21] ipmi: "
` [PATCH v2 12/21] media: av7110: "
` [PATCH v2 13/21] mmc: mmc_test: "
` [PATCH v2 14/21] net: dsa: sja1105: "
  ` [Intel-wired-lan] "
` [PATCH v2 15/21] PCI: epf-test: "
` [PATCH v2 16/21] pps: "
` [PATCH v2 17/21] ptp: ocp: "
` [PATCH v2 18/21] s390/dasd: "
` [PATCH v2 19/21] scsi: fnic: Switch to use %ptS
` [PATCH v2 20/21] scsi: snic: Switch to use %ptSp
` [PATCH v2 21/21] tracing: "

[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
 2025-11-12 11:06 UTC  (9+ messages)
` [RFC PATCH 1/8] fs: Rename STATX{_ATTR}_WRITE_ATOMIC -> STATX{_ATTR}_WRITE_ATOMIC_DIO
` [RFC PATCH 2/8] mm: Add PG_atomic
` [RFC PATCH 3/8] fs: Add initial buffered atomic write support info to statx
` [RFC PATCH 4/8] iomap: buffered atomic write support
` [RFC PATCH 5/8] iomap: pin pages for RWF_ATOMIC buffered write
` [RFC PATCH 6/8] xfs: Report atomic write min and max for buf io as well
` [RFC PATCH 7/8] iomap: Add bs<ps buffered atomic writes support
` [RFC PATCH 8/8] xfs: Lift the bs == ps restriction for HW buffered atomic writes

[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
 2025-11-12 10:05 UTC  (5+ messages)
` [PATCH v16 4/4] perf tools: Merge deferred user callchains

[PATCH v4 RESEND] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
 2025-11-12  9:36 UTC 

[PATCH v4] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
 2025-11-12  9:27 UTC 

[PATCH v3 RESEND] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
 2025-11-12  9:00 UTC  (7+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-12  8:58 UTC  (3+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings

[PATCH] trace/pid_list: optimize pid_list->lock contention
 2025-11-12  5:27 UTC  (6+ messages)

[PATCH v3] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
 2025-11-12  3:15 UTC 

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-12  2:14 UTC  (30+ messages)
` [PATCH v8 01/27] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v8 02/27] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 03/27] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v8 04/27] mm/ksw: add build system support
` [PATCH v8 05/27] mm/ksw: add ksw_config struct and parser
` [PATCH v8 06/27] mm/ksw: add singleton debugfs interface
` [PATCH v8 07/27] mm/ksw: add HWBP pre-allocation
` [PATCH v8 08/27] mm/ksw: Add atomic watchpoint management api
` [PATCH v8 09/27] mm/ksw: ignore false positives from exit trampolines
` [PATCH v8 10/27] mm/ksw: support CPU hotplug
` [PATCH v8 11/27] sched/ksw: add per-task context
` [PATCH v8 12/27] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v8 13/27] mm/ksw: add per-task ctx tracking
` [PATCH v8 14/27] mm/ksw: resolve stack watch addr and len
` [PATCH v8 15/27] mm/ksw: limit canary search to current stack frame
` [PATCH v8 16/27] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v8 17/27] mm/ksw: add KSTACKWATCH_PROFILING to measure probe cost
` [PATCH v8 18/27] arm64/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 19/27] arm64/hwbp/ksw: integrate KStackWatch handler support
` [PATCH v8 20/27] mm/ksw: add self-debug helpers
` [PATCH v8 21/27] mm/ksw: add test module
` [PATCH v8 22/27] mm/ksw: add stack overflow test
` [PATCH v8 23/27] mm/ksw: add recursive depth test
` [PATCH v8 24/27] mm/ksw: add multi-thread corruption test cases
` [PATCH v8 25/27] tools/ksw: add arch-specific test script
` [PATCH v8 26/27] docs: add KStackWatch document
` [PATCH v8 27/27] MAINTAINERS: add entry for KStackWatch

[PATCH v2] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
 2025-11-12  1:47 UTC  (5+ messages)

[PATCH] mm/migrate_device: Add tracepoints for debugging
 2025-11-11 23:55 UTC  (4+ messages)

[PATCH v4 0/3] tracing: Fix tracer options per instance
 2025-11-11 23:24 UTC  (4+ messages)
` [PATCH v4 1/3] tracing: Have tracer option be instance specific
` [PATCH v4 2/3] tracing: Have function tracer define options per instance
` [PATCH v4 3/3] tracing: Have function graph "

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-11 21:56 UTC  (7+ messages)
` [PATCH v12 mm-new 05/15] khugepaged: generalize __collapse_huge_page_* for "
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support

[syzbot] [trace?] WARNING in tracing_buffers_mmap_close (2)
 2025-11-11 17:05 UTC 

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_startstop
 2025-11-11 16:43 UTC 

[PATCH v1 00/23] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-11 14:37 UTC  (38+ messages)
` [PATCH v1 01/23] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v1 02/23] ALSA: seq: Switch to use %ptSp
` [PATCH v1 03/23] ceph: "
` [PATCH v1 04/23] libceph: "
` [PATCH v1 05/23] dma-buf: "
` [PATCH v1 06/23] drm/amdgpu: "
` [PATCH v1 07/23] drm/msm: "
` [PATCH v1 08/23] drm/vblank: "
` [PATCH v1 09/23] drm/xe: "
` [PATCH v1 10/23] e1000e: "
` [PATCH v1 11/23] igb: "
` [PATCH v1 12/23] ipmi: "
` [PATCH v1 13/23] media: av7110: "
` [PATCH v1 14/23] media: v4l2-ioctl: "
` [PATCH v1 15/23] mmc: mmc_test: "
` [PATCH v1 16/23] net: dsa: sja1105: "
` [PATCH v1 17/23] PCI: epf-test: "
` [PATCH v1 18/23] pps: "
` [PATCH v1 19/23] ptp: ocp: "
` [PATCH v1 20/23] s390/dasd: "
` [PATCH v1 21/23] scsi: fnic: Switch to use %ptS
` [PATCH v1 22/23] scsi: snic: Switch to use %ptSp
` [PATCH v1 23/23] tracing: "

[PATCH] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
 2025-11-11 13:47 UTC  (3+ messages)

[PATCH 1/2] mm/khugepaged: do synchronous writeback for MADV_COLLAPSE
 2025-11-11  5:58 UTC  (30+ messages)
` [PATCH 2/2] mm/khugepaged: return EAGAIN for transient dirty pages in MADV_COLLAPSE

[PATCH 0/6] kallsyms: Prevent invalid access when showing module buildid
 2025-11-11  2:18 UTC  (6+ messages)
` [PATCH 6/6] kallsyms: Prevent module removal when printing module name and buildid

[PATCH] selftests/tracing: Run sample events to clear page cache events
 2025-11-11  1:04 UTC  (4+ messages)

[PATCH v3 0/3] tracing: Fix tracer options per instance
 2025-11-10 23:42 UTC  (4+ messages)
` [PATCH v3 1/3] tracing: Have tracer option be instance specific
` [PATCH v3 2/3] tracing: Have function tracer define options per instance
` [PATCH v3 3/3] tracing: Have function graph "

[PATCH] ftrace: avoid redundant initialization in register_ftrace_direct
 2025-11-10 23:20 UTC  (3+ messages)

[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-10 17:59 UTC  (11+ messages)
` [PATCH v3 2/8] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v3 5/8] mm: set the VM_MAYBE_GUARD flag on guard region install

[PATCH 0/2] tracing: Clean up of set_tracer_flag()
 2025-11-10 16:42 UTC  (4+ messages)
` [PATCH 2/2] tracing: Use switch statement instead of ifs in set_tracer_flag()

[PATCH v2] tracing: Report wrong dynamic event command
 2025-11-10 15:48 UTC 


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