linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-12 22:27:16 to 2025-05-16 07:48:32 UTC [more...]

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

[PATCH v2 0/4] relayfs: misc changes
 2025-05-16  5:44 UTC  (17+ messages)
` [PATCH v2 1/4] relayfs: support a counter tracking if per-cpu buffers is full
` [PATCH v2 2/4] relayfs: introduce dump of relayfs statistics function
` [PATCH v2 3/4] blktrace: use rbuf->stats.full as a drop indicator in relayfs
` [PATCH v2 4/4] relayfs: support a counter tracking if data is too big to write

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-16  3:20 UTC  (16+ messages)
` [PATCH v7 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v7 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v7 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v7 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v7 07/12] khugepaged: add "
` [PATCH v7 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v7 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v7 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v7 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v7 12/12] Documentation: mm: update the admin guide for mTHP collapse

[PATCH 0/2] tools/bootconfig: allow overriding CFLAGS and LDFLAGS
 2025-05-16  2:25 UTC  (3+ messages)

[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
 2025-05-16  1:15 UTC  (13+ messages)
` [PATCH v6 1/9] x86/fred, KVM: VMX: Pass event data to the FRED entry point from KVM
` [PATCH v6 2/9] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v6 3/9] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v6 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v6 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v6 6/9] x86/nmi: Prepare for the new NMI-source vector encoding
` [PATCH v6 7/9] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
` [PATCH v6 8/9] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v6 9/9] x86/nmi: Print source information with the unknown NMI console message

[PATCH v3] rtla: Set distinctive exit value for failed tests
 2025-05-15 16:20 UTC 

[PATCH v2 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-15 14:10 UTC  (36+ messages)
` [PATCH v2 01/11] x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
` [PATCH v2 02/11] mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()
` [PATCH v2 03/11] mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
` [PATCH v2 04/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
` [PATCH v2 05/11] x86/mm/pat: remove old pfnmap tracking interface
` [PATCH v2 06/11] mm: remove VM_PAT
` [PATCH v2 07/11] x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
` [PATCH v2 08/11] x86/mm/pat: remove MEMTYPE_*_MATCH
` [PATCH v2 09/11] x86/mm/pat: inline memtype_match() into memtype_erase()
` [PATCH v2 10/11] drm/i915: track_pfn() -> "pfnmap tracking"
` [PATCH v2 11/11] mm/io-mapping: "

[PATCH v2] tracing: ring_buffer: Rewind persistent ring buffer when reboot
 2025-05-15 11:15 UTC 

[PATCH v6 00/12] khugepaged: mTHP support
 2025-05-15  6:45 UTC  (15+ messages)
` [PATCH v6 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
  ` [PATCH v6 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
    ` [PATCH v6 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
      ` [PATCH v6 04/12] khugepaged: generalize alloc_charge_folio()
        ` [PATCH v6 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
          ` [PATCH v6 06/12] khugepaged: introduce khugepaged_scan_bitmap "
            ` [PATCH v6 07/12] khugepaged: add "
              ` [PATCH v6 08/12] khugepaged: skip collapsing mTHP to smaller orders
                ` [PATCH v6 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
                  ` [PATCH v6 10/12] khugepaged: improve tracepoints for mTHP orders
                    ` [PATCH v6 11/12] khugepaged: add per-order mTHP khugepaged stats
                      ` [PATCH v6 12/12] Documentation: mm: update the admin guide for mTHP collapse

[RFC PATCH] tracing: ring_buffer: Rewind persistent ring buffer when reboot
 2025-05-15  0:42 UTC  (7+ messages)

[PATCH v2] scsi: trace: change the rtn log in string
 2025-05-14 23:05 UTC  (4+ messages)

trace-cmd No such device Errors
 2025-05-14 20:51 UTC 

[PATCH] tracing: Replace deprecated strncpy() with strscpy() for string keys in hist triggers
 2025-05-14 20:28 UTC  (2+ messages)

[PATCH v4 00/24] Tracefs support for pKVM
 2025-05-14 18:28 UTC  (4+ messages)

[PATCH v9 00/13] unwind_user: x86: Deferred unwinding infrastructure
 2025-05-14 17:27 UTC  (15+ messages)
` [PATCH v9 01/13] unwind_user: Add user space unwinding API
` [PATCH v9 02/13] unwind_user: Add frame pointer support
` [PATCH v9 03/13] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v9 04/13] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v9 05/13] unwind_user: Add compat mode frame pointer support
` [PATCH v9 06/13] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v9 07/13] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v9 08/13] unwind_user/deferred: Add unwind cache
` [PATCH v9 09/13] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v9 10/13] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v9 11/13] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v9 12/13] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v9 13/13] unwind: Clear unwind_mask on exit back to user space

[PATCH] ring-buffer: Fix persistent buffer when commit page is the reader page
 2025-05-14 13:01 UTC  (4+ messages)

[PATCH v3] tracing: Record trace_clock and recover when reboot
 2025-05-14 12:49 UTC  (4+ messages)

[PATCHv2 mm-stable] uprobes: Revert ref_ctr_offset in uprobe_unregister error path
 2025-05-14 10:18 UTC 

[RFC PATCH v2 01/12] tools/rv: Do not skip idle in trace
 2025-05-14  8:43 UTC  (12+ messages)
` [RFC PATCH v2 02/12] tools/rv: Stop gracefully also on SIGTERM
` [RFC PATCH v2 03/12] rv: Add da_handle_start_run_event_ to per-task monitors
` [RFC PATCH v2 04/12] rv: Remove trailing whitespace from tracepoint string
` [RFC PATCH v2 05/12] rv: Return init error when registering monitors
` [RFC PATCH v2 06/12] sched: Adapt sched tracepoints for RV task model
` [RFC PATCH v2 07/12] rv: Adapt the sco monitor to the new set_state
` [RFC PATCH v2 08/12] rv: Extend and adapt snroc model
` [RFC PATCH v2 09/12] rv: Replace tss monitor with more complete sts
` [RFC PATCH v2 10/12] rv: Retry when da monitor detects race conditions
` [RFC PATCH v2 11/12] rv: Add nrp and sssw per-task monitors
` [RFC PATCH v2 12/12] rv: Add opid per-cpu monitor

[PATCH] scsi: trace: change the rtn log in hex format
 2025-05-14  7:43 UTC  (3+ messages)

[PATCH v4] tracing: Record trace_clock and recover when reboot
 2025-05-14  7:04 UTC 

[PATCH v1 0/5] relayfs: misc changes
 2025-05-14  2:06 UTC  (23+ messages)
` [PATCH v1 1/5] relayfs: support a counter tracking if per-cpu buffers is full
` [PATCH v1 2/5] relayfs: introduce dump of relayfs statistics function
` [PATCH v1 5/5] relayfs: uniformally use possible cpu iteration

[PATCH mm-stable] uprobes: Revert ref_ctr_offset in uprobe_unregister error path
 2025-05-13 16:56 UTC  (6+ messages)

[PATCH bpf-next] bpf: Fix WARN() in get_bpf_raw_tp_regs
 2025-05-13 16:40 UTC  (2+ messages)

[PATCH v4] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-05-12 22:29 UTC  (2+ messages)

[PATCH v8 00/18] unwind_user: perf: x86: Deferred unwinding infrastructure
 2025-05-12 22:27 UTC  (5+ messages)
` [PATCH v8 15/18] perf: Have get_perf_callchain() return NULL if crosstask and user are set


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