messages from 2026-07-03 14:00:42 to 2026-07-05 16:02:30 UTC [more...]
[RFC PATCH v1.1 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
2026-07-05 16:01 UTC (11+ messages)
` [RFC PATCH v1.1 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [RFC PATCH v1.1 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [RFC PATCH v1.1 03/11] mm/damon/core: make damon_stop() never fails
` [RFC PATCH v1.1 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [RFC PATCH v1.1 05/11] mm/damon/reclaaim: "
` [RFC PATCH v1.1 06/11] mm/damon/lru_sort: "
` [RFC PATCH v1.1 07/11] mm/damon/core: change damon_stop() return type to void
` [RFC PATCH v1.1 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [RFC PATCH v1.1 09/11] mm/damon/core: wait ctx stop in damon_call() before reruning an error
` [RFC PATCH v1.1 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
[PATCH 0/8] mm/damon: validate all parameters in the core
2026-07-05 15:55 UTC (9+ messages)
` [PATCH 1/8] mm/damon/core: safely validate src on damon_commit_ctx()
` [PATCH 2/8] mm/damon/core: do parameter testing commit on damon_start()
` [PATCH 3/8] mm/damon/sysfs: remove duplicated commit input validity check
` [PATCH 4/8] mm/damon/reclaim: remove duplicated min_region_sz power of 2 check
` [PATCH 5/8] mm/damon/lru_sort: remove duplicated min_region_sz power_of_2() check
` [PATCH 6/8] mm/damon: document region size validation in damon_set_regions()
` [PATCH 7/8] mm/damon/core: remove start, end check in damon_set_region_system_rams()
` [PATCH 8/8] mm/damon/sysfs: remove region size validation
[PATCH v20 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-07-05 15:13 UTC (4+ messages)
` [PATCH v20 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v20 2/2] ras: mem: Add ACPI RAS2 memory driver
[PATCH v7 0/3] mm: clean up folio LRU and swap declarations
2026-07-05 14:12 UTC (4+ messages)
` [PATCH v7 1/3] mm/swap: colocate page-cluster sysctl with swap readahead
` [PATCH v7 2/3] mm: rename swap.c to folio.c
` [PATCH v7 3/3] mm: move reclaim-internal declarations out of swap.h
[PATCH] mm/slub: fix lost local objects when bulk remote free batch fills
2026-07-05 13:37 UTC (3+ messages)
[PATCH] userfaultfd: wait on source PMD during UFFDIO_MOVE
2026-07-05 13:12 UTC
[PATCH] virtio_balloon: prime stats vq after virtio_device_ready()
2026-07-05 12:29 UTC
[PATCH] mm/secretmem: disable under HIGHMEM
2026-07-05 11:34 UTC (5+ messages)
[PATCH] mm: avoid shadowing global mem_map in sparse_init_one_section()
2026-07-05 9:17 UTC (2+ messages)
[PATCH v3] mm: page_reporting: allow driver to set batch capacity
2026-07-05 9:06 UTC (9+ messages)
[PATCH v3 0/6] Fix incorrect access of hugetlb pte entries
2026-07-05 8:47 UTC (11+ messages)
` [PATCH v3 1/6] arm64: make huge_ptep_get handled unaligned addresses
` [PATCH v3 2/6] mm/rmap: use huge_ptep_get() in try_to_unmap_one()
` [PATCH v3 6/6] mm/mprotect: use huge_ptep_get() for hugetlb
[PATCH v11 0/3] KSM: performance optimizations for rmap_walk_ksm
2026-07-05 8:00 UTC (2+ messages)
[PATCH] userfaultfd: prevent registration of special VMAs
2026-07-05 7:51 UTC (12+ messages)
[PATCH v5 00/18] mm: Some cleanups for page allocator APIs
2026-07-05 7:30 UTC (33+ messages)
` [PATCH v5 02/18] mm/page_alloc: some renames to clarify alloc_flags scopes
` [PATCH v5 03/18] mm: name some args in a function declaration
` [PATCH v5 04/18] mm: Split out internal page_alloc.h
` [PATCH v5 05/18] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
` [PATCH v5 06/18] mm/page_alloc: relax GFP WARN in nolock allocs
` [PATCH v5 07/18] mm: move some stuff to mm/page_alloc.h
` [PATCH v5 08/18] perf/x86/intel: Use higher-level allocator API
` [PATCH v5 09/18] KVM: VMX: "
` [PATCH v5 10/18] x86/virt: "
` [PATCH v5 11/18] sgi-xp: "
` [PATCH v5 12/18] net/funeth: Switch to "
` [PATCH v5 13/18] mm: Remove __alloc_pages_node()
` [PATCH v5 14/18] mm: Move __alloc_pages() to mm/page_alloc.h
` [PATCH v5 17/18] mm/page_alloc: drop alloc_flags arg from alloc_flags_cma()
` [PATCH v5 18/18] mm: factor out can_spin_trylock()
[PATCH v2] mm/hugetlb: Fix null nodemask in alloc_fresh_hugetlb_folio
2026-07-05 5:40 UTC (3+ messages)
[PATCH v3 00/11] mm: PMD-level swap entries for anonymous THPs
2026-07-05 1:43 UTC (15+ messages)
` [PATCH v3 01/11] mm: add PMD swap entry detection support
` [PATCH v3 02/11] mm: add PMD swap entry splitting support
` [PATCH v3 03/11] mm: handle PMD swap entries in fork path
` [PATCH v3 04/11] mm: zswap: add range lookup for large-folio swapin
` [PATCH v3 05/11] mm: swap in PMD swap entries as whole THPs during swapoff
` [PATCH v3 06/11] mm: handle PMD swap entries in non-present PMD walkers
` [PATCH v3 07/11] mm: handle PMD swap entries in MADV_WILLNEED
` [PATCH v3 08/11] mm: handle PMD swap entries in UFFDIO_MOVE
` [PATCH v3 09/11] mm: handle PMD swap entry faults on swap-in
` [PATCH v3 10/11] mm: install PMD swap entries on swap-out
` [PATCH v3 11/11] selftests/mm: add PMD swap entry tests
[PATCH v2 0/5] Keep tail page private zero at free and folio split time
2026-07-05 3:00 UTC (4+ messages)
` [PATCH v2 5/5] mm/page_alloc: remove set_page_private() in prep_compound_tail()
[PATCH RESEND v3] selftests: mincore: fix the readahead check on large base page sizes
2026-07-05 3:36 UTC (2+ messages)
[PATCH 0/6] mm: preparatory patches for PMD level swap entries
2026-07-05 1:31 UTC (3+ messages)
[PATCH 0/4] tracing: add ref_trace_final_put tracing
2026-07-05 1:20 UTC (5+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-04 23:38 UTC (3+ messages)
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v5 0/7] seccomp: non-cooperative pinned-memfd argument redirect
2026-07-04 23:18 UTC (8+ messages)
` [PATCH v5 1/7] mm: add __do_mmap() and vm_mmap_remote()/vm_munmap_remote()
` [PATCH v5 2/7] seccomp: introduce SECCOMP_IOCTL_NOTIF_PIN_INSTALL
` [PATCH v5 3/7] seccomp: add __NR_seccomp_* aliases for rt_sigreturn and clone/fork
` [PATCH v5 4/7] seccomp: add kernel-installed pinned-memfd redirect
` [PATCH v5 5/7] seccomp: re-validate a redirected syscall against outer filters
` [PATCH v5 6/7] docs/seccomp: document pinned-memfd redirect ioctls
` [PATCH v5 7/7] selftests/seccomp: cover non-cooperative pinned-memfd install
[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
2026-07-04 21:14 UTC (6+ messages)
` [RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection
[RFC PATCH 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
2026-07-04 18:11 UTC (12+ messages)
` [RFC PATCH 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [RFC PATCH 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [RFC PATCH 03/11] mm/damon/core: make damon_stop() never fails
` [RFC PATCH 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [RFC PATCH 05/11] mm/damon/reclaaim: "
` [RFC PATCH 06/11] mm/damon/lru_sort: "
` [RFC PATCH 07/11] mm/damon/core: change damon_stop() return type to void
` [RFC PATCH 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [RFC PATCH 09/11] mm/damon/core: stop ctx in damon_call() before reruning an error
` [RFC PATCH 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [RFC PATCH 11/11] samples/damon/prcl: do not stop DAMON "
[PATCH 0/6] mm: preparatory patches for PMD level swap entries
2026-07-04 10:04 UTC (2+ messages)
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-04 9:31 UTC (3+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH 0/3] kasan: common: cleanups and deduplication
2026-07-04 9:20 UTC (4+ messages)
` [PATCH 1/3] kasan: deduplicate quarantine reduction logic
` [PATCH 2/3] kasan: common: use ALIGN_DOWN macro for stack alignment
` [PATCH 3/3] kasan: common: replace magic number with KASAN_TAG_KERNEL
[PATCH v2 0/4] scsi: replace __get_free_pages() with kmalloc()
2026-07-04 6:13 UTC (5+ messages)
` [PATCH v2 1/4] scsi: target: file: use kmalloc() to allocate temporary protection buffer
` [PATCH v2 2/4] scsi: proc: use kmalloc() in proc writers
` [PATCH v2 3/4] scsi: ipr: use kmalloc() to allocate IPR dump buffer memory
` [PATCH v2 4/4] scsi: sym53c8xx_2: replace __get_free_pages() with kmalloc()
[PATCH 0/3] selftests/bpf: compare BPF and memory.stat memcg stat readers
2026-07-04 5:58 UTC (6+ messages)
` [PATCH 1/3] selftests/bpf: add memcg_stat_reader BPF-vs-memory.stat benchmark
` [PATCH 2/3] selftests/bpf: add memcg_stat_churn BPF-vs-memory.stat benchmark under churn
` [PATCH 3/3] selftests/bpf: add memcg_stat_churn_percpu BPF-vs-memory.stat benchmark under cross-CPU churn
[PATCH] mm/hugetlb: Fix null pointer dereference of nodemask in hugetlb_cma_alloc_frozen_folio
2026-07-04 4:06 UTC (6+ messages)
iomap_writepages WARN_ON_ONCE(PF_MEMALLOC)
2026-07-04 0:56 UTC
[Hypervisor Live Update] Notes from June 15 and June 29, 2026
2026-07-04 0:52 UTC
[PATCH stable] mm/khugepaged: write all dirty file folios when collapsing
2026-07-04 0:50 UTC (2+ messages)
[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
2026-07-04 0:39 UTC (6+ messages)
[PATCH v1 0/5] x86/cpu: Refactor identify_cpu()
2026-07-04 0:20 UTC (6+ messages)
` [PATCH v1 1/5] x86/cpu: Factor init_cpu_info() out of identify_cpu()
` [PATCH v1 2/5] x86/cpu: Inline generic_identify() into identify_cpu()
` [PATCH v1 3/5] x86/cpu: Introduce identify_cpu_32() helper
` [PATCH v1 4/5] x86/cpu: Set X86_BUG_ESPFIX in identify_cpu_32()
` [PATCH v1 5/5] x86/cpu: Don't reset boot CPU cpuinfo in identify_cpu()
[linux-next:master 3047/3809] ERROR: modpost: module random32_kunit uses symbol prandom_warmup from namespace EXPORTED_FOR_KUNIT_TESTING, but does not import it
2026-07-04 0:11 UTC
[rppt-memblock:numa_memblks-redundant-work] BUILD SUCCESS c12c889655533790d3f8cecbf2dca3456576e8bb
2026-07-03 21:36 UTC
[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
2026-07-03 21:32 UTC (10+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
2026-07-03 21:02 UTC (3+ messages)
` [PATCH v8 3/3] riscv: store percpu offset into thread_info
[rppt-memblock:for-next] BUILD SUCCESS 717cd4552ae422269f844aa19ce0125462c9c0b0
2026-07-03 20:56 UTC
[rppt-memblock:kernelcore-mirror] BUILD SUCCESS ebcc3102b3ee144744e7e1531d9a4a10c3ae3be9
2026-07-03 20:43 UTC
DAMON Release Newsletter for v7.2-rc1
2026-07-03 20:06 UTC (2+ messages)
[PATCH v5 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
2026-07-03 19:56 UTC
[akpm-mm:mm-new] BUILD SUCCESS e031e55776cf9193b4720a253e92539ca536d224
2026-07-03 19:24 UTC
[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
2026-07-03 19:04 UTC (2+ messages)
[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
2026-07-03 18:29 UTC (6+ messages)
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()
` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-07-03 17:25 UTC (4+ messages)
[PATCH 0/2] mm/kmemleak: add min_unref_scans to suppress transient false positives
2026-07-03 17:11 UTC (7+ messages)
` [PATCH 2/2] selftests/mm: test kmemleak's N-consecutive-scan leak confirmation
[PATCH] mm/kmemleak: fix checksum computation for per-cpu objects
2026-07-03 17:09 UTC (3+ messages)
[PATCH 0/3] mm/damon: provide pseudo moving sum probe_hits
2026-07-03 17:06 UTC (4+ messages)
` [PATCH 1/3] mm/damon: add damon_region->last_probe_hits
` [PATCH 2/3] mm/damon/core: introduce damon_probe_hits_mvsum()
` [PATCH 3/3] mm/damon/sysfs-schemes: set probe hits as pseudo moving sums
[PATCH] mm/damon/core: disallow overlapping input ranges for damon_set_regions()
2026-07-03 16:56 UTC
[PATCH v2] Respect mempolicy when calculating surplus huge pages
2026-07-03 16:46 UTC (3+ messages)
[PATCH v8 00/15] userfaultfd: working set tracking for VM guest memory
2026-07-03 16:43 UTC (2+ messages)
` Addressing Sashiko AI review
[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
2026-07-03 16:37 UTC (2+ messages)
[PATCH 1/1] MAINTAINERS: add Usama as a THP reviewer
2026-07-03 16:20 UTC
[PATCH] mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()
2026-07-03 16:18 UTC
[akpm-mm:mm-new 242/252] radix-tree.c:459:17: error: implicit declaration of function 'kmemleak_transient_leak'
2026-07-03 15:23 UTC (2+ messages)
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-03 15:19 UTC (3+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-07-03 14:54 UTC (5+ messages)
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-03 14:38 UTC (7+ messages)
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
[akpm-mm:mm-nonmm-unstable 43/44] htmldocs: Documentation/accounting/delay-accounting.rst:237: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
2026-07-03 14:14 UTC
[PATCH v5 0/8] mm: optimize zone-device memmap initialization
2026-07-03 14:06 UTC (3+ messages)
` [PATCH v5 4/8] mm: add a template-based fast path for zone-device page init
[PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
2026-07-03 14:00 UTC (5+ 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