Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-20 03:34:31 to 2024-03-21 04:42:44 UTC [more...]

[bug report] mm/zswap :memory corruption after zswap_load()
 2024-03-21  4:42 UTC  (2+ messages)

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-21  4:39 UTC  (19+ messages)
` [PATCH v4 2/6] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
` [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders
` [PATCH v4 6/6] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD

[RFC] Storing same-filled pages without a zswap_entry
 2024-03-21  4:26 UTC  (8+ messages)

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-21  4:23 UTC  (16+ messages)
` [RFC PATCH v3 5/5] mm: support large folios swapin as a whole

[syzbot] [mm?] kernel BUG in const_folio_flags
 2024-03-21  4:04 UTC 

zswap doing io in GFP_NOIO reclaim context
 2024-03-21  3:54 UTC 

[PATCH v2] mm/slub: mark racy accesses on slab->slabs
 2024-03-21  3:48 UTC 

[PATCH 0/6] Improve visibility of writeback
 2024-03-21  3:45 UTC  (15+ messages)
` [PATCH 1/6] writeback: collect stats of all wb of bdi in bdi_debug_stats_show
` [PATCH 2/6] writeback: support retrieving per group debug writeback stats of bdi
` [PATCH 3/6] workqueue: remove unnecessary import and function in wq_monitor.py
` [PATCH 4/6] writeback: add wb_monitor.py script to monitor writeback info on bdi
` [PATCH 6/6] writeback: remove unneeded GDTC_INIT_NO_WB

[PATCH v1 00/11] mm: migrate: support poison recover from migrate folio
 2024-03-21  3:35 UTC  (13+ messages)
` [PATCH v1 01/11] mm: migrate: simplify __buffer_migrate_folio()
` [PATCH v1 02/11] mm: migrate_device: use more folio in __migrate_device_pages()
` [PATCH v1 03/11] mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPY
` [PATCH v1 04/11] mm: migrate: remove migrate_folio_extra()
` [PATCH v1 05/11] mm: remove MIGRATE_SYNC_NO_COPY mode
` [PATCH v1 06/11] mm: migrate: split folio_migrate_mapping()
` [PATCH v1 07/11] mm: add folio_mc_copy()
` [PATCH v1 08/11] mm: migrate: support poisoned recover from migrate folio
` [PATCH v1 09/11] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio()
` [PATCH v1 10/11] mm: migrate: remove folio_migrate_copy()
` [PATCH v1 11/11] fs: aio: add explicit check for large folio in aio_migrate_folio()

[PATCH V2] mm/page-flags: make __PageMovable return bool
 2024-03-21  3:22 UTC 

[PATCH] mm/slub: mark racy accesses on slab->slabs
 2024-03-21  3:12 UTC  (3+ messages)

[PATCH v2] mm/page-flags: make PageMappingFlags return bool
 2024-03-21  3:12 UTC  (2+ messages)

[PATCH v8] zswap: replace RB tree with xarray
 2024-03-21  3:07 UTC  (2+ messages)

[PATCH 01/11] mm/ksm: Convert get_ksm_page to return a folio
 2024-03-21  2:07 UTC  (17+ messages)
` [PATCH 02/11] mm/ksm: use a folio in remove_rmap_item_from_tree
` [PATCH 03/11] mm/ksm: use a folio in remove_stable_node
` [PATCH 04/11] mm/ksm: use folio in stable_node_dup
` [PATCH 05/11] mm/ksm: use a folio in scan_get_next_rmap_item func
` [PATCH 06/11] mm/ksm: use folio in write_protect_page
` [PATCH 07/11] mm/ksm: Convert chain series funcs to use folio
` [PATCH 08/11] mm/ksm: Convert stable_tree_insert "
` [PATCH 09/11] mm/ksm: Convert stable_tree_search "
` [PATCH 10/11] mm/ksm: rename get_ksm_page to get_ksm_folio and return type
` [PATCH 11/11] mm/ksm: return folio for chain series funcs

[PATCH] binfmt: replace deprecated strncpy with strscpy_pad
 2024-03-21  0:10 UTC 

[PATCH] mm: remove CONFIG_MEMCG_KMEM
 2024-03-20 23:45 UTC  (3+ messages)

[PATCH v3] kpageflags: respect folio head-page flag placement
 2024-03-20 23:40 UTC  (3+ messages)

[PATCH v2 0/2] page_owner: Refcount fixups
 2024-03-20 23:37 UTC  (11+ messages)
` [PATCH v2 1/2] mm,page_owner: Fix refcount imbalance
` [PATCH v2 2/2] mm,page_owner: Fix accounting of pages when migrating

[PATCH v3 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-20 23:27 UTC  (5+ messages)
` [PATCH v3 1/2] memory tier: dax/kmem: create CPUless memory tiers after obtaining HMAT info
    ` [External] "
` [PATCH v3 2/2] memory tier: dax/kmem: abstract memory types put

[PATCH] mm/memcontrol: stop resize loop if limit was changed again
 2024-03-20 22:38 UTC  (8+ messages)

[PATCH v1 0/5] riscv: Introduce compat-mode helpers & improve arch_get_mmap_end()
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH v2 0/3] riscv: mm: Use hint address in mmap if available
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH] exec: fix linux_binprm::exec in transfer_args_to_stack()
 2024-03-20 20:31 UTC  (3+ messages)

[PATCH 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-20 20:24 UTC  (9+ messages)
  ` [PATCH 09/13] mm/powerpc: Redefine pXd_huge() with pXd_leaf()

[PATCH v7] zswap: replace RB tree with xarray
 2024-03-20 20:12 UTC  (14+ messages)

[PATCH v2 1/3] mm: kmsan: implement kmsan_memmove()
 2024-03-20 20:02 UTC  (5+ messages)
` [PATCH v2 2/3] instrumented.h: add instrument_memcpy_before, instrument_memcpy_after
` [PATCH v2 3/3] x86: call instrumentation hooks from copy_mc.c

[PATCH] usercopy: delete __noreturn from usercopy_abort
 2024-03-20 19:42 UTC  (12+ messages)
` [PATCH] ARM: unwind: improve unwinders for noreturn case
` [PATCH v2] "
` [PATCH v3] "

[LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-20 19:33 UTC  (17+ messages)
` [Lsf-pc] "

[PATCH 1/2] mm: zswap: increase shrinking protection for zswap swapins only
 2024-03-20 19:32 UTC  (5+ messages)

[PATCH v3 0/4] Memory management patches needed by Rust Binder
 2024-03-20 18:39 UTC  (3+ messages)
` [PATCH v3 1/4] rust: uaccess: add userspace pointers

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-03-20 18:02 UTC  (11+ messages)
` [PATCH 01/10] mm: page_alloc: remove pcppage migratetype caching
` [PATCH 02/10] mm: page_alloc: optimize free_unref_folios()
` [PATCH 03/10] mm: page_alloc: fix up block types when merging compatible blocks
` [PATCH 04/10] mm: page_alloc: move free pages when converting block during isolation
` [PATCH 05/10] mm: page_alloc: fix move_freepages_block() range error
` [PATCH 06/10] mm: page_alloc: fix freelist movement during block conversion
` [PATCH 07/10] mm: page_alloc: close migratetype race between freeing and stealing
` [PATCH 08/10] mm: page_alloc: set migratetype inside move_freepages()
` [PATCH 09/10] mm: page_isolation: prepare for hygienic freelists
` [PATCH 10/10] mm: page_alloc: consolidate free page accounting

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-03-20 17:28 UTC  (3+ messages)
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-20 16:56 UTC  (3+ messages)

[RFC] A new per-cpu memory allocator for userspace in librseq
 2024-03-20 16:26 UTC 

[PATCH v4] mm/migrate: split source folio if it is on deferred split list
 2024-03-20 16:24 UTC  (3+ messages)

[PATCH v4] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
 2024-03-20 16:02 UTC  (2+ messages)

[akpm-mm:mm-unstable 26/52] mm/internal.h:1128:1: warning: control reaches end of non-void function
 2024-03-20 15:51 UTC 

[akpm-mm:mm-nonmm-unstable 15/17] lib/cpumask.c:61: warning: cannot understand function prototype: 'struct kmem_cache *cpumask_cache __ro_after_init; '
 2024-03-20 15:51 UTC 

[linux-next:master] BUILD REGRESSION 72fb52fb0ac44b6a1edd9bc390e44bce3acccd26
 2024-03-20 15:25 UTC 

[akpm-mm:mm-unstable 26/52] mm/internal.h:1117:30: error: 'struct mem_cgroup' has no member named 'deferred_split_queue'
 2024-03-20 15:12 UTC  (2+ messages)

[akpm-mm:mm-unstable 26/52] mm/internal.h:1127:22: error: 'struct pglist_data' has no member named 'deferred_split_queue'
 2024-03-20 15:02 UTC  (2+ messages)

[akpm-mm:mm-unstable 47/52] mm/mempolicy.c:2733: warning: Function parameter or struct member 'vmf' not described in 'mpol_misplaced'
 2024-03-20 14:59 UTC 

[PATCH 0/6] mm/mm_init.c: refactor free_area_init_core()
 2024-03-20 13:14 UTC  (10+ messages)
` [PATCH 2/6] x86: remove memblock_find_dma_reserve()
` [PATCH 4/6] mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_area_init_core()

[PATCH RESEND] tmpfs: Fix race on handling dquot rbtree
 2024-03-20 12:39 UTC 

[PATCH v2 0/3] mm/damon: Profiling enhancements for DAMON
 2024-03-20 12:31 UTC  (3+ messages)

[PATCH v1 1/3] mm: kmsan: implement kmsan_memmove()
 2024-03-20 12:06 UTC  (11+ messages)
` [PATCH v1 2/3] instrumented.h: add instrument_memcpy_before, instrument_memcpy_after
` [PATCH v1 3/3] x86: call instrumentation hooks from copy_mc.c

[PATCH 01/12] mm/ksm: catch tail page abnormal in page_stable_node
 2024-03-20 12:03 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD SUCCESS ad58b0c356a015c7b302d1416f6dc0521ed6f2a7
 2024-03-20 11:38 UTC 

[PATCH] mm: page_alloc: control latency caused by zone PCP draining
 2024-03-20 10:44 UTC  (3+ messages)

[PATCH v2 0/3] make the hugetlb migration strategy consistent
 2024-03-20 10:06 UTC  (3+ messages)
` [PATCH v2 2/3] mm: hugetlb: "

[PATCH 0/4] mm/filemap: optimize folio adding and splitting
 2024-03-20  9:06 UTC  (4+ messages)
` [PATCH 4/4] mm/filemap: optimize filemap folio adding

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-20  8:55 UTC  (11+ messages)

[PATCH v3 4/4] rust: add abstraction for `struct page`
 2024-03-20  8:46 UTC  (2+ messages)

[PATCH] config/mips: support zswap function
 2024-03-20  7:28 UTC 

Mr Yasser
 2024-03-20  7:16 UTC 

ZONE_DEVICE refcounting
 2024-03-20  5:20 UTC  (3+ messages)

[RFC v3 0/3] move_phys_pages syscall - migrate page contents given
 2024-03-20  6:01 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).