messages from 2025-07-28 23:53:26 to 2025-08-04 03:07:25 UTC [more...]
[PATCH 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
2025-08-04 3:07 UTC (24+ 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
[PATCH AUTOSEL 6.6 23/23] tracefs: Add d_delete to remove negative dentries
2025-08-03 21:20 UTC
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-08-03 15:59 UTC (14+ messages)
[PATCH 0/8] rtla/timerlat: Support actions on threshold and on end
2025-08-03 11:08 UTC (3+ messages)
` [PATCH 2/8] rtla/timerlat: Add action on threshold feature
[RFC 00/10] ftrace,bpf: Use single direct ops for bpf trampolines
2025-08-02 21:26 UTC (17+ 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"
[RFC 0/4] uprobe,bpf: Allow to change app registers from uprobe
2025-08-02 10:34 UTC (6+ messages)
` [RFC 1/4] uprobe: Do not emulate/sstep original instruction when ip is changed
` [RFC 2/4] bpf: Allow uprobe program to change context registers
` [RFC 3/4] selftests/bpf: Add uprobe context registers changes test
` [RFC 4/4] selftests/bpf: Add uprobe context ip register change test
[PATCH v16 00/10] unwind_user: Deferred unwinding infrastructure
2025-08-02 0:14 UTC (17+ 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 v3] tracing: Have unsigned int function args displayed as hexadecimal
2025-08-01 20:56 UTC
[PATCH v2 0/5] tracing: Cleanups with use of guard() and __free()
2025-08-01 20:37 UTC (6+ messages)
` [PATCH v2 1/5] tracing: Remove unneeded goto out logic
` [PATCH v2 2/5] tracing: Add guard(ring_buffer_nest)
` [PATCH v2 3/5] tracing: Add guard() around locks and mutexes in trace.c
` [PATCH v2 4/5] tracing: Use __free(kfree) in trace.c to remove gotos
` [PATCH v2 5/5] ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)
[PATCH 0/5] tracing: Cleanups with use of guard() and __free()
2025-08-01 20:08 UTC (7+ messages)
` [PATCH 1/5] tracing: Remove unneeded goto out logic
` [PATCH 2/5] tracing: Add guard(ring_buffer_nest)
` [PATCH 3/5] tracing: Add guard() around locks and mutexes in trace.c
` [PATCH 4/5] tracing: Use __free(kfree) in trace.c to remove gotos
` [PATCH 5/5] ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)
[PATCH] tracing: Have unsigned int function args displayed as hexadecimal
2025-08-01 20:05 UTC (5+ messages)
[PATCH] btf: Simplify BTF logic with use of __free(btf_put)
2025-08-01 15:59 UTC (9+ messages)
[RFC PATCH v1 00/16] s390: SFrame user space unwinding
2025-08-01 15:49 UTC (10+ messages)
` [RFC PATCH v1 11/16] s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME
` [RFC PATCH v1 12/16] unwind_user/backchain: Introduce back chain user space unwinding
[PATCH v2] tracing: Have unsigned int function args displayed as hexadecimal
2025-08-01 15:14 UTC
[PATCH v3 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
2025-08-01 13:30 UTC (10+ messages)
` [PATCH v3 2/2] tracing/preemptirq: Optimize preempt_disable/enable() "
[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 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] tracing/probes: Allow use of BTF names to dereference pointers
2025-07-31 22:15 UTC (9+ 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 7/9] rv: Replace tss and sncid monitors with more complete sts
2025-07-30 16:28 UTC (11+ messages)
[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 1/4] fprobe: use rhashtable
2025-07-29 3:43 UTC (2+ messages)
[PATCH RFC bpf-next v2 0/4] fprobe: use rhashtable for fprobe_ip_table
2025-07-29 1:55 UTC (7+ messages)
` [PATCH RFC bpf-next v2 1/4] fprobe: use rhltable "
[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
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).