linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-01 00:33:28 to 2025-07-04 06:11:25 UTC [more...]

[PATCH v8 00/15] khugepaged: mTHP support
 2025-07-04  6:11 UTC  (21+ messages)
` [PATCH v8 01/15] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v8 02/15] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v8 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v8 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v8 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v8 06/15] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v8 07/15] khugepaged: add "
` [PATCH v8 08/15] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v8 09/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v8 10/15] khugepaged: allow khugepaged to check all anonymous mTHP orders
` [PATCH v8 11/15] khugepaged: allow madvise_collapse "
` [PATCH v8 12/15] khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs
` [PATCH v8 13/15] khugepaged: improve tracepoints for mTHP orders
` [PATCH v8 14/15] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v8 15/15] Documentation: mm: update the admin guide for mTHP collapse

[PATCH 0/2] tracing: Fixes for filter
 2025-07-04  6:04 UTC  (6+ messages)
` [PATCH 1/2] tracing: Handle "(const) char __attribute() *" as string ptr type
` [PATCH 2/2] selftests: tracing: Use mutex_unlock for testing glob filter

[PATCH bpf-next v7 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-07-04  2:40 UTC  (4+ messages)
` [PATCH bpf-next v7 2/3] bpf: Add show_fdinfo for uprobe_multi
` [PATCH bpf-next v7 3/3] bpf: Add show_fdinfo for kprobe_multi

[PATCH bpf-next v2 03/18] ftrace: factor out ftrace_direct_update from register_ftrace_direct
 2025-07-04  1:54 UTC  (5+ messages)
` [PATCH bpf-next v2 04/18] ftrace: add reset_ftrace_direct_ips
` [PATCH bpf-next v2 07/18] bpf: refactor the modules_array to ptr_array

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

[RFC][PATCH] ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support it
 2025-07-03 20:58 UTC  (6+ messages)

[RFC PATCH v5 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-07-03 19:44 UTC  (4+ messages)
` [RFC PATCH v5 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v5 2/2] mm: Fix OOM killer inaccuracy on large many-core systems

[PATCH v2] tracing: doc: fix "for a while" typo
 2025-07-03 18:21 UTC 

[PATCH] tracing: Remove EVENT_FILE_FL_SOFT_MODE flag
 2025-07-03 16:39 UTC  (3+ messages)

[PATCH v12 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-03 16:21 UTC  (48+ messages)
` [PATCH v12 01/14] unwind_user: Add user space unwinding API
` [PATCH v12 02/14] unwind_user: Add frame pointer support
` [PATCH v12 03/14] unwind_user: Add compat mode "
` [PATCH v12 04/14] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v12 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v12 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v12 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v12 08/14] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v12 09/14] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v12 10/14] unwind: Clear unwind_mask on exit back to user space
` [PATCH v12 11/14] unwind: Add USED bit to only have one conditional on way "
` [PATCH v12 12/14] unwind: Finish up unwind when a task exits
` [PATCH v12 13/14] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v12 14/14] unwind_user/x86: Enable compat mode "

[RFC PATCH v4 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-07-03 15:59 UTC  (4+ messages)
` [RFC PATCH v4 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v4 2/2] mm: Fix OOM killer inaccuracy on large many-core systems

[RESEND PATCH] cpuidle: Add find_deepest_state trace event
 2025-07-03 13:34 UTC  (2+ messages)

[PATCH 0/2] um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS
 2025-07-03 12:38 UTC  (3+ messages)
` [PATCH 1/2] um/x86: Add system call table to header file
` [PATCH 2/2] um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS

[PATCH] tracing: Remove pointless memory barriers
 2025-07-03  8:05 UTC  (6+ messages)

[PATCH] global: fix misapplications of "awhile"
 2025-07-03  5:35 UTC  (2+ messages)

[PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-03  4:01 UTC  (6+ messages)

[RFC PATCH RESEND] tracing: add kernel documentation for trace_array_set_clr_event, trace_set_clr_event and supporting functions
 2025-07-02 17:16 UTC  (7+ messages)

[PATCH v12 00/11] perf: Support the deferred unwinding infrastructure
 2025-07-02 16:28 UTC  (17+ messages)
` [PATCH v12 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v12 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v12 03/11] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
` [PATCH v12 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v12 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v12 06/11] perf: Support deferred user callchains
` [PATCH v12 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v12 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v12 09/11] perf record: Enable defer_callchain for user callchains
` [PATCH v12 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v12 11/11] perf tools: Merge deferred user callchains

[RFC PATCH v3] tracing: add testable specifications for event_enable_write/read
 2025-07-02 16:16 UTC  (2+ messages)

[RFC PATCH 0/2] tracing: ftrace_enable_fops fixes
 2025-07-02 16:12 UTC  (13+ messages)
` [RFC PATCH 1/2] tracing: fixes of ftrace_enable_fops
` [RFC PATCH 2/2] tracing: add testable specifications for event_enable_write/read

[REGRESSION] Random oops on SG2042 with Linux 6.16-rc and dynamic ftrace
 2025-07-02 13:05 UTC  (7+ messages)

[PATCH v2] tracing: Fix inconsistency in irq tracking on NMIs
 2025-07-02  9:39 UTC  (4+ messages)

[PATCH v10 00/19] RV: Linear temporal logic monitors for RT application
 2025-07-02  6:29 UTC  (21+ messages)
` [PATCH v10 14/19] rv: Add rtapp container monitor
` [PATCH v10 17/19] rv: Add rtapp_sleep monitor
` [PATCH v10 18/19] rv: Add documentation for rtapp monitor

[PATCH bpf-next v6 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-07-02  2:48 UTC  (6+ messages)
` [PATCH bpf-next v6 3/3] bpf: Add show_fdinfo for kprobe_multi

[PATCH v7 00/12] khugepaged: mTHP support
 2025-07-02  0:00 UTC  (4+ messages)
` [PATCH v7 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse

[PATCH v2] fgraph: Keep track of when fgraph_ops are registered or not
 2025-07-01 23:44 UTC 

[PATCH] fgraph: Keep track of when fgraph_ops are registered or not
 2025-07-01 22:28 UTC  (3+ messages)

[PATCH] Documentation/rtla: Describe exit status
 2025-07-01 21:44 UTC  (2+ messages)

[PATCH] Documentation/rtla: Add include common_appendix.rst
 2025-07-01 21:43 UTC  (2+ messages)

[PATCH net-next v2] tcp: extend tcp_retransmit_skb tracepoint with failure reasons
 2025-07-01 16:37 UTC  (2+ messages)

[PATCH v2 2/2] tracing/preemptirq: Optimize preempt_disable/enable() tracepoint overhead
 2025-07-01 12:36 UTC  (2+ messages)

[RFC PATCH 0/7] platform/chrome: Add Kunit tests for protocol device drivers
 2025-07-01 12:20 UTC  (5+ messages)

[PATCH v2 1/2] trace/preemptirq: reduce overhead of irq_enable/disable tracepoints
 2025-07-01 12:05 UTC  (2+ messages)

[PATCH] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2025-07-01  7:22 UTC  (2+ messages)

[PATCH v1] tools/rtla: Consolidate common parameters into shared structure
 2025-07-01  6:03 UTC 


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