Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-07-15 01:44:16 to 2026-07-15 19:11:29 UTC [more...]

[RFC] tracing: Try user copies with page faults disabled first
 2026-07-15 19:11 UTC  (2+ messages)

[PATCH] tracing: Propagate errors from remote event bulk updates
 2026-07-15 18:19 UTC  (5+ messages)

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-15 18:05 UTC  (25+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-15 16:01 UTC  (10+ messages)
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()

[PATCH v3 0/6] tracing/osnoise: Track IPIs
 2026-07-15 15:45 UTC  (7+ messages)
` [PATCH v3 1/6] rtla/osnoise: Add IPI tracking cmdline option
` [PATCH v3 2/6] rtla/osnoise: Record IPI count in osnoise top
` [PATCH v3 3/6] rtla/osnoise: Leverage IPI event filters when tracing a subset of CPUs
` [PATCH v3 4/6] rtla/osnoise: Allow IPI filters to gracefully fail
` [PATCH v3 5/6] rtla: Unconditionally clean any pre-existing filters for user-provided events
` [PATCH v3 6/6] rtla/osnoise: Trace IPI events when recording a trace file

[PATCH] rtla/timerlat_top: Fix on-threshold actions firing on signal
 2026-07-15 14:37 UTC  (2+ messages)

[PATCH] tracing/mmiotrace: fix resource leak on trace_pipe close
 2026-07-15 14:36 UTC 

[linus:master] [tracing] 206b25c090: kselftests-bpf.ftrace.ftracetest-ktap.Generic_dynamic_event_-_add/remove_eprobe_events.fail
 2026-07-15 14:14 UTC 

[RFC v3 0/2] rm64: kprobes: Fix single-step fault and reentry handling
 2026-07-15 13:56 UTC  (4+ messages)
` [RFC v3 2/2] arm64: kprobes: Allow reentering kprobes while single-stepping

[PATCH v5 0/5] Enable perf tracing for unprivileged users
 2026-07-15 13:52 UTC  (6+ messages)
` [PATCH v5 1/5] eventfs: define event fields before directory creation
` [PATCH v5 2/5] tracefs: add read-only eventfs filesystem at /sys/kernel/events
` [PATCH v5 3/5] perf tools: fall back to eventfs for unprivileged event discovery
` [PATCH v5 4/5] perf evsel: don't set PERF_SAMPLE_IP for unprivileged tracepoints
` [PATCH v5 5/5] perf: enable unprivileged syscall tracing with perf trace

[PATCH v3 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
 2026-07-15 11:38 UTC  (7+ messages)
` [PATCH v3 4/5] sched: Add task enqueue/dequeue trace points

[PATCH v3 00/17] rv: Add selftests to tools and KUnit tests
 2026-07-15 11:24 UTC  (12+ messages)
` [PATCH v3 04/17] tools/rv: Add selftests
` [PATCH v3 14/17] verification/rvgen: Add selftests for rvgen kunit

[PATCH v2] tracing: Propagate errors from remote event bulk updates
 2026-07-15  9:33 UTC  (2+ messages)

[PATCH v2] tracing: Add mutex to trace_parser to fix concurrent write races
 2026-07-15  8:19 UTC 

[PATCH] tracing: ring-buffer: allowlist clang-generated symbols
 2026-07-15  7:38 UTC  (4+ messages)

[RFC PATCH 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-15  6:09 UTC  (4+ messages)
` [RFC PATCH 08/13] mm/kwatch: add hardware breakpoint backend

[PATCH 1/2] rv/nomiss: fix task storage lifetime
 2026-07-15  6:00 UTC  (2+ messages)
` [PATCH 2/2] rv/nomiss: close enable-time task exit race

[PATCH v3 0/2] Add trace event support for GENI SE registers dump
 2026-07-15  5:20 UTC  (3+ messages)
` [PATCH v3 1/2] soc: qcom: geni-se: trace: "
` [PATCH v3 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths

[RFC PATCH v4 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-07-15  3:12 UTC  (4+ messages)
` [RFC PATCH v4 1/3] trace: add lock-free stackmap for stack trace deduplication

[PATCH] rv: Simplify task monitor slot management
 2026-07-15  1:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] selftests/ftrace: Add test case for a symbol in a module without module name
 2026-07-15  1:58 UTC  (4+ messages)

[PATCH] bpf/btf: Move tracing BTF APIs to the BTF library
 2026-07-15  1:53 UTC  (3+ messages)

[PATCH v7 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-15  1:45 UTC  (11+ messages)
` [PATCH v7 01/10] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v7 02/10] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v7 03/10] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v7 04/10] selftests: tracing: Add syntax "
` [PATCH v7 05/10] tracing: wprobe: Use a new seq_print_ip_sym_offset() wrapper
` [PATCH v7 06/10] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v7 07/10] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v7 08/10] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v7 09/10] tracing: wprobe: Add wprobe event trigger
` [PATCH v7 10/10] selftests: ftrace: Add wprobe trigger testcase


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox