linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-03 22:10:16 to 2025-11-10 04:58:48 UTC [more...]

[PATCH 0/2] tracing/wprobe: Fix to avoid inifinite watchpoint exception on arm64
 2025-11-10  4:58 UTC  (3+ messages)

[PATCH] tracing: Report wrong dynamic event command
 2025-11-09 13:27 UTC  (3+ messages)

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-09  2:40 UTC  (26+ messages)
` [PATCH v12 mm-new 01/15] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v12 mm-new 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v12 mm-new 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v12 mm-new 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v12 mm-new 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v12 mm-new 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v12 mm-new 09/15] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v12 mm-new 11/15] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts

[PATCH 0/3] powerpc64/ftrace: fixes clang build issues
 2025-11-08 21:04 UTC  (4+ messages)
` [PATCH 1/3] powerpc64: make clang cross-build friendly
` [PATCH 2/3] powerpc64/ftrace: fix OOL stub count with clang
` [PATCH 3/3] powerpc64/ftrace: workaround clang recording GEP in __patchable_function_entries

[PATCH 0/6] kallsyms: Prevent invalid access when showing module buildid
 2025-11-08  0:36 UTC  (19+ messages)
` [PATCH 1/6] module: Add helper function for reading module_buildid()
` [PATCH 2/6] kallsyms: Cleanup code for appending the module buildid
` [PATCH 3/6] kallsyms/bpf: Set module buildid in bpf_address_lookup()
` [PATCH 4/6] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH 5/6] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH 6/6] kallsyms: Prevent module removal when printing module name and buildid

[RFC PATCH v7 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-11-08  0:01 UTC  (7+ messages)

[PATCHv2 0/4] x86/fgraph,bpf: Fix ORC stack unwind from return probe
 2025-11-07 22:22 UTC  (11+ messages)
` [PATCHv2 1/4] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
` [PATCHv2 2/4] x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probe
` [PATCHv2 4/4] selftests/bpf: Add stacktrace ips test for raw_tp

[RFC PATCH v8 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-11-07 17:22 UTC  (3+ messages)
` [RFC PATCH v8 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v8 2/2] mm: Fix OOM killer inaccuracy on large many-core systems

[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-07 16:11 UTC  (9+ messages)
` [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v3 2/8] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v3 3/8] mm: implement sticky VMA flags
` [PATCH v3 4/8] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v3 5/8] mm: set the VM_MAYBE_GUARD flag on guard region install
` [PATCH v3 6/8] tools/testing/vma: add VMA sticky userland tests
` [PATCH v3 7/8] tools/testing/selftests/mm: add MADV_COLLAPSE test case
` [PATCH v3 8/8] tools/testing/selftests/mm: add smaps visibility guard region test

[PATCH] selftests: tracing: Add tprobe enable/disable testcase
 2025-11-07 14:35 UTC 

[PATCH v2 0/5] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-07 12:40 UTC  (23+ messages)
` [PATCH v2 1/5] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v2 2/5] mm: add atomic VMA flags, use VM_MAYBE_GUARD as such
` [PATCH v2 3/5] mm: implement sticky, copy on fork VMA flags
` [PATCH v2 4/5] tools/testing/vma: add VMA sticky userland tests
` [PATCH v2 5/5] selftests/mm/guard-regions: add smaps visibility test

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

[PATCH 0/2] tracing: tprobe-events: Fixes for tprobe events
 2025-11-06 22:28 UTC  (5+ messages)
` [PATCH 1/2] tracing: tprobe-events: Fix to register tracepoint correctly
` [PATCH 2/2] tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe

[PATCH] selftests/tracing: Add basic test for trace_marker_raw file
 2025-11-06 22:25 UTC  (3+ messages)

[PATCH 0/5] tracing: Fix tracer options per instance
 2025-11-06 17:19 UTC  (9+ messages)
` [PATCH 1/5] tracing: Remove dummy options and flags
` [PATCH 2/5] tracing: Have add_tracer_options() error pass up to callers
` [PATCH 3/5] tracing: Have tracer option be instance specific
` [PATCH 4/5] tracing: Have function tracer define options per instance
` [PATCH 5/5] tracing: Have function graph "

[PATCH v2 0/3] tracing: Fix tracer options per instance
 2025-11-06 17:16 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: Have tracer option be instance specific
` [PATCH v2 2/3] tracing: Have function tracer define options per instance
` [PATCH v2 3/3] tracing: Have function graph "

[PATCH] tracing: Hide __NR_utimensat and _NR_mq_timedsend when not defined
 2025-11-06 17:11 UTC  (3+ messages)

[PATCH bpf-next v3 0/7] bpf: tracing session supporting
 2025-11-06 17:03 UTC  (13+ messages)
` [PATCH bpf-next v3 2/7] bpf: add two kfunc for TRACE_SESSION
` [PATCH bpf-next v3 4/7] bpf,x86: add tracing session supporting for x86_64

[PATCH] tracing: Fix memory leaks in create_field_var()
 2025-11-06 12:01 UTC 

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-06 10:02 UTC  (10+ messages)
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-06  7:34 UTC  (10+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions

[PATCHv3 0/4] x86/fgraph,bpf: Fix ORC stack unwind from return probe
 2025-11-06  1:20 UTC  (10+ messages)
` [PATCHv3 1/4] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
` [PATCHv3 2/4] x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probe
` [PATCHv3 3/4] selftests/bpf: Add stacktrace ips test for kprobe_multi/kretprobe_multi
` [PATCHv3 4/4] selftests/bpf: Add stacktrace ips test for raw_tp

[PATCH 0/2] tracing: Clean up of set_tracer_flag()
 2025-11-06  0:33 UTC  (3+ messages)
` [PATCH 1/2] tracing: Exit out immediately after update_marker_trace()
` [PATCH 2/2] tracing: Use switch statement instead of ifs in set_tracer_flag()

[PATCH] MAINTAINERS: add tracepoint core-api doc files to TRACING
 2025-11-05 23:25 UTC  (3+ messages)

[BUG/RFC 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2025-11-05 22:04 UTC  (3+ messages)
` [PATCH 2/2] selftests/bpf: Add test for bpf_override_return helper

[syzbot] [trace?] WARNING in ring_buffer_map_get_reader
 2025-11-05 19:56 UTC 

[PATCH 0/9] Documentation/rtla: Cover default options
 2025-11-05 18:19 UTC  (5+ messages)

[PATCH] tracing/hist: make err_text array fully const
 2025-11-05 15:09 UTC  (4+ messages)

[PATCH v16 0/4] perf: Support the deferred unwinding infrastructure
 2025-11-05 13:08 UTC  (9+ messages)

[RESEND PATCH v1] sched/numa: Add tracepoint to track NUMA migration cost
 2025-11-05 11:42 UTC 

[syzbot] [netfs?] INFO: task hung in anon_pipe_write
 2025-11-05  5:48 UTC  (2+ messages)
` [syzbot] [nfs?] "

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-04 15:29 UTC  (4+ messages)
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES

[PATCH] tracing: wprobe: Use a new seq_print_ip_sym_offset() wrapper
 2025-11-04 14:11 UTC 

[PATCH v7 0/2] tracing: Add an option to show symbols in _text+offset for function profiler
 2025-11-04 12:55 UTC  (2+ messages)

[PATCH] kunit: Implement ftrace-based stubbing
 2025-11-04 10:16 UTC 

[PATCH v13 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
 2025-11-04  9:34 UTC  (2+ messages)

[PATCH v4 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-11-04  1:40 UTC  (2+ messages)

[PATCH v4 0/5] mm: Refactor and improve VMA count limit code
 2025-11-03 23:58 UTC  (4+ messages)
` [PATCH v4 2/5] mm/selftests: add max_vma_count tests


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