linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-09 14:12:49 to 2025-07-14 00:36:35 UTC [more...]

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-14  0:32 UTC  (15+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 02/14] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v9 03/14] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v9 04/14] khugepaged: generalize alloc_charge_folio()
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v9 06/14] khugepaged: introduce collapse_scan_bitmap "
` [PATCH v9 07/14] khugepaged: add "
` [PATCH v9 08/14] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v9 09/14] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v9 10/14] khugepaged: allow khugepaged to check all anonymous mTHP orders
` [PATCH v9 11/14] khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs
` [PATCH v9 12/14] khugepaged: improve tracepoints for mTHP orders
` [PATCH v9 13/14] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v9 14/14] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v3 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
 2025-07-13  7:17 UTC  (9+ messages)
` [PATCH v3 1/8] execmem: drop unused execmem_update_copy()
` [PATCH v3 2/8] execmem: introduce execmem_alloc_rw()
` [PATCH v3 3/8] execmem: rework execmem_cache_free()
` [PATCH v3 4/8] execmem: move execmem_force_rw() and execmem_restore_rox() before use
` [PATCH v3 5/8] execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)
` [PATCH v3 6/8] execmem: drop writable parameter from execmem_fill_trapping_insns()
` [PATCH v3 7/8] x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
` [PATCH v3 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations

[PATCH 0/2] tracing: Fix an event field filter issue
 2025-07-12 15:13 UTC  (14+ messages)
` [PATCH 1/2] tracing: Remove "__attribute__()" from the type field of event format

[PATCH v2 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
 2025-07-12 10:41 UTC  (6+ messages)
` [PATCH v2 2/8] execmem: introduce execmem_alloc_rw()

[PATCH v13 00/11] perf: Support the deferred unwinding infrastructure
 2025-07-11 20:56 UTC  (3+ messages)

[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-11 19:36 UTC  (26+ messages)
` [PATCHv5 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv5 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv5 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv5 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv5 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv5 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv5 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv5 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv5 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv5 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv5 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv5 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv5 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv5 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv5 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv5 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv5 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv5 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv5 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv5 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv5 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv5 22/22] man2: Add uprobe syscall page

[PATCH 0/2] Fix up build issues with vpanic
 2025-07-11 18:18 UTC  (7+ messages)
` [PATCH 1/2] objtool: Add vpanic() to the noreturn list
` [PATCH 2/2] panic: Fix up description of vpanic()

[PATCH bpf-next v4 0/7] Move attach_type into bpf_link
 2025-07-11 18:00 UTC  (12+ messages)
` [PATCH bpf-next v4 1/7] bpf: Add attach_type in bpf_link
` [PATCH bpf-next v4 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v4 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v4 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v4 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v4 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v4 7/7] netkit: Remove location field in netkit_link

[RFC PATCH 0/2] Switch tracing from sched-RCU to preempt-RCU
 2025-07-11 17:05 UTC  (14+ messages)
` [RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()

[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-11 16:11 UTC  (10+ messages)
` [PATCH v13 02/14] unwind_user: Add frame pointer support
` [PATCH v13 13/14] unwind_user/x86: Enable frame pointer unwinding on x86

[PATCH] tracing: Remove pointless memory barriers
 2025-07-11 16:07 UTC  (10+ messages)

[PATCH 0/2] rv/ltl: Support the 'next' operator
 2025-07-11 13:17 UTC  (3+ messages)
` [PATCH 1/2] rv/ltl: Do not execute the Buchi automaton twice on start condition
` [PATCH 2/2] verification/rvgen: Support the 'next' operator

[PATCH v2 0/1] tracing: Fix an event field filter issue
 2025-07-11 10:58 UTC  (2+ messages)
` [PATCH v2 1/1] tracing: Remove "__attribute__()" from the type field of event format

[PATCH] riscv: ftrace: Properly acquire text_mutex to fix a race condition
 2025-07-11 10:00 UTC  (6+ messages)

[PATCH V2] riscv: ftrace: Fix the logic issue in DYNAMIC_FTRACE selection
 2025-07-11  8:24 UTC  (7+ messages)

[PATCH v2] riscv: ftrace: Properly acquire text_mutex to fix a race condition
 2025-07-11  7:38 UTC 

[PATCHv4 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-11  5:26 UTC  (5+ messages)
` [PATCHv4 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines

[PATCH v8 00/15] khugepaged: mTHP support
 2025-07-11  5:19 UTC  (4+ messages)
` [PATCH v8 14/15] khugepaged: add per-order mTHP khugepaged stats

[PATCH -next] selftests/ftrace: Prevent potential failure in subsystem-enable test case
 2025-07-11  3:37 UTC  (5+ messages)

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-07-11  0:32 UTC  (10+ messages)
` [PATCH v7 05/10] x86/nmi: Assign and register NMI-source vectors
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs

[PATCH v8 00/12] unwind_deferred: Implement sframe handling
 2025-07-10 20:51 UTC  (15+ messages)
` [PATCH v8 06/12] unwind_user/sframe: Wire up unwind_user to sframe

[RFC PATCH v1 00/16] s390: SFrame user space unwinding
 2025-07-10 16:35 UTC  (17+ messages)
` [RFC PATCH v1 01/16] fixup! unwind_user: Add frame pointer support
` [RFC PATCH v1 02/16] s390: asm/dwarf.h should only be included in assembly files
` [RFC PATCH v1 03/16] s390/vdso: Avoid emitting DWARF CFI for non-vDSO
` [RFC PATCH v1 04/16] s390/vdso: Enable SFrame generation in vDSO
` [RFC PATCH v1 05/16] s390/vdso: Keep function symbols "
` [RFC PATCH v1 06/16] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v1 07/16] unwind_user: Enable archs that do not necessarily save RA
` [RFC PATCH v1 08/16] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v1 09/16] unwind_user/sframe: Enable archs with encoded SFrame CFA offsets
` [RFC PATCH v1 10/16] s390/ptrace: Enable HAVE_USER_RA_REG
` [RFC PATCH v1 11/16] s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME
` [RFC PATCH v1 12/16] unwind_user/backchain: Introduce back chain user space unwinding
` [RFC PATCH v1 13/16] s390/unwind_user/backchain: Enable HAVE_UNWIND_USER_BACKCHAIN
` [RFC PATCH v1 14/16] PREREQ: x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [RFC PATCH v1 15/16] PREREQ: x86/vdso: Enable sframe generation in VDSO
` [RFC PATCH v1 16/16] WIP: fixup! s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME

[PATCH] tracing: Fix comment in trace_module_remove_events()
 2025-07-10 13:56 UTC 

[PATCH 0/2] input: Add tracepoint support
 2025-07-10  7:31 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: input: Add tracepoint testing script

[PATCH v2 bpf-next] bpf: Clean up individual BTF_ID code
 2025-07-10  5:54 UTC 

[PATCH 0/3] tools/bootconfig: cleanups and portability updates
 2025-07-10  2:24 UTC  (4+ messages)
` [PATCH 1/3] tools/bootconfig: Improve portability
` [PATCH 2/3] tools/bootconfig: Replace some echo with printf for more portability
` [PATCH 3/3] tools/bootconfig: Cleanup bootconfig footer size calculations

[PATCH net-next v4] tcp: extend tcp_retransmit_skb tracepoint with failure reasons
 2025-07-10  2:01 UTC 

[PATCH v13 00/12] RV: Linear temporal logic monitors for RT application
 2025-07-09 19:21 UTC  (13+ messages)
` [PATCH v13 01/12] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v13 02/12] printk: Make vprintk_deferred() public
` [PATCH v13 03/12] panic: Add vpanic()
` [PATCH v13 04/12] rv: Let the reactors take care of buffers
` [PATCH v13 05/12] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v13 06/12] rv: Add support for LTL monitors
` [PATCH v13 07/12] rv: Add rtapp container monitor
` [PATCH v13 08/12] riscv: mm: Add page fault trace points
` [PATCH v13 09/12] rv: Add rtapp_pagefault monitor
` [PATCH v13 10/12] rv: Add rtapp_sleep monitor
` [PATCH v13 11/12] rv: Add documentation for rtapp monitor
` [PATCH v13 12/12] rv: Allow to configure the number of per-task monitor

[PATCH v12 00/12] RV: Linear temporal logic monitors for RT application
 2025-07-09 19:21 UTC  (20+ messages)
` [PATCH v12 01/12] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v12 02/12] printk: Make vprintk_deferred() public
` [PATCH v12 03/12] panic: Add vpanic()
` [PATCH v12 04/12] rv: Let the reactors take care of buffers
` [PATCH v12 05/12] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v12 06/12] rv: Add support for LTL monitors
` [PATCH v12 07/12] rv: Add rtapp container monitor
` [PATCH v12 08/12] riscv: mm: Add page fault trace points
` [PATCH v12 09/12] rv: Add rtapp_pagefault monitor
` [PATCH v12 10/12] rv: Add rtapp_sleep monitor
` [PATCH v12 11/12] rv: Add documentation for rtapp monitor
` [PATCH v12 12/12] rv: Allow to configure the number of per-task monitor

[PATCH 0/2] mm/damon: add trace events for auto-tuned monitoring intervals and DAMOS quota
 2025-07-09 18:28 UTC  (4+ messages)
` [PATCH 2/2] mm/damon: add trace event for effective size quota

[PATCH v11 00/21] RV: Linear temporal logic monitors for RT application
 2025-07-09 17:18 UTC  (4+ messages)
` [PATCH v11 02/21] printk: Make vprintk_deferred() public

[PATCH v2 00/13] xfs: tracing: remove unused event xfs_reflink_cow_found
 2025-07-09 14:55 UTC  (4+ messages)

[RFC PATCH RESEND] tracing: add kernel documentation for trace_array_set_clr_event, trace_set_clr_event and supporting functions
 2025-07-09 14:49 UTC  (7+ 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).