messages from 2025-07-15 14:21:00 to 2025-07-18 04:51:44 UTC [more...]
[RFC PATCH v1 00/16] s390: SFrame user space unwinding
2025-07-18 4:51 UTC (21+ messages)
` [RFC PATCH v1 06/16] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v1 07/16] unwind_user: Enable archs that do not necessarily save RA
` [RFC PATCH v1 08/16] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v1 12/16] unwind_user/backchain: Introduce back chain user space unwinding
[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-07-18 3:46 UTC (20+ messages)
[PATCH v9 00/14] khugepaged: mTHP support
2025-07-18 2:14 UTC (33+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 02/14] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v9 03/14] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v9 04/14] khugepaged: generalize alloc_charge_folio()
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v9 06/14] khugepaged: introduce collapse_scan_bitmap "
` [PATCH v9 08/14] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v9 09/14] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v9 10/14] khugepaged: allow khugepaged to check all anonymous mTHP orders
[PATCH] tracing: Add down_write(trace_event_sem) when adding trace event
2025-07-18 1:47 UTC (2+ messages)
` 回复: "
[PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
2025-07-17 23:25 UTC
[RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
2025-07-17 21:27 UTC (43+ messages)
` [PATCH RFC 6/4] srcu: Add guards for SRCU-fast readers
[PATCH] Documentation/rtla: Describe exit status
2025-07-17 20:26 UTC (2+ messages)
[PATCH v5 0/3] Add support for long task name
2025-07-17 18:35 UTC (8+ messages)
` [PATCH v5 1/3] exec: Remove obsolete comments
` [PATCH v5 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long
[PATCH 0/5] perf: Clean ups and simplifications
2025-07-17 17:31 UTC (6+ messages)
` [PATCH 1/5] perf: Remove get_perf_callchain() init_nr argument
` [PATCH 2/5] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH 3/5] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
` [PATCH 4/5] perf: Simplify get_perf_callchain() user logic
` [PATCH 5/5] perf: Skip user unwind if the task is a kernel thread
[PATCH v14 00/12] unwind_user: x86: Deferred unwinding infrastructure
2025-07-17 16:54 UTC (21+ messages)
` [PATCH v14 01/12] unwind_user: Add user space unwinding API with frame pointer support
` [PATCH v14 02/12] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v14 03/12] unwind_user/deferred: Add unwind cache
` [PATCH v14 04/12] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v14 05/12] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v14 06/12] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v14 07/12] unwind deferred: Add unwind_completed mask to stop spurious callbacks
` [PATCH v14 08/12] unwind: Add USED bit to only have one conditional on way back to user space
` [PATCH v14 09/12] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v14 10/12] unwind: Finish up unwind when a task exits
` [PATCH v14 11/12] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v14 12/12] unwind deferred/x86: Do not defer stack tracing for compat tasks
[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-07-17 15:29 UTC (13+ messages)
` [PATCHv5 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv5 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
【ftrace_events list】race between trace_event_eval_update and __register_event discuss
2025-07-17 14:59 UTC (3+ messages)
[PATCH net-next v7] tcp: trace retransmit failures in tcp_retransmit_skb
2025-07-17 3:06 UTC
[PATCH net-next v6] tcp: trace retransmit failures in tcp_retransmit_skb
2025-07-17 2:12 UTC (3+ messages)
[PATCH v2 bpf-next] bpf: Clean up individual BTF_ID code
2025-07-17 1:40 UTC (2+ messages)
[PATCH v9 00/11] unwind_deferred: Implement sframe handling
2025-07-17 1:28 UTC (12+ messages)
` [PATCH v9 01/11] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v9 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v9 03/11] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v9 04/11] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v9 05/11] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v9 06/11] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v9 07/11] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v9 08/11] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v9 09/11] unwind_user/sframe: Show file name in debug output
` [PATCH v9 10/11] unwind_user/sframe: Add .sframe validation option
` [PATCH v9 11/11] [DO NOT APPLY] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH] tracing/osnoise: Fix crash in timerlat_dump_stack()
2025-07-16 23:30 UTC (2+ messages)
[PATCH v2] riscv: ftrace: Properly acquire text_mutex to fix a race condition
2025-07-16 20:00 UTC (2+ messages)
[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-07-16 19:25 UTC (15+ messages)
` [PATCH v13 10/14] unwind: Clear unwind_mask on exit back to user space
[PATCH v3 01/17] tools/rv: Do not skip idle in trace
2025-07-16 16:14 UTC (43+ messages)
` [PATCH v3 07/17] rv: Adjust monitor dependencies
` [PATCH v3 08/17] verification/rvgen: Organise Kconfig entries for nested monitors
` [PATCH v3 09/17] tools/dot2c: Fix generated files going over 100 column limit
` [PATCH v3 10/17] rv: "
` [PATCH v3 11/17] rv: Retry when da monitor detects race conditions
` [PATCH v3 12/17] sched: Adapt sched tracepoints for RV task model
` [PATCH v3 17/17] rv: Add opid per-cpu monitor
[PATCH] riscv: ftrace: Properly acquire text_mutex to fix a race condition
2025-07-16 15:22 UTC (2+ messages)
[PATCH V2] riscv: ftrace: Fix the logic issue in DYNAMIC_FTRACE selection
2025-07-16 11:07 UTC (3+ messages)
[PATCH] tracing/probes: Avoid using params uninitialized in parse_btf_arg()
2025-07-16 4:16 UTC (2+ messages)
[PATCH net-next v5] tcp: trace retransmit failures in tcp_retransmit_skb
2025-07-15 18:33 UTC (2+ messages)
[syzbot] [block?] [trace?] INFO: task hung in blk_trace_setup (4)
2025-07-15 17:43 UTC
[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
2025-07-15 17:12 UTC (5+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc
[PATCH net-next v4] tcp: extend tcp_retransmit_skb tracepoint with failure reasons
2025-07-15 15:13 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).