linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-07 23:25:53 to 2025-10-13 23:55:36 UTC [more...]

[PATCH v3 0/5] mm: VMA count limit fixes and improvements
 2025-10-13 23:51 UTC 

[RFC PATCH v1] btf: Sort BTF types by name and kind to optimize btf_find_by_name_kind lookup
 2025-10-13 23:53 UTC  (3+ messages)

[BUG] no ORC stacktrace from kretprobe.multi bpf program
 2025-10-13 17:10 UTC  (4+ messages)

[PATCH 0/2] tracing: A couple of fixes for v6.18
 2025-10-13 17:05 UTC  (5+ messages)
` [PATCH 1/2] tracing: Fix tracing_mark_raw_write() to use buf and not ubuf
` [PATCH 2/2] tracing: Stop fortify-string from warning in tracing_mark_raw_write()

[PATCH v2 00/20] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
 2025-10-13 14:14 UTC  (13+ messages)
` [PATCH v2 13/20] Documentation/rv: Add documentation about hybrid automata
` [PATCH v2 14/20] rv: Add sample hybrid monitors stall
` [PATCH v2 15/20] rv: Convert the opid monitor to a hybrid automaton
` [PATCH v2 20/20] rv: Add deadline monitors

[PATCH 0/2] selftests/verification: Add initial RV tests
 2025-10-13 11:56 UTC  (3+ messages)

[PATCH] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
 2025-10-13  9:27 UTC 

[syzbot] [bpf?] [trace?] BUG: stack guard page was hit in br_handle_frame
 2025-10-13  8:33 UTC 

[PATCH v1] tools/rtla: Remove unused function declarations
 2025-10-13  7:48 UTC  (2+ messages)

[PATCH v3 0/2] tracing: fprobe: optimization for entry only case
 2025-10-13  1:52 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] lib/test_fprobe: add testcase for mixed fprobe

[PATCH v2 0/2] tracing: fprobe: optimization for entry only case
 2025-10-13  1:20 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] lib/test_fprobe: add testcase for mixed fprobe

[PATCH v3 0/5] tracing: fprobe: list-style filters,
 2025-10-12 14:40 UTC  (14+ messages)
` [PATCH v3 1/5] docs: tracing: fprobe: document list filters and :entry/:exit
` [PATCH v3 2/5] tracing: fprobe: require explicit [GROUP/]EVENT for list/wildcard
` [PATCH v3 3/5] tracing: fprobe: support comma-separated symbols and :entry/:exit

[PATCH RFC] riscv: add support for Ziccid
 2025-10-12 11:23 UTC  (5+ messages)

[syzbot] [trace?] WARNING in write_raw_marker_to_buffer
 2025-10-12  3:26 UTC  (2+ messages)

[PATCH] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
 2025-10-11 16:41 UTC 

[PATCH v2] tracing: Stop fortify-string from warning in tracing_mark_raw_write()
 2025-10-11 15:20 UTC 

[PATCH v2 0/5] tools/rtla: Improve argument processing
 2025-10-11  8:27 UTC  (6+ messages)
` [PATCH v2 1/5] tools/rtla: Add fatal() and replace error handling pattern
` [PATCH v2 2/5] tools/rtla: Replace timerlat_top_usage("...") with fatal("...")
` [PATCH v2 3/5] tools/rtla: Replace timerlat_hist_usage("...") "
` [PATCH v2 4/5] tools/rtla: Replace osnoise_top_usage("...") "
` [PATCH v2 5/5] tools/rtla: Replace osnoise_hist_usage("...") "

[PATCH RFC bpf-next 0/3] bpf: report probe fault to BPF stderr
 2025-10-11  1:23 UTC  (20+ messages)
` [PATCH RFC bpf-next 1/3] "
        ` bpf_errno. Was: "

[PATCH v7 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-10-10 20:02 UTC  (27+ messages)
` [PATCH v7 01/23] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v7 02/23] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v7 03/23] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v7 04/23] mm/ksw: add build system support
` [PATCH v7 05/23] mm/ksw: add ksw_config struct and parser
` [PATCH v7 06/23] mm/ksw: add singleton debugfs interface
` [PATCH v7 07/23] mm/ksw: add HWBP pre-allocation
` [PATCH v7 08/23] mm/ksw: Add atomic watchpoint management api
` [PATCH v7 09/23] mm/ksw: ignore false positives from exit trampolines
` [PATCH v7 10/23] mm/ksw: support CPU hotplug
` [PATCH v7 11/23] sched: add per-task context
` [PATCH v7 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v7 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v7 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v7 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v7 16/23] mm/ksw: add self-debug helpers
` [PATCH v7 17/23] mm/ksw: add test module
` [PATCH v7 18/23] mm/ksw: add stack overflow test
` [PATCH v7 19/23] mm/ksw: add recursive depth test
` [PATCH v7 20/23] mm/ksw: add multi-thread corruption test cases
` [PATCH v7 21/23] tools/ksw: add test script
` [PATCH v7 22/23] docs: add KStackWatch document
` [PATCH v7 23/23] MAINTAINERS: add entry for KStackWatch

[PATCH v1 0/5] tools/rtla: Improve argument processing
 2025-10-10 17:50 UTC  (9+ messages)
` [PATCH v1 1/5] tools/rtla: Add fatal() and replace error handling pattern
` [PATCH v1 2/5] tools/rtla: Replace timerlat_top_usage("...") with fatal("...")
` [PATCH v1 3/5] tools/rtla: Replace timerlat_hist_usage("...") "
` [PATCH v1 4/5] tools/rtla: Replace osnoise_hist_usage("...") "
` [PATCH v1 5/5] tools/rtla: Replace osnoise_top_usage("...") "

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-10-10 15:38 UTC  (30+ messages)
` [PATCH v6 01/29] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v6 02/29] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v6 03/29] rcu: Add a small-width RCU watching counter debug option
` [PATCH v6 04/29] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v6 05/29] jump_label: Add annotations for validating noinstr usage
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 07/29] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v6 08/29] x86/idle: Mark x86_idle "
` [PATCH v6 09/29] x86/paravirt: Mark pv_steal_clock "
` [PATCH v6 10/29] riscv/paravirt: "
` [PATCH v6 11/29] loongarch/paravirt: "
` [PATCH v6 12/29] arm64/paravirt: "
` [PATCH v6 13/29] arm/paravirt: "
` [PATCH v6 14/29] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v6 15/29] sched/clock: Mark sched_clock_running key "
` [PATCH v6 16/29] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v6 17/29] x86/speculation/mds: Mark cpu_buf_idle_clear key as allowed in .noinstr
` [PATCH v6 18/29] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v6 19/29] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v6 20/29] stackleack: Mark stack_erasing_bypass key "
` [PATCH v6 21/29] objtool: Add noinstr validation for static branches/calls
` [PATCH v6 22/29] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [PATCH v6 24/29] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v6 25/29] x86/mm: Make INVPCID type macros available to assembly
` [RFC PATCH v6 26/29] x86/mm/pti: Introduce a kernel/user CR3 software signal
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v6 28/29] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
` [RFC PATCH v6 29/29] x86/entry: Add an option to coalesce TLB flushes

[PATCH] rv: Add signal reactor
 2025-10-10 13:02 UTC  (12+ messages)

[PATCH 0/9] Documentation/rtla: Cover default options
 2025-10-10  8:33 UTC  (10+ messages)
` [PATCH 1/9] Documentation/rtla: Fix typo in common_options.txt
` [PATCH 2/9] Documentation/rtla: Fix typo in common_timerlat_options.txt
` [PATCH 3/9] Documentation/rtla: Fix typo in rtla-timerlat-top.rst
` [PATCH 4/9] Documentation/rtla: Fix typo in common_timerlat_options.txt
` [PATCH 5/9] Documentation/rtla: Correct tracer name for common options
` [PATCH 6/9] Documentation/rtla: Mention default priority
` [PATCH 7/9] Documentation/rtla: Mention default cgroup state
` [PATCH 8/9] Documentation/trace: Specify exact priority for timerlat
` [PATCH 9/9] Documentation/rtla: Include defaults for tracer options

[PATCH v2 00/15] block: add blktrace support for zoned block device commands
 2025-10-10  7:32 UTC  (13+ messages)
` [PATCH v2 11/15] blktrace: add block trace commands for zone operations
` [PATCH v2 13/15] blktrace: trace zone management operations

[PATCH] powerpc64/bpf: support direct_call on livepatch function
 2025-10-10  7:17 UTC  (7+ messages)

[PATCH AUTOSEL 6.17-5.4] uprobe: Do not emulate/sstep original instruction when ip is changed
 2025-10-09 15:55 UTC 

[PATCH] Documentation/rtla: fix htmldocs build error by renaming common_options.rst
 2025-10-09 14:26 UTC  (22+ messages)
` [PATCH 0/8] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
  ` [PATCH 1/8] Documentation/rtla: rename common_appendix.rst
      ` [PATCH v2] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
  ` [PATCH 2/8] Documentation/rtla: rename common_hist_options.rst
  ` [PATCH 3/8] Documentation/rtla: rename common_osnoise_description.rst
  ` [PATCH 4/8] Documentation/rtla: rename common_timerlat_aa.rst
  ` [PATCH 5/8] Documentation/rtla: rename common_timerlat_description.rst
  ` [PATCH 6/8] Documentation/rtla: rename common_timerlat_options.rst
  ` [PATCH 7/8] Documentation/rtla: rename common_top_options.rst
  ` [PATCH 8/8] Documentation/rtla: rename common_osnoise_options.rst

[PATCH v3] ring buffer: Propagate __rb_map_vma return value to caller
 2025-10-09 13:57 UTC  (2+ messages)

[PATCH v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-10-09  9:12 UTC  (4+ messages)
` [PATCH v6 23/23] MAINTAINERS: add entry for KStackWatch

[PATCH v2] ring buffer: Propagate __rb_map_vma return value to caller
 2025-10-09  2:11 UTC  (2+ messages)

[PATCH v1] Revert "tracing: Fix tracing_marker may trigger page fault during preempt_disable"
 2025-10-08 17:12 UTC  (10+ messages)

[PATCH] tracing: Have trace_marker use per-cpu data to read user space
 2025-10-08 16:45 UTC 

[PATCH] ring buffer: propagate __rb_map_vma return value to caller
 2025-10-08 16:11 UTC  (2+ messages)

[PATCH] tracing: Fix irqoff tracers on failure of acquiring calltime
 2025-10-08 15:49 UTC 

[PATCH] tracing: Fix wakeup tracers on failure of acquiring calltime
 2025-10-08 15:48 UTC 

[PATCH 1/2] tracing/wakeup: Balance prolog on fgraph failure
 2025-10-08 15:27 UTC  (4+ messages)
` [PATCH 2/2] tracing/irqsoff: "

[syzbot] [trace?] possible deadlock in ring_buffer_map
 2025-10-08 14:52 UTC  (4+ messages)
` (no subject)
  ` [PATCH] trace/ring_buffer: Fix locking order in ring_buffer_map()

[PATCH v1] tools/rtla: Add missing --quiet option to timerlat hist
 2025-10-08  8:55 UTC  (3+ messages)

[PATCH v2] powerpc64/bpf: support direct_call on livepatch function
 2025-10-08  8:50 UTC 

[PATCH] tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
 2025-10-07 23:57 UTC  (6+ 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).