messages from 2026-03-27 15:49:22 to 2026-03-29 11:44:29 UTC [more...]
[PATCH v2 0/3] mm/swap: use swap_ops to register swap device's methods
2026-03-29 11:44 UTC (7+ messages)
` [PATCH v2 1/3] mm/swap: rename mm/page_io.c to mm/swap_io.c
` [PATCH v2 2/3] mm/swap: use swap_ops to register swap device's methods
` [PATCH v2 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*
[PATCH v5 3/4] mm: memcontrol: add interfaces for swap tier selection
2026-03-29 11:10 UTC (3+ messages)
[PATCH v5 1/4] mm: swap: introduce swap tier infrastructure
2026-03-29 10:49 UTC (2+ messages)
[PATCH v2] mm/damon: add synchronous commit for commit_inputs
2026-03-29 9:56 UTC (2+ messages)
[PATCH v6 0/6] selftests/mm: skip several tests when thp is not available
2026-03-29 9:45 UTC (14+ messages)
` [PATCH v6 1/6] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v6 4/6] selftests/mm/vm_util: robust write_file()
[PATCH v2 00/12] mm/mglru: improve reclaim loop and dirty folio handling
2026-03-29 8:46 UTC (16+ messages)
` [PATCH v2 01/12] mm/mglru: consolidate common code for retrieving evitable size
` [PATCH v2 02/12] mm/mglru: rename variables related to aging and rotation
` [PATCH v2 03/12] mm/mglru: relocate the LRU scan batch limit to callers
` [PATCH v2 04/12] mm/mglru: restructure the reclaim loop
` [PATCH v2 05/12] mm/mglru: scan and count the exact number of folios
` [PATCH v2 06/12] mm/mglru: use a smaller batch for reclaim
` [PATCH v2 07/12] mm/mglru: don't abort scan immediately right after aging
` [PATCH v2 08/12] mm/mglru: simplify and improve dirty writeback handling
` [PATCH v2 09/12] mm/mglru: remove no longer used reclaim argument for folio protection
` [PATCH v2 10/12] mm/vmscan: remove sc->file_taken
` [PATCH v2 11/12] mm/vmscan: remove sc->unqueued_dirty
` [PATCH v2 12/12] mm/vmscan: unify writeback reclaim statistic and throttling
[PATCH] mm/damon: validate addr_unit to be power of 2
2026-03-29 7:51 UTC (10+ messages)
[PATCH 0/2] mm/damon/core: validate damos_quota_goal->nid
2026-03-29 4:39 UTC (3+ messages)
` [PATCH 1/2] mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bp
` [PATCH 2/2] mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bp
[PATCH v2 0/4] mm: improve large folio readahead and alignment for exec memory
2026-03-29 4:37 UTC (7+ messages)
` [PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
[akpm-mm:mm-new 193/194] lib/alloc_tag.c:815:25: sparse: sparse: cast removes address space '__rcu' of expression
2026-03-29 4:36 UTC
[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
2026-03-29 4:07 UTC (10+ messages)
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
[Hypervisor Live Update] Notes from March 23, 2026
2026-03-29 1:03 UTC
[PATCH v3 00/13] mm/huge_memory: refactor zap_huge_pmd()
2026-03-28 19:54 UTC (31+ messages)
` [PATCH v3 01/13] mm/huge_memory: simplify vma_is_specal_huge()
` [PATCH v3 02/13] mm/huge: avoid big else branch in zap_huge_pmd()
` [PATCH v3 03/13] mm/huge_memory: have zap_huge_pmd return a boolean, add kdoc
` [PATCH v3 04/13] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
` [PATCH v3 05/13] mm/huge_memory: add a common exit path to zap_huge_pmd()
` [PATCH v3 06/13] mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()
` [PATCH v3 07/13] mm/huge_memory: deduplicate zap deposited table call
` [PATCH v3 08/13] mm/huge_memory: remove unnecessary sanity checks
` [PATCH v3 09/13] mm/huge_memory: use mm instead of tlb->mm
` [PATCH v3 10/13] mm/huge_memory: separate out the folio part of zap_huge_pmd()
` [PATCH v3 11/13] mm: add softleaf_is_valid_pmd_entry(), pmd_to_softleaf_folio()
` [PATCH v3 12/13] mm/huge_memory: add and use normal_or_softleaf_folio_pmd()
` [PATCH v3 13/13] mm/huge_memory: add and use has_deposited_pgtable()
[PATCH 09/26] mm: Make readahead store folio count in readahead_control
2026-03-28 18:36 UTC (4+ messages)
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
[PATCH] mm/damon: add synchronous commit for commit_inputs
2026-03-28 18:08 UTC (5+ messages)
` (sashiko review) "
[RFC PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race
2026-03-28 17:51 UTC (8+ messages)
` [RFC PATCH 1/2] Docs/admin-guide/mm/damon/reclaim: warn commit_inputs vs param updates race
` (sashiko review) "
` [RFC PATCH 2/2] Docs/admin-guide/mm/damon/lru_sort: "
` (sashiko review) "
` (sashiko status) [RFC PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race
[GIT PULL] Additional hotfixes for 7.0-rc6
2026-03-28 17:49 UTC
[PATCH v2] mm/page_owner: warn when stack trace depth hits PAGE_OWNER_STACK_DEPTH limit
2026-03-28 21:44 UTC (4+ messages)
` [syzbot ci] "
` Request received
[PATCH 0/8] mm/mglru: improve reclaim loop and dirty folio handling
2026-03-28 17:30 UTC (6+ messages)
[RFC PATCH] mm/damon/core: use time_in_range() for damos quota window start
2026-03-28 17:03 UTC (3+ messages)
` (sashiko review) "
[PATCH 1/2] mm/userfaultfd: fix stale ops and VMA type mismatch after copy retry
2026-03-28 17:01 UTC (2+ messages)
` [PATCH 2/2] mm/userfaultfd: fix wrong likely() hint on mmap_changing check in move_pages()
[RFC PATCH 0/2] mm/damon/core: validate damos_quota_goal->nid
2026-03-28 13:42 UTC (8+ messages)
` [RFC PATCH 1/2] mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bp
` (sashiko review) "
` [RFC PATCH 2/2] mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bp
` (sashiko review) "
` (sashiko status) [RFC PATCH 0/2] mm/damon/core: validate damos_quota_goal->nid
[linux-next:master] BUILD SUCCESS WITH UNVERIFIED WARNING 3b058d1aeeeff27a7289529c4944291613b364e9
2026-03-28 11:37 UTC
[PATCH v1 07/10] mm/truncate: use folio_split() in truncate_inode_partial_folio()
2026-03-28 9:54 UTC (3+ messages)
[PATCH] mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch
2026-03-28 6:55 UTC
[PATCH] mm/page_owner: add warning when stack depth exceeds PAGE_OWNER_STACK_DEPTH
2026-03-28 21:16 UTC
[syzbot] [mm?] [cgroups?] WARNING in page_counter_uncharge (2)
2026-03-28 5:16 UTC (2+ messages)
` Request received
[PATCH] mm/slub: skip freelist construction for whole-slab bulk refill
2026-03-28 4:55 UTC
[PATCH] mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
2026-03-28 4:12 UTC (10+ messages)
[RFC PATCH v6] mm/damon: add synchronous commit for commit_inputs
2026-03-28 4:03 UTC (2+ messages)
(sashiko review) [RFC PATCH v6] mm/damon: add synchronous commit for commit_inputs
2026-03-28 4:02 UTC (2+ messages)
[PATCH v3 6/9] security: Hornet LSM
2026-03-28 2:55 UTC
[PATCH] mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRU
2026-03-28 2:38 UTC (5+ messages)
[PATCH v1 02/10] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
2026-03-28 2:29 UTC (4+ messages)
[PATCH 0/2] mm/damon/core: fix damon_call()/damos_walk() vs kdmond exit race
2026-03-28 0:51 UTC (6+ messages)
` [PATCH 1/2] mm/damon/core: fix damon_call() vs kdamond_fn() "
` (sashiko review) "
` [PATCH 2/2] mm/damon/core: fix damos_walk() "
` (sashiko status) [PATCH 0/2] mm/damon/core: fix damon_call()/damos_walk() vs kdmond "
[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-03-28 0:40 UTC (6+ messages)
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test
[PATCH] mm/hugetlb: restore reservation on error in hugetlb_mfill_atomic_pte() resubmission path
2026-03-28 0:35 UTC (2+ messages)
[PATCH v2] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
2026-03-28 0:28 UTC (3+ messages)
[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
2026-03-28 0:21 UTC (7+ messages)
` [PATCH 1/4] "
[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
2026-03-27 23:39 UTC (3+ messages)
` [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
[PATCH v6 0/6] Use killable vma write locking in most places
2026-03-27 23:12 UTC (8+ messages)
` [PATCH v6 1/6] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v6 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v6 3/6] mm/khugepaged: use vma_start_write_killable() in collapse_huge_page()
` [PATCH v6 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v6 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
` [PATCH v6 6/6] KVM: PPC: use vma_start_write_killable() in kvmppc_memslot_page_merge()
[RFC PATCH v3 0/2] mm/damon/core: fix damon_call()/damos_walk() vs kdmond exit race
2026-03-27 22:57 UTC (2+ messages)
` (sashiko status) "
DAMON Beer/Coffee/Tea chat reminder for the week of 2026-03-30
2026-03-27 21:48 UTC
[PATCH] MAINTAINERS: update MGLRU entry to reflect current status
2026-03-27 21:15 UTC (2+ messages)
[PATCH v5 0/6] Use killable vma write locking in most places
2026-03-27 21:00 UTC (7+ messages)
[PATCH 1/1] mm/vmscan: prevent MGLRU reclaim from pinning address space
2026-03-27 20:12 UTC (7+ messages)
[PATCH v2 0/8] mm: use spinlock guards for zone lock
2026-03-27 20:11 UTC (10+ messages)
` [PATCH v2 1/8] mm: use zone lock guard in reserve_highatomic_pageblock()
` [PATCH v2 2/8] mm: use zone lock guard in unset_migratetype_isolate()
` [PATCH v2 3/8] mm: use zone lock guard in unreserve_highatomic_pageblock()
` [PATCH v2 4/8] mm: use zone lock guard in set_migratetype_isolate()
` [PATCH v2 5/8] mm: use zone lock guard in take_page_off_buddy()
` [PATCH v2 6/8] mm: use zone lock guard in put_page_back_buddy()
` [PATCH v2 7/8] mm: use zone lock guard in free_pcppages_bulk()
` [PATCH v2 8/8] mm: use zone lock guard in __offline_isolated_pages()
[PATCH v2 9/9] memblock: warn when freeing reserved memory before memory map is initialized
2026-03-27 19:54 UTC (4+ messages)
` Warning from free_reserved_area() in next-20260325+
[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
2026-03-27 19:53 UTC (14+ messages)
[PATCH v4 0/3] mm: Free contiguous order-0 pages efficiently
2026-03-27 19:42 UTC (6+ messages)
` [PATCH v4 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v4 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()
[PATCH v8 0/6] mm/vmalloc: free unused pages on vrealloc() shrink
2026-03-27 19:31 UTC (3+ messages)
[PATCH v2 0/2] zswap pool per-CPU acomp_ctx simplifications
2026-03-27 19:30 UTC (4+ messages)
` [PATCH v2 2/2] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool
[PATCH] mm/percpu, memcontrol: Per-memcg-lruvec percpu accounting
2026-03-27 19:19 UTC
[PATCH v5 2/4] mm: swap: associate swap devices with tiers
2026-03-27 19:06 UTC (2+ messages)
[PATCH] sched/numa, mm: Skip page promotion if cpu pid is valid
2026-03-27 18:54 UTC (3+ messages)
[PATCH v2] mm/mseal: update VMA end correctly on merge
2026-03-27 18:29 UTC (3+ messages)
[PATCH v5 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
2026-03-27 18:25 UTC (3+ messages)
` [PATCH v5 2/8] selftests/cgroup: avoid OOM in test_swapin_nozswap
[PATCH] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
2026-03-27 18:22 UTC (2+ messages)
[PATCH v4 0/7] selftests/cgroup: improve zswap tests robustness and support large page sizes
2026-03-27 18:21 UTC (3+ messages)
` [PATCH v4 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
2026-03-27 18:11 UTC (2+ messages)
[PATCH] mm/damon: introduce DAMON-based NUMA memory tiering module
2026-03-27 17:45 UTC (2+ messages)
[PATCH v3 00/10] liveupdate: Fix module unloading and unregister API
2026-03-27 17:24 UTC (4+ messages)
` [PATCH v3 10/10] liveupdate: Defer file handler module refcounting to active sessions
[PATCH mm-hotfixes] mm/mseal: update VMA end correctly on merge
2026-03-27 17:23 UTC (5+ messages)
Mapping non-pinned memory from one Xen domain into another
2026-03-27 17:18 UTC (5+ messages)
[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
2026-03-27 16:26 UTC (4+ messages)
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
2026-03-27 16:24 UTC (11+ messages)
` [REGRESSION] "
[PATCH v2 0/1] mm: reinstate unconditional writeback start in balance_dirty_pages()
2026-03-27 16:24 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH v1 0/1] mm: start background writeback based on per-wb threshold for strictlimit BDIs
2026-03-27 16:07 UTC (6+ messages)
` [PATCH v1 1/1] "
[PATCH v3 0/3] fix unexpected type conversions and potential overflows
2026-03-27 15:49 UTC (3+ messages)
` [PATCH v3 3/3] mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_size()
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