linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-23 10:49:44 to 2025-07-01 05:21:16 UTC [more...]

[PATCH v10 00/19] RV: Linear temporal logic monitors for RT application
 2025-07-01  5:21 UTC  (17+ messages)
` [PATCH v10 13/19] rv: Add support for LTL monitors
` [PATCH v10 14/19] rv: Add rtapp container monitor
` [PATCH v10 16/19] rv: Add rtapp_pagefault monitor
` [PATCH v10 17/19] rv: Add rtapp_sleep monitor
` [PATCH v10 18/19] rv: Add documentation for rtapp monitor

[PATCH v12 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-01  4:46 UTC  (21+ messages)
` [PATCH v12 01/14] unwind_user: Add user space unwinding API
` [PATCH v12 02/14] unwind_user: Add frame pointer support
` [PATCH v12 03/14] unwind_user: Add compat mode "
` [PATCH v12 04/14] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v12 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v12 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v12 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v12 08/14] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v12 09/14] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v12 10/14] unwind: Clear unwind_mask on exit back to user space
` [PATCH v12 11/14] unwind: Add USED bit to only have one conditional on way "
` [PATCH v12 12/14] unwind: Finish up unwind when a task exits
` [PATCH v12 13/14] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v12 14/14] unwind_user/x86: Enable compat mode "

[PATCH] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2025-06-30 22:37 UTC  (2+ messages)

[PATCH v2 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
 2025-06-30 19:52 UTC  (3+ messages)
` [PATCH v2 1/2] trace/preemptirq: reduce overhead of irq_enable/disable tracepoints
` [PATCH v2 2/2] tracing/preemptirq: Optimize preempt_disable/enable() tracepoint overhead

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

[PATCH v2] tracing: Fix inconsistency in irq tracking on NMIs
 2025-06-30 16:24 UTC  (2+ messages)

[RFC PATCH v2] tracing: add testable specifications for event_enable_write/read
 2025-06-30 14:23 UTC  (2+ messages)

[RFC PATCH v3] tracing: add testable specifications for event_enable_write/read
 2025-06-30 14:20 UTC 

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-06-30 13:38 UTC  (15+ messages)
  ` [PATCH 1/8] dma-debug: refactor to use physical addresses for page mapping
  ` [PATCH 2/8] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
  ` [PATCH 3/8] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
  ` [PATCH 4/8] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
  ` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
  ` [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback
  ` [PATCH 7/8] dma-mapping: export new dma_*map_phys() interface
  ` [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API

[PATCH net-next] tcp: add retransmission quit reasons to tracepoint
 2025-06-30  9:21 UTC  (3+ messages)

[PATCH v4 0/3] Add support for long task name
 2025-06-30  7:58 UTC  (7+ messages)
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'

[RFC PATCH 0/7] platform/chrome: Add Kunit tests for protocol device drivers
 2025-06-30  6:32 UTC  (3+ messages)

[PATCH v7 00/12] khugepaged: mTHP support
 2025-06-29  6:52 UTC  (7+ messages)
` [PATCH v7 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support

[PATCH 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
 2025-06-28 14:39 UTC  (7+ messages)
` [PATCH 1/2] trace/preemptirq: reduce overhead of irq_enable/disable tracepoints
` [PATCH 2/2] tracing/preemptirq: Optimize preempt_disable/enable() tracepoint overhead

[PATCH v6 00/12] unwind_deferred: Implement sframe handling
 2025-06-27 16:19 UTC  (3+ messages)
` [PATCH v6 07/12] unwind_user/sframe: Wire up unwind_user to sframe

[RFC PATCH v2 09/12] rv: Replace tss monitor with more complete sts
 2025-06-27 15:02 UTC  (6+ messages)

[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-06-27 12:39 UTC  (21+ messages)
` [PATCHv3 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv3 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv3 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv3 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv3 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv3 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines

[PATCH bpf-next v6 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-06-27  8:22 UTC  (3+ messages)
` [PATCH bpf-next v6 2/3] bpf: Add show_fdinfo for uprobe_multi
` [PATCH bpf-next v6 3/3] bpf: Add show_fdinfo for kprobe_multi

[PATCH v11 00/11] perf: Support the deferred unwinding infrastructure
 2025-06-26 14:51 UTC  (17+ messages)
` [PATCH v11 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v11 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v11 03/11] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v11 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v11 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v11 06/11] perf: Support deferred user callchains
` [PATCH v11 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v11 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v11 09/11] perf record: Enable defer_callchain for user callchains
` [PATCH v11 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v11 11/11] perf tools: Merge deferred user callchains

[PATCH] tracing: Remove pointless memory barriers
 2025-06-26 17:41 UTC  (6+ messages)

[PATCH v2 0/9] rtla/timerlat: Support actions on threshold and on end
 2025-06-26 12:34 UTC  (10+ messages)
` [PATCH v2 1/9] rtla/timerlat: Introduce enum timerlat_tracing_mode
` [PATCH v2 2/9] rtla/timerlat: Add action on threshold feature
` [PATCH v2 3/9] rtla/timerlat_bpf: Allow resuming tracing
` [PATCH v2 4/9] rtla/timerlat: Add continue action
` [PATCH v2 5/9] rtla/timerlat: Add action on end feature
` [PATCH v2 6/9] rtla/tests: Check rtla output with grep
` [PATCH v2 7/9] rtla/tests: Add tests for actions
` [PATCH v2 8/9] rtla/tests: Limit duration to maximum of 10s
` [PATCH v2 9/9] Documentation/rtla: Add actions feature

[PATCH 0/3] use vm_flags_t consistently
 2025-06-25  6:47 UTC  (20+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-24 22:36 UTC  (19+ messages)
` [PATCH v10 02/14] unwind_user: Add frame pointer support
` [PATCH v10 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v10 08/14] unwind deferred: Use bitmask to determine which callbacks to call

[PATCH bpf-next v5 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-06-24 19:41 UTC  (12+ messages)
` [PATCH bpf-next v5 2/3] bpf: Add show_fdinfo for uprobe_multi
` [PATCH bpf-next v5 3/3] bpf: Add show_fdinfo for kprobe_multi

[syzbot] [trace?] KASAN: slab-use-after-free Read in __free_filter
 2025-06-24 19:17 UTC  (5+ messages)
` [PATCH] tracing: Fix filter logic error

[PATCH v10 15/19] riscv: mm: Add page fault trace points
 2025-06-23 23:37 UTC  (2+ messages)

[RFC PATCH 0/2] Switch tracing from sched-RCU to preempt-RCU
 2025-06-23 18:13 UTC  (7+ messages)
` [RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-06-23 16:10 UTC  (11+ messages)
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point from KVM

[PATCH 0/8] rtla/timerlat: Support actions on threshold and on end
 2025-06-23 14:15 UTC  (3+ messages)

[PATCH v3 RESEND] x86/tracing: introduce enter/exit tracepoint pairs for page faults
 2025-06-23 13:57 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).