messages from 2025-03-26 03:35:58 to 2025-04-03 18:30:55 UTC [more...]
[PATCH tip/perf] uprobes: avoid false lockdep splat in uprobe timer callback
2025-04-03 18:30 UTC (5+ messages)
[RFC PATCH v2] mm: use per-numa-node atomics instead of percpu_counters
2025-04-03 17:59 UTC (6+ messages)
[PATCH] exit: document sched_process_exit and sched_process_template relation
2025-04-03 17:41 UTC
[PATCH v2 0/2] ring-buffer: Allow persistent memory to be user space mmapped
2025-04-03 17:15 UTC (35+ messages)
` [PATCH v2 1/2] tracing: ring-buffer: Have the ring buffer code do the vmap of physical memory
` [PATCH v2 2/2] ring-buffer: Allow persistent ring buffers to be mmapped
[PATCH v2] exit: move and extend sched_process_exit() tracepoint
2025-04-03 16:01 UTC (7+ messages)
[BUG?] ppc64le: fentry BPF not triggered after live patch (v6.14)
2025-04-03 15:26 UTC (4+ messages)
[PATCH net-next] trace: tcp: Add tracepoint for tcp_sendmsg()
2025-04-03 11:38 UTC (12+ messages)
[PATCH bpf-next 1/2] bpf: Check link_create parameter for multi_kprobe
2025-04-02 19:25 UTC (8+ messages)
` [PATCH bpf-next 2/2] bpf: Check link_create parameter for multi_uprobe
[PATCH v5 0/4] tracing: Clean up persistent ring buffer code
2025-04-02 17:46 UTC (18+ messages)
` [PATCH v5 1/4] tracing: Enforce the persistent ring buffer to be page aligned
` [PATCH v5 2/4] tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
` [PATCH v5 3/4] tracing: Use vmap_page_range() to map memmap ring buffer
` [PATCH v5 4/4] ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()
[PATCH v6 0/4] tracing: Clean up persistent ring buffer code
2025-04-02 16:00 UTC (8+ messages)
` [PATCH v6 1/4] tracing: Enforce the persistent ring buffer to be page aligned
` [PATCH v6 2/4] tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
` [PATCH v6 3/4] tracing: Use vmap_page_range() to map memmap ring buffer
` [PATCH v6 4/4] ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()
[PATCH] exit: add trace_task_exit() tracepoint before current->mm is reset
2025-04-02 15:56 UTC (12+ messages)
[PATCH 00/10] RV: Linear temporal logic monitors for RT application
2025-04-02 7:35 UTC (3+ messages)
` [PATCH 08/10] riscv: mm: Add page fault trace points
[PATCH] rv: Fix missing unlock on double nested monitors return path
2025-04-02 7:13 UTC
[PATCH v4 0/4] tracing: Clean up persistent ring buffer code (was: ring-buffer: Allow persistent memory to be user space mmapped)
2025-04-01 22:40 UTC (7+ messages)
` [PATCH v4 1/4] tracing: Enforce the persistent ring buffer to be page aligned
` [PATCH v4 2/4] tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
` [PATCH v4 3/4] tracing: Use vmap_page_range() to map memmap ring buffer
` [PATCH v4 4/4] ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()
[PATCH v3 0/5] ring-buffer: Allow persistent memory to be user space mmapped
2025-04-01 21:41 UTC (8+ messages)
` [PATCH v3 1/5] tracing: Enforce the persistent ring buffer to be page aligned
` [PATCH v3 2/5] tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
` [PATCH v3 3/5] tracing: Use vmap_page_range() to map memmap ring buffer
` [PATCH v3 4/5] ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()
` [PATCH v3 5/5] ring-buffer: Allow reserve_mem persistent ring buffers to be mmapped
[PATCH v10 0/2] riscv: Add runtime constant support
2025-04-01 20:43 UTC (10+ messages)
` [PATCH v10 2/2] "
[PATCH] tracing: Free module_delta on freeing of persistent ring buffer
2025-04-01 16:45 UTC
[PATCH] ftrace: Have tracing function args depend on PROBE_EVENTS_BTF_ARGS
2025-04-01 16:09 UTC (2+ messages)
[syzbot] [afs?] WARNING: ODEBUG bug in delete_node (3)
2025-03-31 22:29 UTC (3+ messages)
[PATCH] ftrace: add cond resched to ftrace_graph_set_hash
2025-03-31 17:00 UTC
[PATCH v2 0/7] tracing: fprobe-events: Register fprobe only when the event is enabled
2025-03-31 15:38 UTC (9+ messages)
` [PATCH v2 1/7] tracing: fprobe events: Fix possible UAF on modules
` [PATCH v2 2/7] tracing: fprobe: Cleanup fprobe hash when module unloading
` [PATCH v2 3/7] tracing: tprobe-events: Remove mod field from tprobe-event
` [PATCH v2 4/7] tracing: tprobe-events: Support multiple tprobes on the same tracepoint
` [PATCH v2 5/7] tracing: fprobe-events: Register fprobe-events only when it is enabled
` [PATCH v2 6/7] selftests: tracing: Enable fprobe events before checking enable_functions
` [PATCH v2 7/7] tracing: tprobe-events: Register tracepoint when enable tprobe event
[PATCH] tracing: fprobe events: Fix possible UAF on modules
2025-03-31 14:05 UTC
[PATCH] mm: use per-numa-node atomics instead of percpu_counters
2025-03-31 12:32 UTC (6+ messages)
[PATCH 0/2] tools/bootconfig: allow overriding CFLAGS and LDFLAGS
2025-03-31 12:23 UTC (4+ messages)
` [PATCH 1/2] tools/bootconfig: allow overriding CFLAGS assignment
` [PATCH 2/2] tools/bootconfig: specify LDFLAGS as an argument to CC
[PATCH v1] rtla: Set distinctive exit value for failed tests
2025-03-31 6:30 UTC (2+ messages)
[PATCH] tools/build: Use SYSTEM_BPFTOOL for system bpftool
2025-03-30 22:21 UTC (5+ messages)
[PATCH] tracing: fprobe: Fix to lock module while registering fprobe
2025-03-30 3:34 UTC
[PATCH 0/4] tracing: fprobe-events: Register fprobe only when the event is enabled
2025-03-29 13:35 UTC (5+ messages)
` [PATCH 2/4] tracing: tprobe-events: Support multiple tprobes on the same tracepoint
[PATCH v2] tracing: probe-events: Cleanup entry-arg storing code
2025-03-29 6:39 UTC
[PATCH v2] tracing: Verify event formats that have "%*p.."
2025-03-28 23:22 UTC (2+ messages)
[PATCH 0/2] ring-buffer: Allow persistent memory to be user space mmapped
2025-03-28 22:08 UTC (3+ messages)
` [PATCH 1/2] tracing: ring-buffer: Have the ring buffer code do the vmap of physical memory
` [PATCH 2/2] ring-buffer: Allow persistent ring buffers to be mmapped
[PATCH v2 0/6] vsprintf: Add __printf attribute to where it's required
2025-03-28 15:05 UTC (4+ messages)
[PATCH] i2c: tracing: Remove redundant length field in events
2025-03-28 11:45 UTC (2+ messages)
[PATCH] tracing: Use _text and the kernel offset in last_boot_info
2025-03-27 21:38 UTC (2+ messages)
[PATCH] tracing: Verify event formats that have "%*p.."
2025-03-27 21:35 UTC (6+ messages)
[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
2025-03-27 21:06 UTC (19+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
2025-03-27 16:20 UTC (2+ messages)
gloria
2025-03-27 9:11 UTC
[PATCH next] Documentation/rv: Add sched pages to the indices
2025-03-27 8:12 UTC
[PATCH] riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()
2025-03-27 3:25 UTC (2+ messages)
[PATCH] riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra
2025-03-27 3:24 UTC (2+ messages)
[PATCH rcu 00/11] RCU torture changes for v6.15
2025-03-26 5:42 UTC (9+ messages)
` [PATCH rcu 10/11] srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing
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).