messages from 2025-06-19 08:37:25 to 2025-06-26 20:34:38 UTC [more...]
[PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-06-26 20:34 UTC (23+ 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 0/8] dma-mapping: migrate to physical address-based API
2025-06-26 18:45 UTC (11+ 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] tracing: Remove pointless memory barriers
2025-06-26 17:41 UTC (6+ messages)
[PATCH v11 00/11] perf: Support the deferred unwinding infrastructure
2025-06-26 14:51 UTC (15+ 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 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
2025-06-26 14:20 UTC (3+ 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 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
[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-06-25 15:16 UTC (18+ 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 v2] tracing: Fix inconsistency in irq tracking on NMIs
2025-06-25 12:08 UTC
[PATCH 0/3] use vm_flags_t consistently
2025-06-25 6:47 UTC (36+ 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 (56+ messages)
` [PATCH v10 02/14] unwind_user: Add frame pointer support
` [PATCH v10 03/14] unwind_user: Add compat mode "
` [PATCH v10 04/14] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v10 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v10 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v10 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [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
[RFC PATCH v2 09/12] rv: Replace tss monitor with more complete sts
2025-06-24 19:31 UTC (5+ messages)
[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 (18+ messages)
` [PATCH v7 01/10] x86/fred: Provide separate IRQ vs. NMI wrappers for entry from KVM
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point "
` [PATCH v7 07/10] x86/nmi: Prepare for the new NMI-source vector encoding
[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)
[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-06-23 3:04 UTC (3+ messages)
[PATCH bpf-next v4 1/2] bpf: Add show_fdinfo for uprobe_multi
2025-06-23 2:32 UTC (9+ messages)
` [PATCH bpf-next v4 2/2] bpf: Add show_fdinfo for kprobe_multi
[PATCH] lockdep: Fix inconsistency in irq tracking on NMIs
2025-06-21 8:57 UTC (3+ messages)
[PATCH] tracing/sched: Remove obsolete comment on suffixes
2025-06-21 0:30 UTC
[RFC PATCH 0/2] tracing: ftrace_enable_fops fixes
2025-06-20 13:26 UTC (6+ messages)
` [RFC PATCH 1/2] tracing: fixes of ftrace_enable_fops
[PATCH] kernel: trace: preemptirq_delay_test: use offstack cpu mask
2025-06-20 11:12 UTC
[RFC PATCH RESEND] tracing: add kernel documentation for trace_array_set_clr_event, trace_set_clr_event and supporting functions
2025-06-20 8:56 UTC
[PATCH] tools:bootconfig:scripts: Put back the comments where they should be
2025-06-20 0:41 UTC (2+ messages)
[PATCH] fgraph: Make pid_str size match the comment
2025-06-20 0:30 UTC (2+ messages)
next-20250605: Test regression: qemu-x86_64-compat mode ltp tracing Oops int3 kernel panic
2025-06-19 14:00 UTC (11+ messages)
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).