linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-25 13:48:56 to 2025-12-02 01:37:21 UTC [more...]

[PATCH v2 0/2] rv: Tidy up with auto-cleanup
 2025-12-02  1:38 UTC  (13+ messages)
` [PATCH v2 1/2] rv: Convert to use lock guard

[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
 2025-12-01 23:11 UTC  (4+ messages)
` [PATCH v3 1/2] cpufreq: "
` [PATCH v3 2/2] cpufreq: Documentation update for trace_policy_frequency

[PATCH] tracing: Add system trigger file to enable triggers for all the system's events
 2025-12-01 22:56 UTC  (2+ messages)

[PATCH v2 0/3] unwind_user: Cleanups
 2025-12-01 20:30 UTC  (5+ messages)
` [PATCH v2 1/3] unwind_user: Enhance comments on get CFA, FP, and RA
` [PATCH v2 2/3] unwind_user/fp: Use dummies instead of ifdef
` [PATCH v2 3/3] x86/unwind_user: Guard unwind_user_word_size() by UNWIND_USER

[PATCH v2 2/2] cpufreq: Documentation update for trace_policy_frequency
 2025-12-01 20:13 UTC 

[PATCH v2 1/2] cpufreq: Replace trace_cpu_frequency with trace_policy_frequency
 2025-12-01 20:13 UTC 

[PATCH 0/3] Unload linux/kernel.h
 2025-12-01 20:00 UTC  (31+ messages)
` [PATCH 1/3] kernel.h: drop STACK_MAGIC macro
` [PATCH 2/3] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH 3/3] tracing: move tracing declarations from kernel.h to a dedicated header

[PATCH bpf 0/2] bpf: fix bpf_d_path() helper prototype
 2025-12-01 19:22 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf: mark bpf_d_path() buffer as writeable
` [PATCH bpf 2/2] selftests/bpf: add regression test for bpf_d_path()

[PATCH V3 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
 2025-12-01 18:56 UTC  (3+ messages)
` [PATCH V3 1/2] mm/khugepaged: map dirty/writeback pages failures to EAGAIN
` [PATCH V3 2/2] mm/khugepaged: retry with sync writeback for MADV_COLLAPSE

[PATCH v13 mm-new 00/16] khugepaged: mTHP support
 2025-12-01 18:52 UTC  (19+ messages)
` [PATCH v13 mm-new 01/16] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v13 mm-new 02/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v13 mm-new 03/16] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v13 mm-new 04/16] khugepaged: generalize alloc_charge_folio()
` [PATCH v13 mm-new 05/16] khugepaged: introduce is_mthp_order helper
` [PATCH v13 mm-new 06/16] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v13 mm-new 07/16] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH v13 mm-new 08/16] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v13 mm-new 09/16] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v13 mm-new 10/16] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v13 mm-new 11/16] khugepaged: improve tracepoints for mTHP orders
` [PATCH v13 mm-new 12/16] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v13 mm-new 13/16] khugepaged: Introduce mTHP collapse support
` [PATCH v13 mm-new 14/16] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v13 mm-new 15/16] khugepaged: run khugepaged for all orders
` [PATCH v13 mm-new 16/16] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v8 00/28] Tracefs support for pKVM
 2025-12-01 16:33 UTC  (17+ messages)
` [PATCH v8 20/28] KVM: arm64: Add clock support for the pKVM hyp
` [PATCH v8 21/28] KVM: arm64: Add tracing capability "
` [PATCH v8 24/28] KVM: arm64: Add trace reset to "
` [PATCH v8 25/28] KVM: arm64: Add event support to the pKVM hyp and trace remote
` [PATCH v8 26/28] KVM: arm64: Add hyp_enter/hyp_exit events to pKVM hyp

[PATCH v5] dma-buf: add some tracepoints to debug
 2025-12-01 11:21 UTC 

[PATCH v4] dma-buf: add some tracepoints to debug
 2025-12-01  8:24 UTC  (4+ messages)
        ` 答复: [External Mail]Re: "

[PATCH bpf-next] bpf: make kprobe_multi_link_prog_run always_inline
 2025-11-29 17:50 UTC  (2+ messages)

[PATCH] Documentation: tools/rtla: remove undefined substitutions in common_options.rst
 2025-11-29  9:08 UTC  (3+ messages)

[PATCH] overflow: Introduce struct_offset() to get offset of member
 2025-11-28 17:19 UTC  (8+ messages)

[PATCH 0/13] rtla: Code robustness and maintainability improvements
 2025-11-28 14:04 UTC  (18+ messages)
` [rtla 01/13] rtla: Check for memory allocation failures
` [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
` [rtla 05/13] rtla: Simplify argument parsing
` [rtla 07/13] rtla: Introduce timerlat_restart() helper
` [rtla 08/13] rtla: Use standard exit codes for result enum

[PATCH v3 0/7] kallsyms: Prevent invalid access when showing module buildid
 2025-11-28 13:59 UTC  (8+ messages)
` [PATCH v3 1/7] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH v3 2/7] kallsyms: Clean up modname and modbuildid "
` [PATCH v3 3/7] module: Add helper function for reading module_buildid()
` [PATCH v3 4/7] kallsyms: Cleanup code for appending the module buildid
` [PATCH v3 5/7] kallsyms/bpf: Rename __bpf_address_lookup() to bpf_address_lookup()
` [PATCH v3 6/7] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH v3 7/7] kallsyms: Prevent module removal when printing module name and buildid

[PATCH 0/3] unwind_user: Cleanups
 2025-11-28 10:11 UTC  (6+ messages)
` [PATCH 1/3] unwind_user: Enhance comments on get CFA, FP, and RA
` [PATCH 2/3] unwind_user/fp: Use dummies instead of ifdef
` [PATCH 3/3] x86/unwind_user: Guard unwind_user_word_size() by UNWIND_USER

[PATCH RESEND] sched: Add core cookie update tracepoint
 2025-11-28  9:32 UTC 

[PATCH] MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bits
 2025-11-28  8:30 UTC 

[PATCH v2] f2fs: optimize trace_f2fs_write_checkpoint with enums
 2025-11-28  3:23 UTC 

[PATCH] kprobes: avoid crash when rmmod/insmod modules after ftrace_disabled
 2025-11-28  2:27 UTC  (4+ messages)

[PATCH v3] dma-buf: add some tracepoints to debug
 2025-11-27 15:40 UTC  (4+ messages)
    ` 答复: [External Mail]Re: "
        ` 答复: "

[PATCH v4 0/3] Support comma-separated symbols and :entry/:exit
 2025-11-27 15:00 UTC  (9+ messages)
` [PATCH v4 1/3] docs: tracing/fprobe: Document list filters "
` [PATCH v4 2/3] tracing/fprobe: Support comma-separated symbols "
` [PATCH v4 3/3] selftests/ftrace: Add accept cases for fprobe list syntax

[PATCH] arm64: simplify arch_uprobe_xol_was_trapped return
 2025-11-27  3:59 UTC  (3+ messages)

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-26 23:29 UTC  (5+ messages)
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts

[PATCH v4 0/7] rtla/timerlat: Add low-latency BPF-based actions
 2025-11-26 14:42 UTC  (8+ messages)
` [PATCH v4 1/7] rtla/timerlat: Support tail call from BPF program
` [PATCH v4 2/7] rtla/timerlat: Add --bpf-action option
` [PATCH v4 3/7] rtla/timerlat: Add example for BPF action program
` [PATCH v4 4/7] rtla/tests: Test "
` [PATCH v4 5/7] rtla/tests: Run Test::Harness in verbose mode
` [PATCH v4 6/7] Documentation/rtla: Rename sample/ to example/
` [PATCH v4 7/7] Documentation/rtla: Document --bpf-action option

[PATCH v2] tracing: Add system trigger file to enable triggers for all the system's events
 2025-11-26 14:39 UTC  (3+ messages)

[PATCH 0/8] rv: Refactor and cleanup
 2025-11-26 10:42 UTC  (9+ messages)
` [PATCH 1/8] rv: Refactor da_monitor to minimise macros
` [PATCH 2/8] rv: Cleanup da_monitor after refactor
` [PATCH 3/8] Documentation/rv: Adapt documentation after da_monitor refactoring
` [PATCH 4/8] verification/rvgen: Adapt dot2k and templates after refactoring da_monitor.h
` [PATCH 5/8] verification/rvgen: Annotate DA functions with types
` [PATCH 6/8] verification/dot2c: Remove __buff_to_string() and cleanup
` [PATCH 7/8] verification/dot2c: Remove superfluous enum assignment and add last comma
` [PATCH 8/8] verification/rvgen: Remove unused variable declaration from containers

[PATCH linux-next] fgraph: Fix and tighten PID filtering support
 2025-11-26  9:50 UTC  (3+ messages)

[PATCH v2 0/3] fgraph: Fix and tighten PID filtering support
 2025-11-26  9:35 UTC  (4+ messages)
` [PATCH v2 1/3] fgraph: Initialize ftrace_ops->private for function graph ops
` [PATCH v2 2/3] fgraph: Check ftrace_pids_enabled on registration for early filtering
` [PATCH v2 3/3] fgraph: Remove coarse PID filtering from graph_entry()

[PATCH v2 0/3] fgraph: Fix and tighten PID filtering support
 2025-11-26  9:12 UTC  (2+ messages)
` [PATCH v2 1/3] fgraph: Initialize ftrace_ops->private for function graph ops

[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
 2025-11-26  7:54 UTC  (4+ messages)
` [RFC PATCH 5/8] uprobe/x86: Add support to optimize on top of emulated instructions

[RFC PATCH net-next] page_pool: Add page_pool_release_stalled tracepoint
 2025-11-26  2:16 UTC  (3+ messages)

[PATCH v2] dma-buf: add some tracepoints to debug
 2025-11-26  1:39 UTC  (2+ messages)

[PATCH v2 0/3] tracing: More clean ups of triggers
 2025-11-25 21:40 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()
` [PATCH v2 2/3] tracing: Add bulk garbage collection of freeing event_trigger_data
` [PATCH v2 3/3] tracing: Use strim() in trigger_process_regex() instead of skip_spaces()

[PATCH v2 0/2] tracing: Clean up trigger code my merging structures
 2025-11-25 20:08 UTC  (3+ messages)
` [PATCH v2 1/2] tracing: Remove get_trigger_ops() and add count_func() from trigger ops
` [PATCH v2 2/2] tracing: Merge struct event_trigger_ops into struct event_command

[PATCH 0/2] tracing: Clean up trigger code my merging structures
 2025-11-25 20:05 UTC  (4+ messages)
` [PATCH 2/2] tracing: Merge struct event_trigger_ops into struct event_command

[PATCH v3 0/7] rtla/timerlat: Add --bpf-action option
 2025-11-25 18:10 UTC  (5+ messages)
` [PATCH v3 2/7] "

[PATCH v2] ring-buffer: Add helper functions for allocations
 2025-11-25 17:11 UTC 

[PATCH] fgraph: Make fgraph_no_sleep_time signed
 2025-11-25 15:47 UTC 

[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-25 14:13 UTC  (6+ messages)
` [RFC PATCH v7 30/31] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y


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