linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-30 08:05:14 to 2025-05-05 22:14:51 UTC [more...]

[PATCH AUTOSEL 6.14 017/642] ring-buffer: Use kaslr address instead of text delta
 2025-05-05 22:03 UTC 

[PATCH][RFC][CFT] kill vfs_submount(), already
 2025-05-05 22:00 UTC  (6+ messages)
  ` [PATCH v2] kill vfs_submount()

[PATCH v2 00/13] tracing: Remove most uses of "disabled" field
 2025-05-05 21:21 UTC  (14+ messages)
` [PATCH v2 01/13] tracing/mmiotrace: Remove reference to unused per CPU data pointer
` [PATCH v2 02/13] ftrace: Do not bother checking per CPU "disabled" flag
` [PATCH v2 03/13] tracing: Just use this_cpu_read() to access ignore_pid
` [PATCH v2 04/13] tracing: Add tracer_tracing_disable/enable() functions
` [PATCH v2 05/13] tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_dump_one()
` [PATCH v2 06/13] tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabled
` [PATCH v2 07/13] ftrace: Do not disabled function graph based on "disabled" field
` [PATCH v2 08/13] tracing: Do not use per CPU array_buffer.data->disabled for cpumask
` [PATCH v2 09/13] ring-buffer: Add ring_buffer_record_is_on_cpu()
` [PATCH v2 10/13] tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" field
` [PATCH v2 11/13] tracing: Convert the per CPU "disabled" counter to local from atomic
` [PATCH v2 12/13] tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff tracer
` [PATCH v2 13/13] tracing: Remove unused buffer_page field from trace_array_cpu structure

[PATCH v2] tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabled
 2025-05-05 16:12 UTC  (2+ messages)

[PATCH 00/12] tracing: Remove most uses of "disabled" field
 2025-05-05 15:59 UTC  (18+ messages)
` [PATCH 01/12] tracing/mmiotrace: Remove reference to unused per CPU data pointer
` [PATCH 02/12] tracing: Do not bother setting "disabled" field for ftrace_dump_one()
` [PATCH 03/12] ftrace: Do not bother checking per CPU "disabled" flag
` [PATCH 04/12] tracing: Just use this_cpu_read() to access ignore_pid
` [PATCH 05/12] tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabled
` [PATCH 06/12] ftrace: Do not disabled function graph based on "disabled" field
` [PATCH 07/12] tracing: Do not use per CPU array_buffer.data->disabled for cpumask
` [PATCH 08/12] ring-buffer: Add ring_buffer_record_is_on_cpu()
` [PATCH 09/12] tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" field
` [PATCH 10/12] tracing: Convert the per CPU "disabled" counter to local from atomic
` [PATCH 11/12] tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff tracer
` [PATCH 12/12] tracing: Remove unused buffer_page field from trace_array_cpu structure

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-05-05 15:45 UTC  (16+ messages)
` [PATCH v5 22/25] module: Remove outdated comment about text_size

[PATCH v4 01/12] riscv: ftrace: support fastcc in Clang for WITH_ARGS
 2025-05-05 14:06 UTC  (4+ messages)
` [PATCH v4 05/12] riscv: ftrace: prepare ftrace for atomic code patching

[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-05 13:00 UTC  (7+ messages)
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
` [PATCH v1 09/11] x86/mm/pat: remove MEMTYPE_*_MATCH

[PATCH v6 00/22] RV: Linear temporal logic monitors for RT application
 2025-05-05 12:25 UTC  (27+ messages)
` [PATCH v6 01/22] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v6 02/22] printk: Make vprintk_deferred() public
` [PATCH v6 03/22] panic: Add vpanic()
` [PATCH v6 04/22] rv: Let the reactors take care of buffers
` [PATCH v6 05/22] verification/dot2k: Make a separate dot2k_templates/Kconfig_container
` [PATCH v6 06/22] verification/dot2k: Remove __buff_to_string()
` [PATCH v6 07/22] verification/dot2k: Replace is_container() hack with subparsers
` [PATCH v6 08/22] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v6 09/22] verification/dot2k: Prepare the frontend for LTL inclusion
` [PATCH v6 10/22] Documentation/rv: Prepare monitor synthesis document "
` [PATCH v6 11/22] verification/rvgen: Restructure the templates files
` [PATCH v6 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion
` [PATCH v6 13/22] rv: Add support for LTL monitors
` [PATCH v6 14/22] rv: Add rtapp container monitor
` [PATCH v6 15/22] x86/tracing: Remove redundant trace_pagefault_key
` [PATCH v6 16/22] x86/tracing: Move page fault trace points to generic
` [PATCH v6 17/22] arm64: mm: Add page fault trace points
` [PATCH v6 18/22] riscv: "
` [PATCH v6 19/22] rv: Add rtapp_pagefault monitor
` [PATCH v6 20/22] rv: Add rtapp_sleep monitor
` [PATCH v6 21/22] rv: Add documentation for rtapp monitor
` [PATCH v6 22/22] rv: Allow to configure the number of per-task monitor

[PATCH v3 0/7] arm64: Enable UPROBES with GCS
 2025-05-04 23:32 UTC  (8+ messages)
` [PATCH v3 1/7] arm64/gcs: task_gcs_el0_enable() should use passed task
` [PATCH v3 2/7] arm64: probes: Break ret out from bl/blr
` [PATCH v3 3/7] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v3 4/7] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v3 5/7] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v3 6/7] arm64: Kconfig: Remove GCS restrictions on UPROBES
` [PATCH v3 7/7] uprobes: uprobe_warn should use passed task

[PATCH v3 0/2] tracing: fix race when creating trace probe log error message
 2025-05-04 18:27 UTC  (3+ messages)
` [PATCH v3 1/2] tracing: add missing trace_probe_log_clear for eprobes
` [PATCH v3 2/2] tracing: protect trace_probe_log with mutex

[PATCH v7 00/17] unwind_user: perf: x86: Deferred unwinding infrastructure
 2025-05-04 17:53 UTC  (25+ messages)
` [PATCH v7 01/17] unwind_user: Add user space unwinding API
` [PATCH v7 02/17] unwind_user: Add frame pointer support
` [PATCH v7 03/17] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v7 04/17] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v7 05/17] unwind_user: Add compat mode frame pointer support
` [PATCH v7 06/17] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v7 07/17] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v7 08/17] unwind_user/deferred: Add unwind cache
` [PATCH v7 09/17] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v7 10/17] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v7 11/17] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v7 12/17] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v7 13/17] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v7 14/17] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v7 15/17] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v7 16/17] perf: Simplify get_perf_callchain() user logic
` [PATCH v7 17/17] perf: Skip user unwind if the task is a kernel thread

[PATCH] powerpc64/ftrace: fix clobbered r15 during livepatching
 2025-05-04  3:21 UTC  (2+ messages)

ftrace: sorttable unable to sort ELF64 on 32-bit host
 2025-05-03 10:24 UTC  (9+ messages)
` [PATCH 6.1 6.6 6.12 6.13] scripts/sorttable: fix ELF64 mcount_loc address parsing when compiling on 32-bit

[PATCH v6 0/5] perf: Deferred unwinding of user space stack traces for per CPU events
 2025-05-02 20:16 UTC  (10+ messages)
` [PATCH v6 1/5] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v6 2/5] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v6 3/5] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v6 4/5] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v6 5/5] perf: Support deferred user callchains for per CPU events

[PATCH v5 00/12] khugepaged: mTHP support
 2025-05-02 15:42 UTC  (27+ messages)
` [PATCH v5 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap for mTHP support
` [PATCH v5 07/12] khugepaged: add "
` [PATCH v5 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v5 09/12] khugepaged: avoid unnecessary mTHP collapse attempts

[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
 2025-05-02 14:25 UTC  (10+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf: Enable BPF_PROG_TEST_RUN for tp_btf

[PATCH v2 0/2] tracing: fix race when creating trace probe log error message
 2025-05-02 13:50 UTC  (4+ messages)
` [PATCH v2 1/2] tracing: add missing trace_probe_log_clear for eprobes
` [PATCH v2 2/2] tracing: protect trace_probe_log with mutex

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-02  8:47 UTC  (7+ messages)
` [PATCH 22/22] man2: Add uprobe syscall page

[PATCH] tracing: Do not take trace_event_sem in print_event_fields()
 2025-05-02  2:41 UTC 

[syzbot] [trace?] possible deadlock in print_event_fields
 2025-05-01 23:10 UTC 

[PATCH] tracing: fix race when creating trace probe log error message
 2025-05-01 20:58 UTC  (4+ messages)

[PATCH] tracing: Fix trace_adjust_address() when there is no modules in scratch area
 2025-05-01 19:19 UTC 

[PATCH v1] rtla: Save trace when option `--trace` is specified
 2025-05-01 18:12 UTC  (9+ messages)

[PATCH v2 bpf-next] bpf: Allow some trace helpers for all prog types
 2025-05-01 18:11 UTC  (2+ messages)

[PATCH 0/4] tracing: fprobe-events: Register fprobe only when the event is enabled
 2025-05-01 15:27 UTC  (3+ messages)
` [RFC PATCH] tracing: tprobe-events: Register tracepoint when enable tprobe event

[syzbot] [netfs?] INFO: task hung in anon_pipe_write
 2025-05-01  8:08 UTC 

[PATCH v7 00/18] perf: Deferred unwinding of user space stack traces
 2025-04-30 20:07 UTC  (20+ messages)
` [PATCH v7 01/18] unwind_user: Add user space unwinding API
` [PATCH v7 02/18] unwind_user: Add frame pointer support
` [PATCH v7 03/18] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v7 04/18] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v7 05/18] unwind_user: Add compat mode frame pointer support
` [PATCH v7 06/18] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v7 07/18] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v7 08/18] unwind_user/deferred: Add unwind cache
` [PATCH v7 09/18] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v7 10/18] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v7 11/18] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v7 12/18] perf: Simplify get_perf_callchain() user logic
` [PATCH v7 13/18] perf: Skip user unwind if the task is a kernel thread
` [PATCH v7 14/18] perf: Support deferred user callchains
` [PATCH v7 15/18] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v7 16/18] perf record: Enable defer_callchain for user callchains
` [PATCH v7 17/18] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v7 18/18] perf tools: Merge deferred user callchains

[PATCH] rtla: Define _GNU_SOURCE in timerlat_bpf.c
 2025-04-30 14:46 UTC 

KASAN: slab-use-after-free Read in perf_uprobe_destroy in linux6.12.25(longterm maintenance)
 2025-04-30  9:31 UTC 

[PATCH v5 00/23] RV: Linear temporal logic monitors for RT application
 2025-04-30  8:38 UTC  (6+ messages)
` [PATCH v5 21/23] rv: Add rtapp_sleep monitor


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