public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-13 11:53:04 to 2026-02-22 14:34:52 UTC [more...]

[PATCH bpf-next 00/17] bpf: tracing_multi link
 2026-02-22 14:34 UTC  (31+ messages)
` [PATCH bpf-next 01/17] ftrace: Add ftrace_hash_count function
` [PATCH bpf-next 02/17] bpf: Use mutex lock pool for bpf trampolines
` [PATCH bpf-next 03/17] bpf: Add struct bpf_trampoline_ops object
` [PATCH bpf-next 04/17] bpf: Add struct bpf_tramp_node object
` [PATCH bpf-next 05/17] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCH bpf-next 06/17] bpf: Add multi tracing attach types
` [PATCH bpf-next 07/17] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCH bpf-next 08/17] bpf: Add support for tracing multi link
` [PATCH bpf-next 09/17] bpf: Add support for tracing_multi link cookies
` [PATCH bpf-next 10/17] bpf: Add support for tracing_multi link session
` [PATCH bpf-next 11/17] libbpf: Add support to create tracing multi link
` [PATCH bpf-next 12/17] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCH bpf-next 13/17] selftests/bpf: Add tracing multi intersect tests
` [PATCH bpf-next 14/17] selftests/bpf: Add tracing multi cookies test
` [PATCH bpf-next 15/17] selftests/bpf: Add tracing multi session test
` [PATCH bpf-next 16/17] selftests/bpf: Add tracing multi attach fails test
` [PATCH bpf-next 17/17] selftests/bpf: Add tracing multi attach benchmark test

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-02-22  8:48 UTC  (28+ messages)
` [RFC PATCH v4 01/27] numa: introduce N_MEMORY_PRIVATE node state
` [RFC PATCH v4 02/27] mm,cpuset: gate allocations from N_MEMORY_PRIVATE behind __GFP_PRIVATE
` [RFC PATCH v4 03/27] mm/page_alloc: add numa_zone_allowed() and wire it up
` [RFC PATCH v4 04/27] mm/page_alloc: Add private node handling to build_zonelists
` [RFC PATCH v4 05/27] mm: introduce folio_is_private_managed() unified predicate
` [RFC PATCH v4 06/27] mm/mlock: skip mlock for managed-memory folios
` [RFC PATCH v4 07/27] mm/madvise: skip madvise "
` [RFC PATCH v4 08/27] mm/ksm: skip KSM "
` [RFC PATCH v4 09/27] mm/khugepaged: skip private node folios when trying to collapse
` [RFC PATCH v4 10/27] mm/swap: add free_folio callback for folio release cleanup
` [RFC PATCH v4 11/27] mm/huge_memory.c: add private node folio split notification callback
` [RFC PATCH v4 12/27] mm/migrate: NP_OPS_MIGRATION - support private node user migration
` [RFC PATCH v4 13/27] mm/mempolicy: NP_OPS_MEMPOLICY - support private node mempolicy
` [RFC PATCH v4 14/27] mm/memory-tiers: NP_OPS_DEMOTION - support private node demotion
` [RFC PATCH v4 15/27] mm/mprotect: NP_OPS_PROTECT_WRITE - gate PTE/PMD write-upgrades
` [RFC PATCH v4 16/27] mm: NP_OPS_RECLAIM - private node reclaim participation
` [RFC PATCH v4 17/27] mm/oom: NP_OPS_OOM_ELIGIBLE - private node OOM participation
` [RFC PATCH v4 18/27] mm/memory: NP_OPS_NUMA_BALANCING - private node NUMA balancing
` [RFC PATCH v4 19/27] mm/compaction: NP_OPS_COMPACTION - private node compaction support
` [RFC PATCH v4 20/27] mm/gup: NP_OPS_LONGTERM_PIN - private node longterm pin support
` [RFC PATCH v4 21/27] mm/memory-failure: add memory_failure callback to node_private_ops
` [RFC PATCH v4 22/27] mm/memory_hotplug: add add_private_memory_driver_managed()
` [RFC PATCH v4 23/27] mm/cram: add compressed ram memory management subsystem
` [RFC PATCH v4 24/27] cxl/core: Add cxl_sysram region type
` [RFC PATCH v4 25/27] cxl/core: Add private node support to cxl_sysram
` [RFC PATCH v4 26/27] cxl: add cxl_mempolicy sample PCI driver
` [RFC PATCH v4 27/27] cxl: add cxl_compression "

[syzbot] [net?] [trace?] WARNING: refcount bug in call_timer_fn (4)
 2026-02-21 22:24 UTC 

[PATCH v4 01/12] riscv: ftrace: support fastcc in Clang for WITH_ARGS
 2026-02-21 12:15 UTC  (3+ messages)
` [PATCH v4 10/12] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS

[syzbot] [trace?] [bpf?] KASAN: slab-use-after-free Read in bpf_trace_run2 (3)
 2026-02-21  4:46 UTC 

[PATCH 0/2] fgraph: fixes for thresh_return return handler
 2026-02-21  3:33 UTC  (3+ messages)
` [PATCH 1/2] fgraph: fix thresh_return clear per-task notrace
` [PATCH 2/2] fgraph: fix thresh_return nosleeptime double-adjust

[PATCH 0/4] mm: zone lock tracepoint instrumentation
 2026-02-20 22:36 UTC  (5+ messages)
` [PATCH 3/4] mm: convert compaction to zone lock wrappers

[PATCH v2 0/4] ring-buffer: Making persistent ring buffers robust
 2026-02-20 19:59 UTC  (8+ messages)
` [PATCH v2 1/4] ring-buffer: Fix to check event length before using
` [PATCH v2 2/4] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v2 3/4] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v2 4/4] ring-buffer: Record invalid buffer event

[PATCH 1/2] x86: Prevent syscall hooking
 2026-02-20 17:12 UTC  (9+ messages)

[PATCH] mm/tracing: rss_stat: Ensure curr is false from kthread context
 2026-02-20 11:07 UTC  (5+ messages)

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-20  9:09 UTC  (8+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe

[BUG] suspicious RCU usage in event_filter_pid_sched_process_fork()
 2026-02-20  8:35 UTC 

[PATCH 0/5] uprobes: transition from kmap_atomic to kmap_local_page
 2026-02-20  4:10 UTC  (2+ messages)

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

[PATCH] pstore: fix ftrace dump, when ECC is enabled
 2026-02-19 18:39 UTC  (3+ messages)

[PATCH v3 0/5] Clean up access to trace_event_file from a file struct
 2026-02-19 16:27 UTC  (6+ messages)
` [PATCH v3 1/5] tracing: Fix checking of freed trace_event_file for hist files
` [PATCH v3 2/5] tracing: Wake up poll waiters for hist files when removing an event
` [PATCH v3 3/5] tracing: Remove unnecessary check for EVENT_FILE_FL_FREED
` [PATCH v3 4/5] tracing: Clean up access to trace_event_file from a file pointer
` [PATCH v3 5/5] tracing: Free up file->private_data for use by individual events

[PATCH v11 00/30] Tracefs support for pKVM
 2026-02-19 14:36 UTC  (5+ messages)
` [PATCH v11 15/30] tracing: selftests: Add trace remote tests

[PATCH v2 0/4] Clean up access to trace_event_file from a file struct
 2026-02-19  0:01 UTC  (7+ messages)
` [PATCH v2 1/4] tracing: Fix checking of freed trace_event_file for hist files
` [PATCH v2 2/4] tracing: Remove unnecessary check for EVENT_FILE_FL_FREED
` [PATCH v2 3/4] tracing: Clean up access to trace_event_file from a file pointer
` [PATCH v2 4/4] tracing: Free up file->private_data for use by individual events

[PATCH] fgraph: Do not call handlers direct when not using ftrace_ops
 2026-02-18 15:42 UTC 

[PATCH] tracing: ring-buffer: Fix to check event length before using
 2026-02-18  8:13 UTC  (2+ messages)

[RFC bpf-next 12/12] selftests/bpf: Add tracing multi benchmark test
 2026-02-17 22:06 UTC  (3+ messages)

[RFC bpf-next 10/12] selftests/bpf: Add fentry tracing multi func test
 2026-02-17 22:06 UTC  (3+ messages)

[RFC bpf-next 00/12] bpf: tracing_multi link
 2026-02-17 22:06 UTC  (6+ messages)
` [RFC bpf-next 09/12] libbpf: Add support to create tracing multi link

[RFC bpf-next 07/12] bpf: Add support to create tracing multi link
 2026-02-17 22:05 UTC  (3+ messages)

[RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
 2026-02-17 22:05 UTC  (3+ messages)

[RFC bpf-next 05/12] bpf: Add multi tracing attach types
 2026-02-17 22:05 UTC  (3+ messages)

[PATCH v17 0/3] Improve proc RSS accuracy
 2026-02-17 16:10 UTC  (4+ messages)
` [PATCH v17 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v17 2/3] lib: Test "
` [PATCH v17 3/3] mm: Improve RSS counter approximation accuracy for proc interfaces

[PATCH v2] blk-mq: use NOIO context to prevent deadlock during debugfs creation
 2026-02-17 15:37 UTC  (5+ messages)

Enhancing Conditional Filtering for Function Graph Tracer
 2026-02-17  3:09 UTC  (5+ messages)

[PATCH v5 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-02-17  0:54 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] tracing: Add __event_in_*irq() helpers
  ` [PATCH v6 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
  ` [PATCH v6 3/3] mm: vmscan: add PIDs "

[PATCH v3] rv: Fix multiple definition of __pcpu_unique_da_mon_this
 2026-02-16 19:26 UTC  (2+ messages)

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-02-16 15:20 UTC  (9+ messages)
` [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] rv: Fix multiple definition of __pcpu_unique_da_mon_this
 2026-02-16 15:14 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] ring-buffer: Fix possible dereference of uninitialized pointer
 2026-02-16  8:00 UTC  (2+ messages)

[linus:master] [tracing] a46023d561: EIP:do_user_addr_fault
 2026-02-16  2:09 UTC 

[PATCH AUTOSEL 6.19-5.15] tracing: Fix false sharing in hwlat get_sample()
 2026-02-15 15:03 UTC 

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_startstop
 2026-02-15 14:17 UTC  (2+ messages)

[PATCH v1] Documentation/rtla: Add hwnoise to main page
 2026-02-15 13:12 UTC 

[PATCH v3 0/5] tools/rtla: Consolidate nr_cpus usage
 2026-02-13 13:54 UTC  (7+ messages)
` [PATCH v3 1/5] tools/rtla: Consolidate nr_cpus usage across all tools
` [PATCH v3 2/5] tools/rtla: Remove unneeded nr_cpus arguments
` [PATCH v3 3/5] tools/rtla: Remove unneeded nr_cpus members
` [PATCH v3 4/5] tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu
` [PATCH v3 5/5] tools/rtla: Remove unneeded cpus parameter from timerlat BPF functions


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