public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-21 04:44:00 to 2026-01-26 23:12:52 UTC [more...]

[PATCH v6 0/3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-26 23:11 UTC  (2+ messages)
` [PATCH v6 1/3] tracing: perf: Have perf tracepoint callbacks always disable preemption

[PATCH] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
 2026-01-26 21:58 UTC  (8+ messages)

[PATCH] tracing: Up the hist stacktrace size from 16 to 31
 2026-01-26 21:37 UTC  (3+ messages)

[PATCH v10 00/30] Tracefs support for pKVM
 2026-01-26 21:31 UTC  (32+ messages)
` [PATCH v10 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v10 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v10 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v10 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v10 05/30] tracing: Introduce trace remotes
` [PATCH v10 06/30] tracing: Add reset to "
` [PATCH v10 07/30] tracing: Add non-consuming read "
` [PATCH v10 08/30] tracing: Add init callback "
` [PATCH v10 09/30] tracing: Add events "
` [PATCH v10 10/30] tracing: Add events/ root files "
` [PATCH v10 11/30] tracing: Add helpers to create trace remote events
` [PATCH v10 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v10 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v10 14/30] tracing: Add a trace remote module for testing
` [PATCH v10 15/30] tracing: selftests: Add trace remote tests
` [PATCH v10 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v10 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v10 18/30] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v10 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
` [PATCH v10 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
` [PATCH v10 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
` [PATCH v10 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v10 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
` [PATCH v10 24/30] KVM: arm64: Add trace remote "
` [PATCH v10 25/30] KVM: arm64: Sync boot clock with "
` [PATCH v10 26/30] KVM: arm64: Add trace reset to "
` [PATCH v10 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
` [PATCH v10 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
` [PATCH v10 29/30] KVM: arm64: Add selftest event support "
` [PATCH v10 30/30] tracing: selftests: Add hypervisor trace remote tests

[PATCHv2 bpf-next 0/6] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
 2026-01-26 21:18 UTC  (7+ messages)
` [PATCHv2 bpf-next 1/6] x86/fgraph: Fix return_to_handler regs.rsp value
` [PATCHv2 bpf-next 2/6] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path
` [PATCHv2 bpf-next 3/6] selftests/bpf: Fix kprobe multi stacktrace_ips test
` [PATCHv2 bpf-next 4/6] selftests/bpf: Add stacktrace ips test for kprobe/kretprobe
` [PATCHv2 bpf-next 5/6] selftests/bpf: Add stacktrace ips test for fentry/fexit
` [PATCHv2 bpf-next 6/6] selftests/bpf: Allow to benchmark trigger with stacktrace

[PATCH] tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macros
 2026-01-26 18:00 UTC 

[PATCH v16 0/3] Improve proc RSS accuracy and OOM killer latency
 2026-01-26 17:47 UTC  (12+ messages)
` [PATCH v16 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v16 3/3] mm: Reduce latency of OOM killer task selection with 2-pass algorithm

[RESEND][PATCH 0/5] perf: Clean ups and simplifications
 2026-01-26 17:29 UTC  (7+ messages)
` [RESEND][PATCH 3/5] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL

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

[PATCH] tracing: kprobe-event: Return directly when dyn_event_list is empty
 2026-01-26 14:38 UTC  (4+ messages)

[PATCH v2 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-01-26 14:36 UTC  (5+ messages)
` [PATCH v2 1/3] tracing: Rename `eval_map_wq` and export it for asynchronous use by other modules
` [PATCH v2 2/3] tracing/kprobes: Make setup_boot_kprobe_events() asynchronous
` [PATCH v2 3/3] blktrace: Make init_blk_tracer() asynchronous

[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2026-01-26  9:48 UTC  (3+ messages)

[PATCH 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-01-26  2:45 UTC  (6+ messages)
` [PATCH 1/3] tracing: Export eval_map_wq for asynchronous use by other modules
` [PATCH 2/3] tracing/kprobes: Make setup_boot_kprobe_events() asynchronous
` [PATCH 3/3] blktrace: Make init_blk_tracer() asynchronous

[PATCH v5 v5 0/3] tracing/fprobe: Support comma-separated symbols and :entry/:exit
 2026-01-25 20:23 UTC  (4+ messages)
` [PATCH v5 v5 1/3] docs: tracing/fprobe: Document list filters "

[PATCH] tracing: Remove notrace from trace_event_raw_event_synth()
 2026-01-25 19:24 UTC  (2+ messages)

[PATCH] tracing: Have hist_debug show what function a field uses
 2026-01-25 19:21 UTC  (2+ messages)

[PATCH] tracing: Fix crash on synthetic stacktrace field usage
 2026-01-25 19:20 UTC  (2+ messages)

[RFC PATCH 0/3] rtla: Synchronize sample collection methods
 2026-01-24 18:50 UTC  (5+ messages)
` [RFC PATCH 1/3] tracing/osnoise: Record timerlat instance counts
` [RFC PATCH 2/3] rtla/timerlat_bpf: Filter samples unseen by tracer
` [RFC PATCH 3/3] rtla/timerlat: Attach BPF program before tracers

[PATCH] rv: Fix dead link to monitor_synthesis.rst
 2026-01-24  7:07 UTC  (3+ messages)

[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-01-23 17:57 UTC  (3+ messages)
` [RFC v4 6/7] ext4: fast commit: add lock_updates tracepoint

[PATCH v4 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
 2026-01-23 17:45 UTC  (3+ messages)
` [PATCH v4 2/2] mm/vmscan: add tracepoint and reason for kswapd_failures reset

[PATCH v2] scripts/tracepoint-update: fix memory leak in add_string() on failure
 2026-01-23 17:42 UTC  (3+ messages)

[PATCH v2] function_graph: Fix args pointer mismatch in print_graph_retval()
 2026-01-23 17:18 UTC  (2+ messages)

[PATCH 00/26] rv/rvgen: Robustness, modernization, and fixes
 2026-01-23 14:04 UTC  (71+ messages)
` [PATCH 01/26] rv/rvgen: introduce AutomataError exception class
` [PATCH 02/26] rv/rvgen: remove bare except clauses in generator
` [PATCH 03/26] rv/rvgen: replace % string formatting with f-strings
` [PATCH 04/26] rv/rvgen: replace __len__() calls with len()
` [PATCH 05/26] rv/rvgen: remove unnecessary semicolons
` [PATCH 06/26] rv/rvgen: use context managers for file operations
` [PATCH 07/26] rv/rvgen: replace __contains__() with in operator
` [PATCH 08/26] rv/rvgen: simplify boolean comparison
` [PATCH 09/26] rv/rvgen: replace inline NotImplemented with decorator
` [PATCH 10/26] rv/rvgen: fix typos in automata docstring and comments
` [PATCH 11/26] rv/rvgen: fix typo in generator module docstring
` [PATCH 12/26] rv/rvgen: fix PEP 8 whitespace violations
` [PATCH 13/26] rv/rvgen: fix DOT file validation logic error
` [PATCH 15/26] rv/rvgen: use class constant for init marker
` [PATCH 17/26] rv/rvgen: fix possibly unbound variable in ltl2k
` [PATCH 18/26] rv/rvgen: add fill_tracepoint_args_skel stub to ltl2k
` [PATCH 19/26] rv/rvgen: add abstract method stubs to Container class
` [PATCH 20/26] rv/rvgen: refactor automata.py to use iterator-based parsing
` [PATCH 23/26] rv/rvgen: add type annotations to fix pyright errors
` [PATCH 24/26] rv/rvgen: make monitor arguments required in rvgen
` [PATCH 25/26] rv/rvgen: fix isinstance check in Variable.expand()
` [PATCH 26/26] rv/rvgen: extract node marker string to class constant

[PATCH v5 00/15] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
 2026-01-23 13:04 UTC  (19+ messages)
` [PATCH v5 01/15] rv: Unify DA event handling functions across monitor types
` [PATCH v5 02/15] rv: Add Hybrid Automata monitor type
` [PATCH v5 03/15] verification/rvgen: Allow spaces in and events strings
` [PATCH v5 04/15] verification/rvgen: Add support for Hybrid Automata
` [PATCH v5 05/15] Documentation/rv: Add documentation about hybrid automata
` [PATCH v5 06/15] rv: Add sample hybrid monitors stall
` [PATCH v5 07/15] rv: Convert the opid monitor to a hybrid automaton
` [PATCH v5 08/15] sched: Add deadline tracepoints
` [PATCH v5 09/15] sched: Add task enqueue/dequeue trace points
` [PATCH v5 10/15] rv: Add enqueue/dequeue to snroc monitor
` [PATCH v5 11/15] rv: Add support for per-object monitors in DA/HA
` [PATCH v5 12/15] verification/rvgen: Add support for per-obj monitors
` [PATCH v5 13/15] sched/deadline: Move some utility functions to deadline.h
` [PATCH v5 14/15] rv: Add deadline monitors
` [PATCH v5 15/15] rv: Add dl_server specific monitors

[PATCH v9 00/30] Tracefs support for pKVM
 2026-01-23 12:47 UTC  (10+ messages)
` [PATCH v9 25/30] KVM: arm64: Sync boot clock with the nVHE/pKVM hyp
` [PATCH v9 29/30] KVM: arm64: Add selftest event support to "

[PATCH V5 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
 2026-01-22 22:34 UTC  (4+ messages)
` [PATCH V5 2/2] mm/khugepaged: retry with sync writeback "

[syzbot] Monthly trace report (Jan 2026)
 2026-01-22 21:23 UTC 

[PATCH v4 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-01-22 18:52 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] tracing: Add __event_in_*irq() helpers
  ` [PATCH v5 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
  ` [PATCH v5 3/3] mm: vmscan: add PIDs "

[PATCH v2] tracing: add kernel documentation for trace_array_set_clr_event, trace_set_clr_event and supporting functions
 2026-01-22 16:20 UTC  (3+ messages)

[PATCH bpf-next 0/4] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
 2026-01-22  8:35 UTC  (4+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: Allow to benchmark trigger with stacktrace

[PATCH v4 0/3] PCI Controller event and LTSSM tracepoint support
 2026-01-22  2:02 UTC  (4+ messages)
` [PATCH v4 1/3] PCI: trace: Add PCI controller LTSSM transition tracepoint
` [PATCH v4 2/3] Documentation: tracing: Add PCI controller event documentation
` [PATCH v4 3/3] PCI: dw-rockchip: Add pcie_ltssm_state_transition trace support

[PATCH] iommu: Fix NULL pointer deref when io_page_fault tracepoint fires
 2026-01-21 21:26 UTC  (6+ messages)
    `  "

[PATCH bpf-next v5 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
 2026-01-21 17:40 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf

[PATCH v5 0/6] Unload linux/kernel.h
 2026-01-21 14:53 UTC  (4+ messages)

[PATCH] scripts/tracepoint-update: fix memory leak in make_trace_array()
 2026-01-21 14:41 UTC  (4+ messages)

[PATCH] tracing: Disable trace_printk buffer on warning too
 2026-01-21 14:38 UTC 

[PATCH 1/2] rtla/timerlat: Add --stack-format option
 2026-01-21 12:41 UTC  (4+ messages)
` [PATCH 2/2] Documentation/rtla: Document "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox