linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-11 08:05:53 to 2024-10-16 12:27:04 UTC [more...]

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 12:24 UTC  (9+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-16 12:07 UTC  (18+ messages)
` [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v17 03/16] function_graph: Pass ftrace_regs to retfunc
` [PATCH v17 04/16] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v17 05/16] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v17 08/16] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v17 09/16] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v17 10/16] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v17 12/16] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v17 13/16] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v17 14/16] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v17 15/16] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v17 16/16] bpf: Add get_entry_ip() for arm64

[PATCH v6 0/3] tracing: Support poll on event hist file
 2024-10-16 10:49 UTC  (4+ messages)
` [PATCH v6 1/3] tracing/hist: Add poll(POLLIN) support on "
` [PATCH v6 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [PATCH v6 3/3] selftests/tracing: Add hist poll() support test

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 10:40 UTC  (18+ messages)
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages

[PATCH 0/3] Lazy preemption leftovers
 2024-10-16  9:17 UTC  (3+ messages)
` [PATCH 2/3] tracing: Record task flag NEED_RESCHED_LAZY

[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-16  8:33 UTC  (28+ messages)
` [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros
` [PATCH v16 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v16 03/18] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v16 05/18] function_graph: Pass ftrace_regs to retfunc
` [PATCH v16 06/18] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v16 07/18] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v16 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v16 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v16 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v16 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v16 13/18] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v16 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v16 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v16 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v16 17/18] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v16 18/18] bpf: Add get_entry_ip() for arm64

[PATCH v6 0/5] MCE wrapper and support for new SMCA syndrome MSRs
 2024-10-16  6:36 UTC  (6+ messages)
` [PATCH v6 1/5] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v6 2/5] tracing: Add __print_dynamic_array() helper
` [PATCH v6 3/5] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v6 4/5] x86/mce/apei: Handle variable register array size
` [PATCH v6 5/5] EDAC/mce_amd: Add support for FRU Text in MCA

[PATCHv6 bpf-next,perf/core 00/16] uprobe, bpf: Add session support
 2024-10-16  6:41 UTC  (16+ messages)
` [PATCHv6 perf/core 01/16] uprobe: Add data pointer to consumer handlers
` [PATCHv6 perf/core 02/16] uprobe: Add support for session consumer
` [PATCHv6 bpf-next 13/16] selftests/bpf: Add uprobe session single consumer test
` [PATCHv6 bpf-next 14/16] selftests/bpf: Scale down uprobe multi "
` [PATCHv6 bpf-next 15/16] selftests/bpf: Add uprobe sessions to "

[PATCH RFC] rethook: inline arch_rethook_trampoline_callback() in assembly code
 2024-10-16  0:53 UTC  (3+ messages)

[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
 2024-10-15 18:58 UTC  (2+ messages)

[PATCH v5 0/5] MCE wrapper and support for new SMCA syndrome MSRs
 2024-10-15 18:14 UTC  (7+ messages)
` [PATCH v5 1/5] x86/mce: Add wrapper for struct mce to export vendor specific info

[PATCH v10 0/5] Tracepoints and static branch in Rust
 2024-10-15 15:31 UTC  (20+ messages)
` [PATCH v10 1/5] rust: add static_branch_unlikely for static_key_false
` [PATCH v10 2/5] rust: add tracepoint support
` [PATCH v10 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v10 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v10 5/5] rust: add arch_static_branch

[syzbot] [fs?] [mm?] stack segment fault in folio_wait_writeback
 2024-10-15 15:12 UTC  (2+ messages)

[syzbot] Monthly trace report (Oct 2024)
 2024-10-15 14:05 UTC  (5+ messages)

Have compiler remove __fentry locations from overwritten weak functions
 2024-10-15 14:01 UTC  (4+ messages)

[PATCH v4 0/6] rtla: Support idle state disabling via libcpupower in timerlat
 2024-10-15 13:35 UTC  (7+ messages)
` [PATCH v4 1/6] tools/build: Add libcpupower dependency detection
` [PATCH v4 2/6] rtla: Add optional dependency on libcpupower
` [PATCH v4 3/6] rtla/utils: Add idle state disabling via libcpupower
` [PATCH v4 4/6] rtla/timerlat: Add --deepest-idle-state for top
` [PATCH v4 5/6] rtla/timerlat: Add --deepest-idle-state for hist
` [PATCH v4 6/6] rtla: Documentation: Mention --deepest-idle-state

[PATCH v11 0/5] Tracepoints and static branch in Rust
 2024-10-15 13:14 UTC  (6+ messages)
` [PATCH v11 1/5] rust: add static_branch_unlikely for static_key_false
` [PATCH v11 2/5] rust: add tracepoint support
` [PATCH v11 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v11 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v11 5/5] rust: add arch_static_branch

[PATCH v4] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
 2024-10-15 11:27 UTC 

[PATCH v2] ring-buffer: Fix reader locking when changing the sub buffer order
 2024-10-15 11:24 UTC 

[RFC PATCH v1 18/57] trace: Remove PAGE_SIZE compile-time constant assumption
 2024-10-15 11:09 UTC  (3+ messages)

[PATCH v2] uprobe: avoid out-of-bounds memory access of fetching args
 2024-10-15  6:01 UTC 

[PATCH] uprobe: avoid out-of-bounds memory access of fetching args
 2024-10-15  5:43 UTC  (5+ messages)

[PATCH] ring-buffer: Fix reader locking when changing the sub buffer order
 2024-10-14 22:15 UTC  (2+ messages)

[PATCH v2] tracing: replace multiple deprecated strncpy with memcpy
 2024-10-14 21:54 UTC  (3+ messages)

[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-14 20:48 UTC  (7+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures

tools/rtla: Fix installation from out-of-tree build
 2024-10-14 15:19 UTC  (4+ messages)

[PATCH 1/2] rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long
 2024-10-14  8:57 UTC  (6+ messages)
` [PATCH 2/2] rtla/timerlat: Make timerlat_hist_cpu->*_count "

[PATCH] tools/rtla: Enhance Error Handling and Readability for timerlat
 2024-10-14  8:51 UTC  (4+ messages)

[PATCH v2] ftrace: Fix function name for trampoline
 2024-10-12 12:41 UTC 

[PATCH] ring-buffer: Fix refcount setting of boot mapped buffers
 2024-10-12  5:20 UTC  (2+ messages)

[PATCH] tracing: replace multiple deprecated strncpy with strscpy
 2024-10-11 23:30 UTC  (4+ messages)

[PATCH] selftests/ftrace: Fix check of return value in fgraph-retval.tc test
 2024-10-11 22:47 UTC  (2+ messages)

[PATCH net-next v25 00/13] Device Memory TCP
 2024-10-11 19:38 UTC  (6+ messages)
` [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-10-11 19:34 UTC  (5+ messages)

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
 2024-10-11 19:20 UTC  (2+ messages)

[PATCH 3/6] lib: Move KUnit tests into tests/ subdirectory
 2024-10-11 17:22 UTC  (10+ messages)

[PATCH] ring-buffer: Synchronize ring_buffer_subbuf_order_set() with rb_check_pages()
 2024-10-11 17:09 UTC  (2+ messages)

[PATCH] ring-buffer: Have the buffer update counter be atomic
 2024-10-11 16:53 UTC  (7+ messages)

[PATCH] docs: fix WARNING document not included in any toctree
 2024-10-11 14:09 UTC  (7+ messages)

[PATCH v3] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
 2024-10-11 13:27 UTC  (3+ messages)

[PATCH RESEND v3 0/6] rtla: Support idle state disabling via libcpupower in timerlat
 2024-10-11 10:46 UTC  (4+ messages)
` [PATCH RESEND v3 3/6] rtla/utils: Add idle state disabling via libcpupower

[PATCH v9 0/5] Tracepoints and static branch in Rust
 2024-10-11 10:16 UTC  (5+ messages)
` [PATCH v9 1/5] rust: add generic static_key_false


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