linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-16 05:33:01 to 2025-08-18 12:04:27 UTC [more...]

[PATCH v2 0/5] add persistent huge zero folio support
 2025-08-18 12:04 UTC  (9+ messages)
` [PATCH v2 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH v2 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH v2 3/5] mm: add persistent huge zero folio
` [PATCH v2 4/5] mm: add largest_zero_folio() routine

[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-18 12:03 UTC  (5+ messages)

[syzbot] [fs?] [mm?] INFO: task hung in v9fs_file_fsync
 2025-08-18 11:44 UTC  (2+ messages)

[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
 2025-08-18 11:28 UTC  (4+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP

[PATCH v2] mm: slub: avoid wake up kswapd in set_track_prepare
 2025-08-18 11:25 UTC  (11+ messages)
    `  "
    `  "
      `  "
        `  "
          `  "
            `  "
              `  "

remove write_cache_pages()
 2025-08-18 11:17 UTC  (5+ messages)
` [PATCH 1/3] ntfs3: stop using write_cache_pages
` [PATCH 2/3] bcachefs: "
` [PATCH 3/3] mm: remove write_cache_pages

[PATCH v5 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-18 10:43 UTC  (10+ messages)
` [PATCH v5 5/7] selftest/mm: Extract sz2ord function into vm_util.h
` [PATCH v5 6/7] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v5 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise

[akpm-mm:mm-new 166/188] arch/arm/mm/flush.c:307:41: error: incompatible pointer types passing 'memdesc_flags_t *' to parameter of type 'volatile unsigned long *'
 2025-08-18 10:17 UTC 

[PATCH v5 00/14] SLUB percpu sheaves
 2025-08-18 10:09 UTC  (9+ messages)
` [PATCH v5 01/14] slab: add opt-in caching layer of "

[PATCH 1/3] mpage: terminate read-ahead on read error
 2025-08-18 10:04 UTC  (3+ messages)

[PATCH v4 0/2] introduce kasan.write_only option in hw-tags
 2025-08-18  9:53 UTC  (5+ messages)
` [PATCH v4 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v4 2/2] kasan: apply write-only mode in kasan kunit testcases

[RFC PATCH 0/6] Remove XA_ZERO from error recovery of
 2025-08-18  9:44 UTC  (2+ messages)

[PATCH v2 13/20] x86/mm: enable page table sharing
 2025-08-18  9:44 UTC  (2+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
 2025-08-18  9:42 UTC  (2+ messages)

[PATCH v2] asm-generic: Remove pud_user() from pgtable-nopmd.h
 2025-08-18  9:35 UTC 

[PATCH v4] mm: Fix possible deadlock in kmemleak
 2025-08-18  9:09 UTC 

[PATCH] mm/numa: Rename memory_add_physaddr_to_nid to memory_get_phys_to_nid
 2025-08-18  8:34 UTC  (5+ messages)

[PATCH v4 0/5] Better split_huge_page_test result check
 2025-08-18  8:33 UTC  (7+ messages)
` [PATCH v4 2/5] selftests/mm: mark all functions static in split_huge_page_test.c
` [PATCH v4 3/5] selftests/mm: reimplement is_backed_by_thp() with more precise check

[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-18  8:16 UTC  (7+ messages)
` [PATCH v2 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v2 2/8] selftests/mm: protection_keys: Fix dead code
` [PATCH v2 4/8] selftests/mm: Add -Wunused family of flags

[PATCH v7 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
 2025-08-18  7:56 UTC  (2+ messages)

[PATCH V5 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
 2025-08-18  7:50 UTC  (8+ messages)
` [PATCH V5 mm-hotfixes 1/3] mm: move page table sync declarations to linux/pgtable.h
` [PATCH V5 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH V5 mm-hotfixes 3/3] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()

[PATCH][v2] mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0
 2025-08-18  7:46 UTC  (4+ messages)

[PATCH v2] of_numa: fix uninitialized memory nodes causing kernel panic
 2025-08-18  7:43 UTC  (4+ messages)

[PATCH v3 0/2] introduce kasan.write_only option in hw-tags
 2025-08-18  7:18 UTC  (5+ messages)
` [PATCH v3 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v3 2/2] kasan: apply write-only mode in kasan kunit testcases

[PATCH v3 0/5] add persistent huge zero folio support
 2025-08-18  6:57 UTC  (11+ messages)

[PATCH 0/4] mm/mm_init: simplify deferred init of struct pages
 2025-08-18  6:46 UTC  (5+ messages)
` [PATCH 1/4] mm/mm_init: use deferred_init_memmap_chunk() in deferred_grow_zone()
` [PATCH 2/4] mm/mm_init: deferred_init_memmap: use a job per zone
` [PATCH 3/4] mm/mm_init: drop deferred_init_maxorder()
` [PATCH 4/4] memblock: drop for_each_free_mem_pfn_range_in_zone_from()

[Patch v3 0/2] assert rmap behaves as expected
 2025-08-18  6:40 UTC  (5+ messages)
` [Patch v3 1/2] selftests/mm: put general ksm operation into vm_util
` [Patch v3 2/2] selftests/mm: assert rmap behave as expected

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-18  6:26 UTC  (15+ messages)
` [PATCH v4 02/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v4 06/18] x86: Reset tag for virtual to physical address conversions
` [PATCH v4 07/18] mm: x86: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v4 13/18] kasan: arm64: x86: Handle int3 for inline KASAN reports

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-08-18  6:04 UTC  (3+ messages)
      ` [PATCH v14] "
          ` [PATCH v15] "

[RFC PATCH v5 mm-new 0/5] mm, bpf: BPF based THP order selection
 2025-08-18  5:55 UTC  (6+ messages)
` [RFC PATCH v5 mm-new 1/5] mm: thp: add support for "
` [RFC PATCH v5 mm-new 2/5] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [RFC PATCH v5 mm-new 3/5] mm: thp: add a new kfunc bpf_mm_get_task()
` [RFC PATCH v5 mm-new 4/5] bpf: mark vma->vm_mm as trusted
` [RFC PATCH v5 mm-new 5/5] selftest/bpf: add selftest for BPF based THP order seletection

[PATCH v3] mm: Fix possible deadlock in console_trylock_spinning
 2025-08-18  5:54 UTC  (6+ messages)

[PATCH] mm/cma: print total and used pages in cma_alloc()
 2025-08-18  5:30 UTC  (10+ messages)
          ` 答复: [External Mail]Re: "

[PATCH 0/8] __vmalloc() and no-block support
 2025-08-18  4:35 UTC  (9+ messages)
` [PATCH 3/8] mm/vmalloc: Support non-blocking GFP flags in alloc_vmap_area()
` [PATCH 4/8] mm/vmalloc: Remove cond_resched() in vm_area_alloc_pages()
` [PATCH 6/8] mm/vmalloc: Defer freeing partly initialized vm_struct
` [PATCH 7/8] mm/vmalloc: Support non-blocking GFP flags in __vmalloc_area_node()

[PATCH] mm:fix duplicate accounting of free pages in should_reclaim_retry()
 2025-08-18  2:39 UTC  (3+ messages)

[PATCH v4 0/7] selftests/mm: Fix false positives and skip unsupported tests
 2025-08-18  2:21 UTC  (19+ messages)
` [PATCH v4 1/7] mm/selftests: Fix incorrect pointer being passed to mark_range()
` [PATCH v4 2/7] selftests/mm: Add support to test 4PB VA on PPC64
` [PATCH v4 3/7] selftest/mm: Fix ksm_funtional_test failures
` [PATCH v4 4/7] mm/selftests: Fix split_huge_page_test failure on systems with 64KB page size
` [PATCH v4 5/7] selftests/mm: fix child process exit codes in ksm_functional_tests
` [PATCH v4 6/7] selftests/mm: skip thuge-gen test if system is not setup properly
` [PATCH v4 7/7] selftests/mm: skip hugepage-mremap test if userfaultfd unavailable

[Patch v2 0/2] assert rmap behaves as expected
 2025-08-18  2:20 UTC  (7+ messages)
` [Patch v2 1/2] selftests/mm: put general ksm operation into vm_util

[PATCH v4 0/3] mm/oom_kill: Only delay OOM reaper for processes using robust futexes
 2025-08-17 19:37 UTC  (3+ messages)
` [PATCH v4 2/3] "

[PATCH V4] mm/migrate: Fix NULL movable_ops if CONFIG_ZSMALLOC=m
 2025-08-17 17:34 UTC  (2+ messages)

[PATCH] mm/damon/tests/core-kunit: add damos_commit_filter test
 2025-08-17 17:16 UTC  (2+ messages)

[PATCH v2] mm/damon/Kconfig: make DAMON_STAT_ENABLED_DEFAULT depend on DAMON_STAT
 2025-08-17 17:04 UTC  (3+ messages)

[PATCH V3] mm/migrate: Fix NULL movable_ops if CONFIG_ZSMALLOC=m
 2025-08-17 10:15 UTC  (3+ messages)

[PATCH v2 0/3] introduce uncharged file mapped folios
 2025-08-17  8:34 UTC  (5+ messages)
` [PATCH v2 3/3] btrfs: set AS_UNCHARGED on the btree_inode
` [syzbot ci] Re: introduce uncharged file mapped folios

[PATCH] mm/migrate: Fix NULL movable_ops if CONFIG_ZSMALLOC=m
 2025-08-17  8:34 UTC  (12+ messages)

[PATCH] rust: alloc: fix missing import needed for `rusttest`
 2025-08-17  8:32 UTC  (2+ messages)

[PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-08-17  3:40 UTC  (8+ messages)

[Patch v2 0/2] mm/rmap: small cleanup for __folio_remove_rmap()
 2025-08-17  3:26 UTC  (3+ messages)
` [Patch v2 1/2] mm/rmap: not necessary to mask off FOLIO_PAGES_MAPPED
` [Patch v2 2/2] mm/rmap: use folio_large_nr_pages() when we are sure it is a large folio

[PATCH] mm/damon/sysfs-schemes: put damos dests dir after removing its files
 2025-08-16 19:35 UTC  (2+ messages)

[PATCH 0/4] mm/swap, memcg: Support per-cgroup swap device priorities
 2025-08-16 19:15 UTC  (10+ messages)
` [PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority

[PATCH v6] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-16 19:11 UTC 

[PATCH V2] mm/migrate: Fix NULL movable_ops if CONFIG_ZSMALLOC=m
 2025-08-16 17:42 UTC  (4+ messages)

[PATCH v2] mm/damon/core: fix damos_commit_filter not changing allow
 2025-08-16 16:10 UTC  (2+ messages)

[PATCH v2 mm-unstable] selftests/damon: change wrong json.dump usage to json.dumps
 2025-08-16 16:08 UTC  (2+ messages)

[PATCH] mm/damon/core: fix damos_commit_filter not changing allow
 2025-08-16 16:02 UTC  (2+ messages)

[PATCH v5] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-16 15:00 UTC  (6+ messages)

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-08-16 14:12 UTC  (7+ messages)
` [PATCH v6 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH 0/3] mm/rmap: small cleanup for __folio_remove_rmap()
 2025-08-16 14:03 UTC  (13+ messages)
` [PATCH 1/3] mm/rmap: not necessary to mask off FOLIO_PAGES_MAPPED
` [PATCH 2/3] mm/rmap: could be partially_mapped only after no entire map
` [PATCH 3/3] mm/rmap: use folio_large_nr_pages() when we are sure it is a large folio

[PATCH v3] mm/page_alloc: simplify lowmem_reserve max calculation
 2025-08-16 11:42 UTC  (3+ messages)

[PATCH] mm/gup: Drain batched mlock folio processing before attempting migration
 2025-08-16  8:15 UTC  (3+ messages)

[PATCH 6.17 0/3] mm/mremap: allow multi-VMA move for huge folio, find ineligible earlier
 2025-08-16  7:52 UTC  (3+ messages)
` [PATCH 6.17 2/3] mm/mremap: catch invalid multi VMA moves earlier

[syzbot] [mm?] KASAN: slab-use-after-free Read in mremap
 2025-08-16  7:32 UTC  (2+ messages)

[PATCH] mm/rmap: Always inline __folio_rmap_sanity_checks()
 2025-08-16  7:27 UTC  (3+ messages)

[RFC PATCH 0/7] add mTHP support for wp
 2025-08-16  6:40 UTC  (5+ messages)
` [RFC PATCH 6/7] mm: memory: "

[PATCH] MAINTAINERS: mark MGLRU as maintained
 2025-08-16  5:32 UTC  (5+ 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 NNTP newsgroup(s).