messages from 2026-07-10 20:29:53 to 2026-07-14 10:24:16 UTC [more...]
[PATCH v2 0/2] Add trace event support for GENI SE registers dump
2026-07-14 10:24 UTC (9+ 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 v2 00/33] mm: make VMA page offset handling more consistent
2026-07-14 10:17 UTC (39+ messages)
` [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 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [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 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] tracing: Add mutex to trace_parser to fix concurrent write races
2026-07-14 10:16 UTC (5+ messages)
[PATCH] rv: Simplify task monitor slot management
2026-07-14 8:33 UTC
[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 v6 2/9] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
2026-07-14 1:51 UTC (2+ messages)
` [PATCH v6 3/9] mm: use enum migrate_reason instead of int for migration reason parameters
[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 (3+ 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 (9+ messages)
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [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)
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