linux-toolchains.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-20 18:22:23 to 2025-04-30 20:01:05 UTC [more...]

[PATCH v7 00/18] perf: Deferred unwinding of user space stack traces
 2025-04-30 19:57 UTC  (11+ 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 12/18] perf: Simplify get_perf_callchain() user logic

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

[PATCH v5 0/9] tracing: Deferred unwinding of user space stack traces
 2025-04-28 18:13 UTC  (16+ messages)
` [PATCH v5 1/9] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v5 2/9] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v5 3/9] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v5 4/9] tracing: Do not bother getting user space stacktraces for kernel threads
` [PATCH v5 5/9] tracing: Rename __dynamic_array() to __dynamic_field() for ftrace events
` [PATCH v5 6/9] tracing: Implement deferred user space stacktracing
` [PATCH v5 7/9] mm: Add guard for mmap_read_lock
` [PATCH v5 8/9] tracing: Have deferred user space stacktrace show file offsets
` [PATCH v5 9/9] tracing: Show inode and device major:minor in deferred user space stacktrace

[PATCH v5 00/12] unwind_deferred: Implement sframe handling
 2025-04-28  9:00 UTC  (15+ messages)
` [PATCH v5 01/12] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v5 02/12] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v5 03/12] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v5 04/12] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v5 05/12] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v5 06/12] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [PATCH v5 07/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v5 08/12] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v5 09/12] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v5 10/12] unwind_user/sframe: Show file name in debug output
` [PATCH v5 11/12] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v5 12/12] unwind_user/sframe: Add .sframe validation option

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

[PATCH v4 00/39] unwind, perf: sframe user space unwinding
 2025-04-24 13:41 UTC  (16+ messages)
` [PATCH v4 01/39] task_work: Fix TWA_NMI_CURRENT error handling
` [PATCH v4 02/39] task_work: Fix TWA_NMI_CURRENT race with __schedule()
` [PATCH v4 09/39] x86/vdso: Enable sframe generation in VDSO
` [PATCH v4 12/39] unwind_user: Add frame pointer support

[PATCH v3] tools/mm: Add script to display page state for a given PID and VADDR
 2025-04-24  3:49 UTC  (9+ messages)

[PATCH v2] tools/mm: Add script to display page state for a given PID and VADDR
 2025-04-21 19:13 UTC  (2+ messages)

[PATCH] tools/drgn: Add script to display page state for a given PID and VADDR
 2025-04-17  8:18 UTC  (8+ messages)

[PATCH v3 0/2] arm64: livepatch: Enable livepatch without sframe
 2025-04-10 15:17 UTC  (12+ messages)
` [PATCH v3 1/2] arm64: Implement arch_stack_walk_reliable
` [PATCH v3 2/2] arm64: Implement HAVE_LIVEPATCH

[RFC] slab: introduce auto_kfree macro
 2025-04-04  3:05 UTC  (4+ messages)

[PATCH v2 0/2] arm64: livepatch: Enable livepatch without sframe
 2025-03-20  2:20 UTC  (5+ messages)
` [PATCH v2 1/2] arm64: Implement arch_stack_walk_reliable
` [PATCH v2 2/2] arm64: Implement HAVE_LIVEPATCH

[PATCH 0/2] arm64: livepatch: Enable livepatch without sframe
 2025-03-19 19:09 UTC  (16+ messages)
` [PATCH 1/2] arm64: Implement arch_stack_walk_reliable
` [PATCH 2/2] arm64: Implement HAVE_LIVEPATCH

[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
 2025-03-09 14:43 UTC  (12+ messages)

Thread Safety Analysis and the Linux kernel
 2025-03-08  6:06 UTC  (25+ messages)

[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
 2025-02-27 12:10 UTC  (3+ messages)
` [PATCH 7/8] arm64: Define TIF_PATCH_PENDING for livepatch

[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
 2025-02-25  0:13 UTC  (12+ 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).