messages from 2026-03-13 15:08:31 to 2026-03-16 06:29:30 UTC [more...]
[PATCH v2 0/5] selftests/mm: skip several tests when thp is not available
2026-03-16 6:29 UTC (9+ messages)
` [PATCH v2 1/5] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v2 2/5] selftests/mm: soft-dirty: skip two tests when thp is not available
` [PATCH v2 3/5] selftests/mm: move write_file helper to vm_util
` [PATCH v2 4/5] selftests/mm: split_huge_page_test: skip the test when thp is not available
` [PATCH v2 5/5] selftests/mm: transhuge_stress: skip the test when thp "
[PATCH v6 0/5] support batch checking of references and unmapping for large folios
2026-03-16 6:25 UTC (8+ messages)
` [PATCH v6 1/5] mm: rmap: support batched checks of the references "
[PATCH v6 0/6] Migrate on fault for device pages
2026-03-16 6:24 UTC (7+ messages)
` [PATCH v6 1/6] mm:/Kconfig changes for migrate "
` [PATCH v6 2/6] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v6 3/6] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v6 4/6] mm: setup device page migration in HMM pagewalk
` [PATCH v6 5/6] mm: add new testcase for the migrate on fault case
` [PATCH v6 6/6] mm:/migrate_device.c: remove migrate_vma_collect_*()
[syzbot] [mm?] WARNING in folio_add_new_anon_rmap
2026-03-16 6:19 UTC (2+ messages)
[PATCH v3 0/2] mm/mglru: fix cgroup OOM during MGLRU state switching
2026-03-15 18:18 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] mm/mglru: maintain workingset refault context across state transitions
[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
2026-03-16 5:12 UTC (5+ messages)
` [RFC PATCH 1/4] mm/numa: introduce nearest_nodes_nodemask()
` [RFC PATCH 2/4] mm/memory-tiers: introduce socket-aware topology management for NUMA nodes
` [RFC PATCH 3/4] mm/memory-tiers: register CXL nodes to socket-aware packages via initiator
` [RFC PATCH 4/4] mm/mempolicy: enhance weighted interleave with socket-aware locality
[akpm-mm:mm-new 378/389] drivers/mtd/mtdchar.c:1384:9: error: call to undeclared function 'vma_desc_test_flags'; ISO C99 and later do not support implicit function declarations
2026-03-16 4:20 UTC
[PATCH 0/4] selftests/mm: skip several tests when thp is not available
2026-03-16 3:51 UTC (22+ messages)
` [RESEND PATCH 1/4] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [RESEND PATCH 2/4] selftests/mm: soft-dirty: skip two tests when thp is not available
` [RESEND PATCH 3/4] selftests/mm: split_huge_page_test: skip the test "
` [RESEND PATCH 4/4] selftests/mm: transhuge_stress: skip the test when thp "
[PATCH 0/3] slab: support memoryless nodes with sheaves
2026-03-16 3:48 UTC (5+ messages)
` [PATCH 2/3] slab: create barns for online memoryless nodes
` [PATCH 3/3] slab: free remote objects to sheaves on "
[PATCH v6 00/33] Eliminate Dying Memory Cgroup
2026-03-16 3:47 UTC (4+ messages)
` [PATCH v6 30/33] mm: memcontrol: prepare for reparenting non-hierarchical stats
[syzbot] [mm?] possible deadlock in mfill_get_vma
2026-03-16 3:11 UTC (2+ messages)
` [PATCH next] userfaultfd: unassigned vma leads to a potential unreleased locks
[PATCH v2] mm/mempolicy: track page allocations per mempolicy
2026-03-16 2:54 UTC (10+ messages)
[PATCH v7 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
2026-03-16 2:36 UTC (2+ messages)
[PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
2026-03-16 2:32 UTC (4+ messages)
[PATCH v2 00/25] Introduce meminspect
2026-03-16 2:24 UTC (2+ messages)
[PATCH] zram: propagate read_from_bdev_async() errors
2026-03-16 2:22 UTC (2+ messages)
[PATCH 04/15] mm: add vm_ops->mapped hook
2026-03-16 2:18 UTC (4+ messages)
[syzbot] [mm?] kernel BUG in __kmap_local_pfn_prot
2026-03-16 1:34 UTC
[PATCH 00/15] mm: expand mmap_prepare functionality and usage
2026-03-16 0:43 UTC (8+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
[PATCH] Docs: mmap_prepare: don't italicize structs
2026-03-15 22:45 UTC
[PATCH] mm/damon/stat: monitor all System RAM resources
2026-03-15 22:20 UTC (6+ messages)
[PATCH 1/2] mm/damon/sysfs: Implement recording feature
2026-03-15 21:14 UTC (2+ messages)
[RFC PATCH 00/10] mm/damon: let DAMON be paused and resumed
2026-03-15 21:00 UTC (11+ messages)
` [RFC PATCH 01/10] mm/damon/core: introduce damon_ctx->paused
` [RFC PATCH 02/10] mm/damon/sysfs: add pause file under context dir
` [RFC PATCH 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [RFC PATCH 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [RFC PATCH 05/10] Docs/ABI/damon: update for pause sysfs file
` [RFC PATCH 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [RFC PATCH 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status
[Linux Memory Hotness and Promotion] Notes from March 12, 2026
2026-03-15 20:54 UTC
[PATCH] Docs/mm: document the OOM killer
2026-03-15 20:48 UTC (2+ messages)
[PATCH] Docs/mm: document Boot Memory
2026-03-15 20:43 UTC (2+ messages)
[PATCH] Docs/mm: document Page Allocation
2026-03-15 20:36 UTC (2+ messages)
[PATCH] Docs/mm: document Virtually Contiguous Memory Allocation
2026-03-15 20:31 UTC (2+ messages)
[PATCH] Docs/mm: document Page Reclaim
2026-03-15 20:25 UTC (2+ messages)
[Invitation] Linux MM Alignment Session on HugeTLB Preservation Support on Wednesday
2026-03-15 20:20 UTC
[PATCH] Docs/mm: document Swap
2026-03-15 20:20 UTC (2+ messages)
[PATCH] Docs/mm: document Shared Memory Filesystem
2026-03-15 20:14 UTC (12+ messages)
[PATCH v2] mm/damon/stat: monitor all System RAM resources
2026-03-15 19:17 UTC (2+ messages)
[PATCH] selftests: do not override CFLAGS set by the build environment
2026-03-15 19:11 UTC (2+ messages)
[RFC PATCH v4 0/6] Accelerate page migration with batch copying and hardware offload
2026-03-15 18:25 UTC (7+ messages)
` [RFC PATCH v4 1/6] mm: introduce folios_mc_copy() for batch folio copying
` [RFC PATCH v4 2/6] mm/migrate: skip data copy for already-copied folios
[PATCH v2 0/5] Introduce QPW for per-cpu operations (v2)
2026-03-15 18:10 UTC (6+ messages)
` [PATCH v2 2/5] Introducing qpw_lock() and per-cpu queue & flush work
[PATCH v2] Docs/mm/damon: document exclusivity of special-purpose modules
2026-03-15 16:29 UTC
[PATCH mm-unstable v3 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
2026-03-15 15:16 UTC (2+ messages)
BUG: kernel NULL pointer dereference, address: 0000000000000000
2026-03-15 14:52 UTC (9+ messages)
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-15 13:51 UTC (3+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
[PATCH v5] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
2026-03-15 13:12 UTC (4+ messages)
[PATCH] powerpc/mem: Move CMA reservations to arch_mm_preinit
2026-03-15 4:01 UTC (2+ messages)
[PATCH 0/2] zswap pool per-CPU acomp_ctx simplifications
2026-03-15 3:30 UTC (5+ messages)
` [PATCH 1/2] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool
` [PATCH 2/2] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
[Hypervisor Live Update] Notes from March 9, 2026
2026-03-15 1:06 UTC
[PATCH] Docs/mm/damon: document exclusivity of special-purpose modules
2026-03-15 0:26 UTC (4+ messages)
[PATCH v3] mm: migrate: requeue destination folio on deferred split queue
2026-03-15 0:23 UTC (7+ messages)
[PATCH] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-15 0:03 UTC (4+ messages)
[PATCH v5 0/4] pid_namespace: make init creation more flexible
2026-03-14 22:32 UTC (2+ messages)
[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-03-14 17:32 UTC (9+ messages)
[PATCH v1] mm/damon: guard THP-specific DAMOS actions with CONFIG_TRANSPARENT_HUGEPAGE
2026-03-14 16:51 UTC (2+ messages)
[PATCH 0/7] Refactor reserved memory regions handling code
2026-03-14 15:20 UTC (8+ messages)
` [PATCH 6/7] of: reserved_mem: clarify fdt_scan_reserved_mem*() functions
` [PATCH 7/7] of: reserved_mem: rework fdt_init_reserved_mem_node()
` [PATCH 3/7] of: reserved_mem: switch to ops based OF_DECLARE()
[linux-next:master 5585/5731] error[E0277]: `*const kernel::bindings::vm_uffd_ops` cannot be shared between threads safely
2026-03-14 13:37 UTC (10+ messages)
` [PATCH] rust_binder: use AssertSync for BINDER_VM_OPS
[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
2026-03-14 13:20 UTC (8+ messages)
[RESEND RFC PATCH v3 0/2] mm/swap, PM: hibernate: fix swapoff race and optimize swap reference
2026-03-14 11:48 UTC (4+ messages)
` [RESEND RFC PATCH v3 1/2] mm/swap, PM: hibernate: fix swapoff race in uswsusp by getting "
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-14 11:22 UTC (10+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH v2 2/3] rust: helpers: #define __rust_helper
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust
[PATCH v4 0/6] drm/gem-shmem: Track page accessed/dirty status
2026-03-14 9:42 UTC (14+ messages)
` [PATCH v4 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap
[PATCH] slub: clarify kmem_cache_refill_sheaf() failure behavior
2026-03-14 9:23 UTC (3+ messages)
[PATCH v4 0/3] mm/vmalloc: free unused pages on vrealloc() shrink
2026-03-14 9:04 UTC (4+ messages)
` [PATCH v4 1/3] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
` [PATCH v4 2/3] mm/vmalloc: free unused pages on vrealloc() shrink
` [PATCH v4 3/3] lib/test_vmalloc: add vrealloc test case
[PATCH v3 0/2] mm/vmalloc: free unused pages on vrealloc() shrink
2026-03-14 7:01 UTC (7+ messages)
` [PATCH v3 1/2] mm/vmalloc: extract vmalloc_free_pages() helper from vfree()
` [PATCH v3 2/2] mm/vmalloc: free unused pages on vrealloc() shrink
[PATCH v14 23/26] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool
2026-03-14 5:18 UTC (2+ messages)
[PATCH 4/4] mm: align file-backed mmap to exec folio order in thp_get_unmapped_area
2026-03-14 3:47 UTC (2+ messages)
[DAMON][Question] DAMON_STAT and DAMON_LRU_SORT module parameter conflict?
2026-03-14 2:35 UTC (3+ messages)
[PATCH 3/4] elf: align ET_DYN base to exec folio order for contpte mapping
2026-03-14 2:10 UTC (4+ messages)
[PATCH V2 2/2] mm/memblock: Add reserve_mem debugfs info
2026-03-14 0:42 UTC (3+ messages)
[Question] mm/damon: conflict between DAMON_STAT and DAMON_LRU_SORT?
2026-03-14 0:21 UTC (4+ messages)
[PATCH 3/5] mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_default()
2026-03-14 0:18 UTC (2+ messages)
[PATCH v2 0/7] mm: switch THP shrinker to list_lru
2026-03-13 23:08 UTC (3+ messages)
` [syzbot ci] "
[PATCH v6 0/4] mm: thp: reduce unnecessary start_stop_khugepaged() calls
2026-03-13 22:31 UTC (3+ messages)
` [PATCH v6 3/4] mm: huge_memory: refactor enabled_store() with change_enabled()
DAMON Beer/Coffee/Tea chat reminder for the week of 2026-03-16
2026-03-13 21:42 UTC
[PATCH V2 1/2] mm/memblock: Print out errors on reserve_mem parser
2026-03-13 20:59 UTC (2+ messages)
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-13 19:22 UTC (3+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
[PATCH v3 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
2026-03-13 17:35 UTC (4+ messages)
[GIT PULL] slab fixes for 7.0-rc3
2026-03-13 17:33 UTC (2+ messages)
[PATCH 07/11] mm/zsmalloc, zswap: Handle objcg charging and lifetime in zsmalloc
2026-03-13 16:49 UTC (3+ messages)
[PATCH 1/3] lib/maple_tree: fix potential NULL dereference in mas_pop_node()
2026-03-13 16:11 UTC (6+ messages)
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-03-13 15:39 UTC (10+ messages)
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update
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