linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-13 15:15:46 to 2025-03-22 09:12:58 UTC [more...]

[PATCH v3 0/5] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-22  9:12 UTC  (9+ messages)
` [PATCH v3 1/5] panic: Move panic ctl tables into panic.c
` [PATCH v3 2/5] signal: Move signal ctl tables into signal.c
` [PATCH v3 3/5] tracing: Move trace sysctls into trace.c
` [PATCH v3 4/5] stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
` [PATCH v3 5/5] sparc: mv sparc sysctls into their own file under arch/sparc/kernel

[PATCH v2 0/3] Add tracepoints for lowmem reserves, watermarks and totalreserve_pages
 2025-03-22  9:03 UTC  (3+ messages)
` [PATCH v2 2/3] mm/page_alloc: Add trace event for per-zone lowmem reserve setup

[PATCH 0/7] arm64: Enable UPROBES with GCS
 2025-03-21 23:43 UTC  (17+ messages)
` [PATCH 1/7] arm64/gcs: task_gcs_el0_enable() should use passed task
` [PATCH 2/7] arm64: probes: Break ret out from bl/blr
` [PATCH 3/7] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH 4/7] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH 5/7] arm64: uprobes: Add GCS support to uretprobes
` [PATCH 6/7] uprobes: Allow the use of uprobe_warn() in arch code
` [PATCH 7/7] arm64: Kconfig: Remove GCS restrictions on UPROBES

[PATCH] rtla: Add the ability to create ctags and etags
 2025-03-21 17:50 UTC 

[PATCH v2] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-03-21 17:08 UTC 

[PATCH v5 0/2] tracing: Show last boot module symbols
 2025-03-21 16:52 UTC  (4+ messages)
` [PATCH v5 1/2] tracing: Fix a compilation error without CONFIG_MODULES
` [PATCH v5 2/2] tracing: Show last module text symbols in the stacktrace

[PATCH] tracing: Have persistent trace instances save module addresses
 2025-03-21 16:36 UTC  (2+ messages)

[PATCH] tracing: fix build without CONFIG_MODULES
 2025-03-21 16:35 UTC  (2+ messages)

[PATCH v2 0/6] vsprintf: Add __printf attribute to where it's required
 2025-03-21 14:40 UTC  (7+ messages)
` [PATCH v2 1/6] seq_buf: Mark binary printing functions with __printf() attribute
` [PATCH v2 2/6] seq_file: "
` [PATCH v2 3/6] tracing: "
` [PATCH v2 4/6] vsnprintf: "
` [PATCH v2 5/6] vsnprintf: Drop unused const char fmt * in va_format()
` [PATCH v2 6/6] vsnprintf: Silence false positive GCC warning for va_format()

[PATCH v4 1/2] docs: tracing: Reduce maxdepth in index.rst for clarity
 2025-03-21 14:25 UTC  (5+ messages)
` [PATCH v4 2/2] docs: tracing: Refactor "

[PATCH v1 0/6] vsprintf: Add __printf attribute to where it's required
 2025-03-21 14:16 UTC  (13+ messages)
` [PATCH v1 1/6] seq_buf: Mark binary printing functions with __printf() attribute
` [PATCH v1 2/6] seq_file: "
` [PATCH v1 3/6] tracing: "
` [PATCH v1 4/6] vsnprintf: "
` [PATCH v1 5/6] vsnprintf: Mark pointer() "
` [PATCH v1 6/6] vsnprintf: Mark va_format() "

[PATCH v3 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-21 13:34 UTC  (7+ messages)
` [PATCH v3 1/3] kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
` [PATCH v3 2/3] kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_write_opcode()
` [PATCH v3 3/3] kernel/events/uprobes: uprobe_write_opcode() rewrite

[PATCH] uprop: Add new verification condition to verify_opcode
 2025-03-21 12:28 UTC  (2+ messages)

[PATCH V2] tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
 2025-03-21  9:52 UTC 

[PATCH] bpf: Remove duplicate judgments
 2025-03-21  5:23 UTC  (4+ messages)

ftrace: sorttable unable to sort ELF64 on 32-bit host
 2025-03-20 22:02 UTC 

[PATCH 0/6] rtla: Always set all tracer options
 2025-03-20 20:42 UTC  (13+ messages)
` [PATCH 1/6] rtla/osnoise: Unify params struct
` [PATCH 2/6] rtla: Unify apply_config between top and hist
` [PATCH 3/6] rtla/osnoise: Set OSNOISE_WORKLOAD to true
` [PATCH 4/6] rtla: Always set all tracer options
` [PATCH 5/6] rtla/tests: Reset osnoise options before check
` [PATCH 6/6] rtla/tests: Test setting default options

[PATCH RFCv3 00/23] uprobes: Add support to optimize usdt probes on x86_64
 2025-03-20 13:51 UTC  (26+ messages)
` [PATCH RFCv3 01/23] uprobes: Rename arch_uretprobe_trampoline function
` [PATCH RFCv3 02/23] uprobes: Make copy_from_page global
` [PATCH RFCv3 03/23] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
` [PATCH RFCv3 04/23] uprobes: Add uprobe_write function
` [PATCH RFCv3 05/23] uprobes: Add nbytes argument to uprobe_write_opcode
` [PATCH RFCv3 06/23] uprobes: Add orig argument to uprobe_write and uprobe_write_opcode
` [PATCH RFCv3 07/23] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCH RFCv3 08/23] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH RFCv3 09/23] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCH RFCv3 10/23] uprobes/x86: Add support to emulate nop5 instruction
` [PATCH RFCv3 11/23] uprobes/x86: Add support to optimize uprobes
` [PATCH RFCv3 12/23] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH RFCv3 13/23] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCH RFCv3 14/23] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCH RFCv3 15/23] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCH RFCv3 16/23] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH RFCv3 17/23] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCH RFCv3 18/23] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCH RFCv3 19/23] selftests/bpf: Add uprobe_regs_equal test
` [PATCH RFCv3 20/23] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCH RFCv3 21/23] selftests/bpf: Add 5-byte nop uprobe trigger bench
` [PATCH RFCv3 22/23] seccomp: passthrough uprobe systemcall without filtering
` [PATCH RFCv3 23/23] selftests/seccomp: validate uprobe syscall passes through seccomp

[PATCH v2 0/2] fix gss seqno handling to be more rfc-compliant
 2025-03-20 13:16 UTC  (4+ messages)
` [PATCH v2 1/2] sunrpc: implement rfc2203 rpcsec_gss seqnum cache
` [PATCH v2 2/2] sunrpc: don't immediately retransmit on seqno miss

[PATCH] tracing: Fix use-after-free in print_graph_function_flags during tracer switching
 2025-03-20 12:21 UTC 

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-20 10:44 UTC  (5+ messages)
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement

[PATCH v10 0/2] riscv: Add runtime constant support
 2025-03-20  9:02 UTC  (4+ messages)
` [PATCH v10 1/2] riscv: Move nop definition to insn-def.h
` [PATCH v10 2/2] riscv: Add runtime constant support

[PATCH] tracing: Align synth event print fmt
 2025-03-19 21:50 UTC 

[PATCH] tracing: Use hashtable.h for event_hash
 2025-03-19 19:05 UTC 

[PATCH] tracing: Fix error handling in event_trigger_parse
 2025-03-19 19:03 UTC  (3+ messages)

[PATCH v9 0/2] riscv: Add runtime constant support
 2025-03-19 17:24 UTC  (7+ messages)
` [PATCH v9 1/2] riscv: Move nop definition to insn-def.h
` [PATCH v9 2/2] riscv: Add runtime constant support

[RFC PATCH] tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER
 2025-03-19 16:21 UTC  (4+ messages)

[PATCH 1/3] tracing: Expose functions to trace a synth event
 2025-03-19 14:51 UTC  (5+ messages)
` [PATCH 2/3] tracing: Rename find_synth_event() into synth_event_find()
` [PATCH 3/3] tracing: Rename trace_synth() to synth_event_trace2()

[PATCH] tracing: Fix synth event printk format for str fields
 2025-03-19 14:34 UTC  (3+ messages)

next-20250319: arm shmobile_defconfig trace.c undefined type 'struct module'
 2025-03-19 14:12 UTC  (2+ messages)

[PATCH] tracing: Ensure module defining synth event cannot be unloaded while tracing
 2025-03-19 13:29 UTC  (2+ messages)

[PATCH v2 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-19 12:02 UTC  (6+ messages)
` [PATCH v2 1/3] kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
` [PATCH v2 2/3] kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_write_opcode()
` [PATCH v2 3/3] kernel/events/uprobes: uprobe_write_opcode() rewrite

[PATCH v3 2/2] docs: tracing: Reduce maxdepth in index documentation
 2025-03-18 11:35 UTC  (10+ messages)

[PATCH v4 0/2] tracing: Show last boot module symbols
 2025-03-18  1:25 UTC  (5+ messages)
` [PATCH v4 1/2] tracing: Fix a compilation error without CONFIG_MODULES
` [PATCH v4 2/2] tracing: Show last module text symbols in the stacktrace

[PATCH 0/4] Documentation/rtla: Cover BPF sample collection
 2025-03-17 22:47 UTC  (5+ messages)
` [PATCH 4/4] Documentation/rtla: Include "

[PATCH] tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
 2025-03-17 12:52 UTC  (2+ messages)

[PATCH] tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
 2025-03-17 12:28 UTC  (2+ messages)

[PATCH 0/4] tracing: fprobe-events: Register fprobe only when the event is enabled
 2025-03-17  8:10 UTC  (7+ messages)
` [PATCH 1/4] tracing: tprobe-events: Remove mod field from tprobe-event
` [PATCH 2/4] tracing: tprobe-events: Support multiple tprobes on the same tracepoint
` [PATCH 3/4] tracing: fprobe-events: Register fprobe-events only when it is enabled
` [PATCH 4/4] selftests: tracing: Enable fprobe events before checking enable_functions
` [RFC PATCH] tracing: tprobe-events: Register tracepoint when enable tprobe event

[PATCH -next] ring-buffer: Remove the unused variable bmeta
 2025-03-17  1:55 UTC 

[syzbot] Monthly trace report (Mar 2025)
 2025-03-16 22:21 UTC 

[PATCH 0/2] kbuild: rpm-pkg: improve debuggability
 2025-03-15  1:00 UTC  (4+ messages)
` [PATCH 2/2] kbuild: rpm-pkg: build debuginfo and debugsource RPMs

[PATCH v4 9/9] tracing: Use preempt_model_str()
 2025-03-14 16:08 UTC 

[RESEND][PATCH] tracing: gfp: Remove duplication of recording GFP flags
 2025-03-14 14:13 UTC  (5+ messages)
      ` [PATCH] tracing: gfp: vsprintf: Do not print "none" when using %pGg printf format

[PATCH v4 0/8] ring-buffer/tracing: Save module information in persistent memory
 2025-03-14  9:59 UTC  (3+ messages)
` (no subject)

[PATCH v2] tracing: Correct the refcount if the hist/hist_debug file fails to open
 2025-03-14  6:53 UTC 

[PATCH] tracing: Correct the refcount for hist/hist_debug file if single_open() fails
 2025-03-14  0:57 UTC  (3+ messages)

[PATCH v2 0/6] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-13 16:19 UTC  (9+ messages)
` [PATCH v2 4/6] stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
` [PATCH v2 6/6] s390: mv s390 sysctls into their own file under arch/s390 dir

[PATCH 02/10] rv: Let the reactors take care of buffers
 2025-03-13 16:07 UTC  (3+ messages)

[PATCH 04/10] rv: Add rtapp_block monitor
 2025-03-13 15:15 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).