linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-28 07:26:48 to 2025-08-01 11:20:44 UTC [more...]

[PATCH 0/3] use vm_flags_t consistently
 2025-08-01 11:20 UTC  (6+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[PATCH] btf: Simplify BTF logic with use of __free(btf_put)
 2025-08-01 11:16 UTC 

[PATCH 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
 2025-08-01 11:04 UTC  (23+ messages)
` [PATCH 1/5] rv/ltl: Prepare for other monitor types
` [PATCH 2/5] rv/ltl: Support per-cpu monitors
` [PATCH 3/5] verification/rvgen/ltl: Support per-cpu monitor generation
` [PATCH 4/5] sched: Add rt task enqueue/dequeue trace points
` [PATCH 5/5] rv: Add rts monitor

[RFC 00/10] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-08-01  9:49 UTC  (16+ messages)
` [RFC 01/10] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [RFC 02/10] ftrace: Add register_ftrace_direct_hash function
` [RFC 03/10] ftrace: Add unregister_ftrace_direct_hash function
` [RFC 04/10] ftrace: Add modify_ftrace_direct_hash function
` [RFC 05/10] ftrace: Export some of hash related functions
` [RFC 06/10] ftrace: Use direct hash interface in direct functions
` [RFC 07/10] bpf: Add trampoline ip hash table
` [RFC 08/10] ftrace: Factor ftrace_ops ops_func interface
` [RFC 09/10] bpf: Remove ftrace_ops from bpf_trampoline object
` [RFC 10/10] Revert "ftrace: Store direct called addresses in their ops"

[PATCH v2 0/3] bpf: tidy up internals of bpf key handling
 2025-08-01  1:59 UTC  (10+ messages)
` [PATCH v2 1/3] bpf: make bpf_key an opaque type
` [PATCH v2 2/3] bpf: remove bpf_key reference
` [PATCH v2 3/3] bpf: eliminate the allocation of an intermediate struct bpf_key

[PATCH v4 0/8] nfsd/vfs: fix handling of delegated timestamp updates
 2025-08-01  1:19 UTC  (11+ messages)
` [PATCH v4 1/8] nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime update
` [PATCH v4 2/8] nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()
` [PATCH v4 3/8] vfs: add ATTR_CTIME_SET flag
` [PATCH v4 4/8] nfsd: use ATTR_CTIME_SET for delegated ctime updates
` [PATCH v4 5/8] nfsd: track original timestamps in nfs4_delegation
` [PATCH v4 6/8] nfsd: fix SETATTR updates for delegated timestamps
` [PATCH v4 7/8] nfsd: fix timestamp updates in CB_GETATTR
` [PATCH v4 8/8] nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegation

[PATCH v16 00/10] unwind_user: Deferred unwinding infrastructure
 2025-08-01  1:11 UTC  (16+ messages)
` [PATCH v16 01/10] unwind_user: Add user space unwinding API with frame pointer support
` [PATCH v16 02/10] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v16 03/10] unwind_user/deferred: Add unwind cache
` [PATCH v16 04/10] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v16 05/10] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v16 06/10] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v16 07/10] unwind deferred: Add unwind_completed mask to stop spurious callbacks
` [PATCH v16 08/10] unwind: Add USED bit to only have one conditional on way back to user space
` [PATCH v16 09/10] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v16 10/10] unwind: Finish up unwind when a task exits

[PATCH] tracing: Have unsigned int function args displayed as hexadecimal
 2025-07-31 23:31 UTC 

[PATCH] tracing/probes: Allow use of BTF names to dereference pointers
 2025-07-31 22:15 UTC  (9+ messages)

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-07-31 17:37 UTC  (13+ messages)

[PATCH v2 0/2] tracing: Documentation: Add missing config and document for eprobes
 2025-07-31 11:43 UTC  (13+ messages)
` [PATCH v2 1/2] tracing: Have eprobes have their own config option
` [PATCH v2 2/2] Documentation: tracing: Add documentation about eprobes

[PATCH RESEND v3 5/6] perf record: Support AUX pause and resume with BPF
 2025-07-31 10:57 UTC  (4+ messages)

[PATCH bpf-next v3 0/4] fprobe: use rhashtable for fprobe_ip_table
 2025-07-31  9:24 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] fprobe: use rhltable "
` [PATCH bpf-next v3 2/4] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH bpf-next v3 3/4] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH bpf-next v3 4/4] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-07-30 18:26 UTC  (3+ messages)

[PATCH v5 1/9] rv: Add da_handle_start_run_event_ to per-task monitors
 2025-07-30 16:28 UTC  (23+ messages)
` [PATCH v5 2/9] rv: Remove trailing whitespace from tracepoint string
` [PATCH v5 3/9] rv: Use strings in da monitors tracepoints
` [PATCH v5 4/9] rv: Adjust monitor dependencies
` [PATCH v5 5/9] rv: Retry when da monitor detects race conditions
` [PATCH v5 6/9] sched: Adapt sched tracepoints for RV task model
` [PATCH v5 7/9] rv: Replace tss and sncid monitors with more complete sts
` [PATCH v5 8/9] rv: Add nrp and sssw per-task monitors
` [PATCH v5 9/9] rv: Add opid per-cpu monitor

[PATCH v2] tools/rtla: Consolidate common parameters into shared structure
 2025-07-30 14:18 UTC  (2+ messages)

[PATCH v3 0/2] tracing: Documentation: Add missing config and document for eprobes
 2025-07-30 14:07 UTC  (3+ messages)
` [PATCH v3 1/2] tracing: Have eprobes have their own config option
` [PATCH v3 2/2] Documentation: tracing: Add documentation about eprobes

[PATCH bpf-next 1/2] tools/latency-collector: Check pkg-config install
 2025-07-30 11:51 UTC  (3+ messages)
` [PATCH bpf-next 2/2] rtla: "

[PATCH linux-next 1/2] tools/latency-collector: Check pkg-config install
 2025-07-30 11:48 UTC  (2+ messages)
` [PATCH linux-next 2/2] rtla: "

[PATCH v5 0/1] tracing: Fix an event field filter issue
 2025-07-30  0:20 UTC  (4+ messages)
` [PATCH v5 1/1] tracing: Remove "__attribute__()" from the type field of event format

[PATCH] Documentation: tracing: Add documentation about eprobes
 2025-07-29 16:17 UTC  (6+ messages)

[PATCH v4 0/4] stackleak: Support Clang stack depth tracking
 2025-07-29  9:34 UTC  (6+ messages)
` [PATCH v4 1/4] arm64: Handle KCOV __init vs inline mismatches
` [PATCH v4 2/4] x86: "

[PATCH bpf-next 0/4] fprobe: use rhashtable for fprobe_ip_table
 2025-07-29  3:43 UTC  (8+ messages)
` [PATCH bpf-next 1/4] fprobe: use rhashtable

[PATCH RFC bpf-next v2 0/4] fprobe: use rhashtable for fprobe_ip_table
 2025-07-29  1:55 UTC  (13+ messages)
` [PATCH RFC bpf-next v2 1/4] fprobe: use rhltable "
` [PATCH RFC bpf-next v2 2/4] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH RFC bpf-next v2 3/4] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH RFC bpf-next v2 4/4] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH v4 0/1] tracing: Fix an event field filter issue
 2025-07-29  1:28 UTC  (4+ messages)
` [PATCH v4 1/1] tracing: Remove "__attribute__()" from the type field of event format

[PATCH] tracing: fprobe: Fix inifinite recursion using preempt_*_notrace()
 2025-07-28 23:47 UTC 

[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-28 21:34 UTC  (4+ messages)
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes

[PATCH v15 00/10] unwind_user: Deferred unwinding infrastructure
 2025-07-28 16:15 UTC  (9+ messages)
` [PATCH v15 01/10] unwind_user: Add user space unwinding API with frame pointer support
` [PATCH v15 02/10] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v15 03/10] unwind_user/deferred: Add unwind cache

[PATCH 0/2] input: Add tracepoint support
 2025-07-28 13:53 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH v3 3/8] vfs: add ATTR_CTIME_SET flag
 2025-07-28 12:15 UTC  (3+ messages)

[PATCH 0/2] rv: Fix wrong type cast
 2025-07-28 11:07 UTC  (5+ messages)
` [PATCH 1/2] rv: Fix wrong type cast in monitors_show()

[PATCH v9 2/2] PCI: trace: Add a RAS tracepoint to monitor link speed changes
 2025-07-28  9:28 UTC  (5+ messages)

[PATCH v9 1/2] PCI: trace: Add a generic RAS tracepoint for hotplug event
 2025-07-28  9:05 UTC  (2+ 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).