messages from 2025-05-12 10:51:23 to 2025-05-15 12:13:21 UTC [more...]
[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-05-15 12:11 UTC (9+ 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
[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
[PATCH v2 0/4] relayfs: misc changes
2025-05-15 6:16 UTC (5+ 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-15 5:50 UTC (15+ 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
[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)
[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
2025-05-14 21:34 UTC (12+ 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
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 v2 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
2025-05-14 17:57 UTC (35+ 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 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 (9+ messages)
` [PATCH v8 12/18] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v8 15/18] perf: Have get_perf_callchain() return NULL if crosstask and user are set
[PATCH 0/3] tracing: Some cleanups of event trigger code
2025-05-12 20:50 UTC (3+ messages)
[PATCH AUTOSEL 5.4 1/3] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
2025-05-12 18:05 UTC
[PATCH AUTOSEL 5.10 1/3] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
2025-05-12 18:05 UTC
[PATCH AUTOSEL 5.15 1/3] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
2025-05-12 18:05 UTC
[PATCH AUTOSEL 6.1 1/4] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
2025-05-12 18:05 UTC
[PATCH AUTOSEL 6.6 1/6] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
2025-05-12 18:04 UTC
[PATCH AUTOSEL 6.12 02/11] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
2025-05-12 18:04 UTC
[PATCH AUTOSEL 6.14 05/15] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
2025-05-12 18:03 UTC
[Invitation] Linux MM Alignment Session on Hierarchical Per-CPU counters on Wednesday
2025-05-12 16:26 UTC
[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
2025-05-12 16:01 UTC (11+ messages)
` [PATCH bpf-next 1/4] "
[PATCH 1/2] ftrace: Fix preemption acounting for stacktrace trigger command
2025-05-12 14:31 UTC (3+ messages)
[BUG?] perf_event_open fails on synthetic event created through dynamic_events
2025-05-12 14:22 UTC (2+ messages)
[PATCH] tracing: probes: Fix a possible race in trace_probe_log APIs
2025-05-12 14:03 UTC (3+ messages)
[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-05-12 13:37 UTC (8+ messages)
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
[syzbot] [bpf?] [trace?] WARNING in get_bpf_raw_tp_regs
2025-05-12 13:13 UTC (2+ messages)
[PATCH v8 00/22] RV: Linear temporal logic monitors for RT application
2025-05-12 10:51 UTC (3+ messages)
` [PATCH v8 21/22] rv: Add documentation for rtapp monitor
` [PATCH v8 22/22] rv: Allow to configure the number of per-task monitor
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).