linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-22 14:44:35 to 2025-10-27 17:54:51 UTC [more...]

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-27 17:53 UTC  (32+ 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 06/15] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH v12 mm-new 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v12 mm-new 08/15] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v12 mm-new 09/15] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v12 mm-new 10/15] khugepaged: improve tracepoints for mTHP orders
` [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 v12 mm-new 14/15] khugepaged: run khugepaged for all orders
` [PATCH v12 mm-new 15/15] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v4 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-27 17:50 UTC  (4+ messages)
` [PATCH v4 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v4 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v4 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline

[PATCH v3 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-27 17:11 UTC  (9+ messages)
` [PATCH v3 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v3 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v3 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline

[PATCH v3 0/7] rtla/timerlat: Add --bpf-action option
 2025-10-27 15:34 UTC  (8+ messages)
` [PATCH v3 1/7] rtla/timerlat: Support tail call from BPF program
` [PATCH v3 2/7] rtla/timerlat: Add --bpf-action option
` [PATCH v3 3/7] rtla/timerlat: Add example for BPF action program
` [PATCH v3 4/7] rtla/tests: Test "
` [PATCH v3 5/7] rtla/tests: Run Test::Harness in verbose mode
` [PATCH v3 6/7] Documentation/rtla: Rename sample/ to example/
` [PATCH v3 7/7] Documentation/rtla: Document --bpf-action option

[PATCH v2 0/7] rtla/timerlat: Add --bpf-action option
 2025-10-27 15:26 UTC  (9+ messages)
` [PATCH v2 1/7] rtla/timerlat: Support tail call from BPF program
` [PATCH v2 2/7] rtla/timerlat: Add --bpf-action option
` [PATCH v2 3/7] rtla/timerlat: Add example for BPF action program
` [PATCH v2 4/7] rtla/tests: Test "
` [PATCH v2 5/7] rtla/tests: Run Test::Harness in verbose mode
` [PATCH v2 6/7] Documentation/rtla: Rename sample/ to example/
` [PATCH v2 7/7] Documentation/rtla: Document --bpf-action option

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-27 13:56 UTC  (23+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library

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

[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
 2025-10-27 13:43 UTC  (5+ messages)
` [PATCH v5 6/8] selftests: tracing: Add a basic testcase for wprobe

[PATCH] kprobes: retry pending optprobe after freeing blocker
 2025-10-27 13:05 UTC 

[PATCH 0/4] rtla/timerlat: Add --bpf-action option
 2025-10-27 12:30 UTC  (11+ messages)
` [PATCH 3/4] rtla/timerlat: Add example for BPF action program

[syzbot] [block?] [trace?] WARNING in __blk_add_trace
 2025-10-27  6:51 UTC  (6+ messages)

[PATCH bpf-next v3 0/7] bpf: tracing session supporting
 2025-10-27  2:44 UTC  (10+ messages)
` [PATCH bpf-next v3 1/7] bpf: add tracing session support
` [PATCH bpf-next v3 2/7] bpf: add two kfunc for TRACE_SESSION
` [PATCH bpf-next v3 3/7] bpf,x86: add ret_off to invoke_bpf()
` [PATCH bpf-next v3 4/7] bpf,x86: add tracing session supporting for x86_64
` [PATCH bpf-next v3 5/7] libbpf: add support for tracing session
` [PATCH bpf-next v3 6/7] selftests/bpf: add testcases "
` [PATCH bpf-next v3 7/7] selftests/bpf: test fsession mixed with fentry and fexit

[PATCH v2 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-26 20:27 UTC  (9+ messages)
` [PATCH v2 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v2 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v2 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline

[PATCH v16 0/4] perf: Support the deferred unwinding infrastructure
 2025-10-26  0:58 UTC  (16+ messages)

[PATCH 13/21] trace: don't use GENMASK()
 2025-10-25 19:36 UTC  (3+ messages)

[PATCH AUTOSEL 6.17-6.1] ftrace: Fix softlockup in ftrace_module_enable
 2025-10-25 19:25 UTC  (2+ messages)

[PATCH 13/21] trace: don't use GENMASK()
 2025-10-25 16:40 UTC 

[PATCH v13 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
 2025-10-25 11:41 UTC  (4+ messages)
` [PATCH v13 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event
` [PATCH v13 2/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
` [PATCH v13 3/3] Documentation: tracing: Add documentation about PCI tracepoints

[PATCH v4 07/13] tracing: Allow syscall trace events to read more than one user parameter
 2025-10-24 20:16 UTC  (2+ messages)

[PATCH v11 00/15] unwind_deferred: Implement sframe handling
 2025-10-24 19:00 UTC  (25+ messages)
` [PATCH v11 01/15] fixup! unwind: Implement compat fp unwind
` [PATCH v11 02/15] fixup! unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v11 03/15] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v11 04/15] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v11 05/15] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v11 06/15] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v11 07/15] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v11 08/15] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v11 10/15] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v11 11/15] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v11 12/15] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v11 13/15] unwind_user/sframe: Show file name in debug output
` [PATCH v11 14/15] unwind_user/sframe: Add .sframe validation option
` [PATCH v11 15/15] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [RFC PATCH 1/2] fixup! unwind_user/sframe: Add support for reading .sframe contents
  ` [RFC PATCH 2/2] fixup! unwind_user/sframe: Add .sframe validation option

[PATCH bpf-next 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-24 18:51 UTC  (12+ messages)
` [PATCH bpf-next 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH bpf-next 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline

[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
 2025-10-24 13:02 UTC  (5+ messages)
` [PATCH v16 4/4] perf tools: Merge deferred user callchains

[PATCH v2 00/20] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
 2025-10-24  9:20 UTC  (6+ messages)
` [PATCH v2 18/20] rv: Add support for per-object monitors in DA/HA

[PATCH v4] stm: class: Add MIPI OST protocol support
 2025-10-24  7:05 UTC 

[syzbot] [btrfs?] general protection fault in btrfs_evict_inode
 2025-10-24  3:01 UTC 

[BUG] no ORC stacktrace from kretprobe.multi bpf program
 2025-10-23 20:55 UTC  (8+ messages)

[PATCH v3] stm: class: Add MIPI OST protocol support
 2025-10-23  4:12 UTC  (4+ messages)

[PATCH v5 0/2] tracing: Add an option to show symbols in _text+offset for function profiler
 2025-10-22 23:59 UTC  (5+ messages)
` [PATCH v5 1/2] tracing: Allow tracer to add more than 32 options
` [PATCH v5 2/2] tracing: Add an option to show symbols in _text+offset for function profiler

[PATCH v4 0/2] tracing: fprobe: optimization for entry only case
 2025-10-22 22:52 UTC  (3+ messages)
` [PATCH v4 1/2] "

[PATCH v5 00/16] block: add blktrace support for zoned block devies
 2025-10-22 17:14 UTC  (2+ messages)


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