messages from 2025-11-18 20:24:08 to 2025-11-21 23:54:00 UTC [more...]
[PATCH] tracing: Add system trigger file to enable triggers for all the system's events
2025-11-21 23:53 UTC (2+ messages)
[PATCH v2 00/13] tracing: Fix several comment spelling mistakes
2025-11-21 22:18 UTC (15+ messages)
` [PATCH v2 01/13] tracing: Fix typo in fgraph.c
` [PATCH v2 01/13] tracing: Fix typo in fpgraph.c
` [PATCH v2 02/13] tracing: Fix typo in fprobe.c
` [PATCH v2 03/13] tracing: Fix multiple typos in ring_buffer.c
` [PATCH v2 04/13] tracing: Fix typo in ring_buffer_benchmark.c
` [PATCH v2 05/13] tracing: Fix multiple typos in trace.c
` [PATCH v2 06/13] tracing: Fix multiple typos in trace_events.c
` [PATCH v2 07/13] tracing: Fix typo in trace_events_filter.c
` [PATCH v2 08/13] tracing: Fix typo in trace_events_hist.c
` [PATCH v2 09/13] tracing: Fix typo in trace_events_trigger.c
` [PATCH v2 10/13] tracing: Fix multiple typos in trace_events_user.c
` [PATCH v2 11/13] tracing: Fix multiple typos in trace_osnoise.c
` [PATCH v2 12/13] tracing: Fix typo in trace_probe.c
` [PATCH v2 13/13] tracing: Fix typo in trace_seq.c
[PATCH 0/3] tracing: More clean ups of triggers
2025-11-21 19:51 UTC (8+ messages)
` [PATCH 1/3] tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()
` [PATCH 2/3] tracing: Add bulk garbage collection of freeing event_trigger_data
` [PATCH 3/3] tracing: Use strim() in trigger_process_regex() instead of skip_spaces()
[PATCH] tracing: Add boot-time backup of persistent ring buffer
2025-11-21 18:48 UTC (2+ messages)
[PATCH v9 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
2025-11-21 18:30 UTC (5+ messages)
` [PATCH v9 1/2] lib: Introduce hierarchical per-cpu counters
` [PATCH v9 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-21 17:50 UTC (11+ messages)
` [RFC PATCH v7 29/31] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v7 30/31] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
[PATCH v1 0/8] tools/rtla: Consolidate common command line options
2025-11-21 17:45 UTC (9+ messages)
` [PATCH v1 1/8] tools/rtla: Add common_parse_options()
` [PATCH v1 2/8] tools/rtla: Consolidate -c/--cpus option parsing
` [PATCH v1 3/8] tools/rtla: Consolidate -C/--cgroup "
` [PATCH v1 4/8] tools/rtla: Consolidate -D/--debug "
` [PATCH v1 5/8] tools/rtla: Consolidate -d/--duration "
` [PATCH v1 6/8] tools/rtla: Consolidate -e/--event "
` [PATCH v1 7/8] tools/rtla: Consolidate -P/--priority "
` [PATCH v1 8/8] tools/rtla: Consolidate -H/--house-keeping "
[PATCH v4 0/9] introduce VM_MAYBE_GUARD and make it sticky
2025-11-21 16:09 UTC (16+ messages)
` [PATCH v4 1/9] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v4 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v4 3/9] mm: update vma_modify_flags() to handle residual flags, document
` [PATCH v4 4/9] mm: implement sticky VMA flags
` [PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v4 6/9] mm: set the VM_MAYBE_GUARD flag on guard region install
[PATCHv3 bpf-next 0/8] ftrace,bpf: Use single direct ops for bpf trampolines
2025-11-21 13:53 UTC (13+ messages)
` [PATCHv3 bpf-next 1/8] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCHv3 bpf-next 2/8] ftrace: Export some of hash related functions
` [PATCHv3 bpf-next 3/8] ftrace: Add update_ftrace_direct_add function
` [PATCHv3 bpf-next 4/8] ftrace: Add update_ftrace_direct_del function
` [PATCHv3 bpf-next 5/8] ftrace: Add update_ftrace_direct_mod function
` [PATCHv3 bpf-next 6/8] bpf: Add trampoline ip hash table
` [PATCHv3 bpf-next 7/8] ftrace: Factor ftrace_ops ops_func interface
` [PATCHv3 bpf-next 8/8] bpf, x86: Use single ftrace_ops for direct calls
[GIT PULL v2] RTLA updates for v6.19
2025-11-21 12:46 UTC
[syzbot] Monthly trace report (Nov 2025)
2025-11-21 12:34 UTC
[PATCH v3] mm/memory-failure: remove the selection of RAS
2025-11-21 7:39 UTC (4+ messages)
[RESEND PATCH V4] sched: psi: Add psi events trace point
2025-11-21 7:32 UTC
[PATCH V2 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
2025-11-21 6:27 UTC (13+ messages)
` [PATCH V2 1/2] mm/khugepaged: do synchronous writeback "
` [PATCH V2 2/2] mm/khugepaged: map dirty/writeback pages failures to EAGAIN
[PATCHSET v6 0/6] perf tools: Add deferred callchain support
2025-11-21 6:26 UTC (8+ messages)
` [PATCH v6 1/6] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v6 2/6] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v6 3/6] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v6 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v6 5/6] perf tools: Merge deferred user callchains
` [PATCH v6 6/6] perf tools: Flush remaining samples w/o deferred callchains
[PATCH] ftrace: Allow tracing of some of the tracing code
2025-11-20 23:15 UTC
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-11-20 22:32 UTC (10+ messages)
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v12 mm-new 14/15] khugepaged: run khugepaged for all orders
[PATCHSET v5 0/6] perf tools: Add deferred callchain support
2025-11-20 21:44 UTC (11+ messages)
` [PATCH v5 1/6] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v5 2/6] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v5 3/6] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v5 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v5 5/6] perf tools: Merge deferred user callchains
` [PATCH v5 6/6] perf tools: Flush remaining samples w/o deferred callchains
[PATCH] selftests: tracing: Add tprobe enable/disable testcase
2025-11-20 16:40 UTC (6+ messages)
[GIT PULL] RTLA updates for v6.19
2025-11-20 15:35 UTC
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-20 14:52 UTC (5+ messages)
` [PATCH 35/44] bpf: use min() instead of min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits
[PATCH v8 00/28] Tracefs support for pKVM
2025-11-20 12:27 UTC (13+ messages)
` [PATCH v8 19/28] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v8 20/28] KVM: arm64: Add clock support for "
` [PATCH v8 21/28] KVM: arm64: Add tracing capability "
` [PATCH v8 22/28] KVM: arm64: Add trace remote "
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-20 12:14 UTC (17+ messages)
` [RFC PATCH 2/8] mm: Add PG_atomic
[PATCH AUTOSEL 6.17-6.1] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
2025-11-20 12:08 UTC
[PATCH 1/2] mm/khugepaged: do synchronous writeback for MADV_COLLAPSE
2025-11-20 7:03 UTC (8+ messages)
` [PATCH 2/2] mm/khugepaged: return EAGAIN for transient dirty pages in MADV_COLLAPSE
[PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
2025-11-20 3:24 UTC (13+ messages)
` [PATCH bpf-next v3 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH bpf-next v3 6/6] bpf: implement "jmp" mode for trampoline
[PATCHSET v4 0/5] perf tools: Add deferred callchain support
2025-11-20 1:07 UTC (13+ messages)
` [PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 5/5] perf tools: Merge deferred user callchains
[PATCH] selftests: tracing: Update fprobe selftest for ftrace based fprobe
2025-11-19 22:56 UTC (4+ messages)
[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-19 15:49 UTC (11+ messages)
` [PATCH v3 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v3 15/21] PCI: epf-test: Switch to use %ptSp
` [PATCH v3 19/21] scsi: fnic: "
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-19 13:40 UTC (7+ messages)
` [PATCH v3 3/8] mm: implement sticky VMA flags
[PATCH v12 00/13] unwind_deferred: Implement sframe handling
2025-11-19 13:23 UTC (14+ messages)
` [PATCH v12 01/13] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v12 02/13] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v12 03/13] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v12 04/13] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v12 05/13] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v12 06/13] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v12 07/13] unwind_user: Stop when reaching an outermost frame
` [PATCH v12 08/13] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v12 09/13] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v12 10/13] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v12 11/13] unwind_user/sframe: Show file name in debug output
` [PATCH v12 12/13] unwind_user/sframe: Add .sframe validation option
` [PATCH v12 13/13] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH v3] tracing: Show the tracer options in boot-time created instance
2025-11-19 8:32 UTC
[PATCH v2] tracing: Show the tracer options in boot-time created instance
2025-11-19 8:31 UTC (3+ messages)
[bug report] tracing: Have function graph tracer option sleep-time be per instance
2025-11-19 7:31 UTC
[PATCH] tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs
2025-11-19 6:40 UTC
[PATCH 0/2] tracing: Clean up trigger code my merging structures
2025-11-19 3:10 UTC (3+ messages)
` [PATCH 1/2] tracing: Remove get_trigger_ops() and add count_func() from trigger ops
` [PATCH 2/2] tracing: Merge struct event_trigger_ops into struct event_command
[PATCH] tracing: Show the tracer options in boot-time created instance
2025-11-19 0:06 UTC (3+ messages)
[POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
2025-11-18 20:24 UTC (5+ messages)
` [POC][RFC][PATCH 1/3] tracing: Add perf events
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).