messages from 2026-07-10 15:01:57 to 2026-07-14 18:39:26 UTC [more...]
[PATCH v5 0/5] Enable perf tracing for unprivileged users
2026-07-14 18:39 UTC
[RFC PATCH 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
2026-07-14 18:33 UTC (14+ messages)
` [RFC PATCH 01/13] arch: add HAVE_REINSTALL_HW_BREAKPOINT
` [RFC PATCH 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [RFC PATCH 03/13] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [RFC PATCH 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH 05/13] mm/kwatch: add watch expression parser and dereference engine
` [RFC PATCH 06/13] mm/kwatch: add lockless per-task context pool
` [RFC PATCH 07/13] stacktrace: export stack_trace_save_regs()
` [RFC PATCH 08/13] mm/kwatch: add hardware breakpoint backend
` [RFC PATCH 09/13] mm/kwatch: add probe lifecycle runtime
` [RFC PATCH 10/13] mm/kwatch: add anchor thread for global watchpoints
` [RFC PATCH 11/13] mm/kwatch: add debugfs control plane
` [RFC PATCH 12/13] mm/kwatch: add KUnit tests for the watch expression parser
` [RFC PATCH 13/13] Documentation/dev-tools: document KWatch
[PATCH v5 1/5] eventfs: define event fields before directory creation
2026-07-14 18:31 UTC (3+ messages)
` [PATCH v5 2/5] tracefs: add read-only eventfs filesystem at /sys/kernel/events
` [PATCH v5 5/5] perf: enable unprivileged syscall tracing with perf trace
[PATCH v3 00/17] rv: Add selftests to tools and KUnit tests
2026-07-14 18:01 UTC (13+ messages)
` [PATCH v3 04/17] tools/rv: Add selftests
` [PATCH v3 14/17] verification/rvgen: Add selftests for rvgen kunit
` [PATCH v3 16/17] selftests/verification: Rearrange the wwnr_printk test
[PATCH 0/3] rv/reactors: fix lockdep warning and add KUnit tests
2026-07-14 17:39 UTC (8+ messages)
` [PATCH 1/3] rv/reactors: fix lockdep "Invalid wait context" in rv_react()
[PATCH v3 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
2026-07-14 16:11 UTC (4+ messages)
` [PATCH v3 4/5] sched: Add task enqueue/dequeue trace points
[PATCH v2 0/2] Add trace event support for GENI SE registers dump
2026-07-14 15:34 UTC (10+ messages)
` [PATCH v2 1/2] soc: qcom: geni-se: trace: "
` [PATCH v2 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths
[PATCH v6 2/9] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
2026-07-14 14:44 UTC (8+ messages)
` [PATCH v6 3/9] mm: use enum migrate_reason instead of int for migration reason parameters
[PATCH] selftests/ftrace: Add test case for a symbol in a module without module name
2026-07-14 14:42 UTC (2+ messages)
[PATCH] bpf/btf: Move tracing BTF APIs to the BTF library
2026-07-14 14:34 UTC (2+ messages)
[PATCH] tracing: Add mutex to trace_parser to fix concurrent write races
2026-07-14 11:57 UTC (7+ messages)
[PATCH] rv: Simplify task monitor slot management
2026-07-14 11:27 UTC (2+ messages)
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-14 10:17 UTC (55+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
` [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 v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH v2 32/33] tools/testing/vma: default VMA, mm flag bits to 64-bit
` [PATCH v2 33/33] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[PATCH v2 0/4] mm: honour compact_unevictable_allowed in mlock and CMA paths
2026-07-14 6:28 UTC (13+ messages)
` [PATCH v2 1/4] mm/migrate: do not migrate folios mapped into VM_LOCKED VMAs under compaction
` [PATCH v2 4/4] mm/mlock: migrate folios out of CMA when mlocking a range
[PATCH v3 0/5] tracing/probes: Clean up and refactor argument parser
2026-07-14 1:10 UTC (6+ messages)
` [PATCH v3 1/5] tracing/probes: Refactor parse_probe_vars()
` [PATCH v3 2/5] tracing/probes: Refactor parse_probe_arg()
` [PATCH v3 3/5] tracing/probes: Sort ERRORS list in trace_probe.h alphabetically
` [PATCH v3 4/5] tracing/probes: Extend max length of argument string
` [PATCH v3 5/5] tracing/probes: Eliminate recursion in parse_probe_arg()
[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
2026-07-13 16:47 UTC (4+ messages)
[BUG] tracing: Too many tries to read user space
2026-07-13 14:23 UTC (7+ messages)
[PATCH] ufs: core: tracing: Do not dereference pointers in TP_printk()
2026-07-13 14:13 UTC (3+ messages)
[PATCH] rtla/timerlat_top: Fix on-threshold actions firing on signal
2026-07-13 14:10 UTC
[RFC PATCH 0/1] psi: Introduce in-kernel PSI auto monitor feature
2026-07-13 11:59 UTC (7+ messages)
` [RFC PATCH 1/1] "
[PATCH v1] tracing/remotes: Fix page_va[] access before counter update in trace_remote_alloc_buffer()
2026-07-13 8:21 UTC (2+ messages)
[PATCH 0/5] tracing/probes: Clean up and refactor argument parser
2026-07-13 7:28 UTC (6+ messages)
` [PATCH 1/5] tracing/probes: Refactor parse_probe_vars()
` [PATCH 2/5] tracing/probes: Refactor parse_probe_arg()
` [PATCH 3/5] tracing/probes: Sort ERRORS list in trace_probe.h alphabetically
` [PATCH 4/5] tracing/probes: Extend max length of argument string
` [PATCH 5/5] tracing/probes: Eliminate recursion in parse_probe_arg()
[PATCH v2] tracing: Use seq_buf for string concatenation
2026-07-13 4:57 UTC (3+ messages)
[PATCH v4] tracing: Use seq_buf for string concatenation
2026-07-13 4:52 UTC
[PATCH] tracing: fprobe: Remove __packed from generic __fprobe_header
2026-07-13 2:23 UTC (6+ messages)
[PATCH 0/5] tracing/probes: Clean up and refactor argument parser
2026-07-13 2:16 UTC (7+ messages)
` [PATCH 1/5] tracing/probes: Refactor parse_probe_vars()
` [PATCH 2/5] tracing/probes: Refactor parse_probe_arg()
` [PATCH 3/5] tracing/probes: Sort ERRORS list in trace_probe.h alphabetically
` [PATCH 4/5] tracing/probes: Extend max length of argument string
` [PATCH 5/5] tracing/probes: Eliminate recursion in parse_probe_arg()
[PATCH] tracing: Defer trigger private data frees past the grace period
2026-07-12 16:10 UTC
[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
2026-07-11 13:02 UTC (6+ messages)
` [PATCH bpf-next 1/2] srcu: Add lock guard for srcu_fast_updown flavor
` [PATCH bpf-next 2/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-11 6:26 UTC (43+ messages)
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[PATCH v3 0/5] tracing: add ref_trace_final_put tracing
2026-07-11 4:40 UTC (6+ messages)
` [PATCH v3 1/5] tracing: add ref_trace_final_put tracepoint
` [PATCH v3 2/5] refcount: "
` [PATCH v3 3/5] percpu-refcount: add ref_trace_final_put trace
` [PATCH v3 4/5] kunit: add test for ref_trace_final_put
` [PATCH v3 5/5] MAINTAINERS: add entries "
[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
2026-07-10 21:18 UTC (3+ messages)
[RFC PATCH v4 0/3] trace: stack trace deduplication for ftrace ring buffer
2026-07-10 19:14 UTC (3+ messages)
[PATCH] tracing: Add "within" filter for call-stack-based event filtering
2026-07-10 18:14 UTC (3+ messages)
[PATCH 0/2] Add trace event support for GENI SE registers dump
2026-07-10 17:59 UTC (4+ messages)
` [PATCH 1/2] soc: qcom: geni-se: trace: "
[PATCH v2] selftests/ftrace: fix spelling error in poll test comment
2026-07-10 17:31 UTC (3+ messages)
[PATCH v6 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
2026-07-10 17:12 UTC (3+ messages)
` [PATCH v6 1/2] serial: qcom-geni: trace: Drop redundant len field from geni_serial_data
` [PATCH v6 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver
page: | 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