linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-22 21:03:42 to 2025-06-23 15:50:29 UTC [more...]

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-23 15:50 UTC  (47+ messages)
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH RFC 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH RFC 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH RFC 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH RFC 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH RFC 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH RFC 25/29] mm: simplify folio_expected_ref_count()
` [PATCH RFC 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH RFC 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"

[PATCHv6 07/16] x86/vsyscall: Reorganize the #PF emulation code
 2025-06-23 15:45 UTC  (7+ messages)

[PATCH RFC 0/2] madvise anon_name cleanups
 2025-06-23 15:39 UTC  (4+ messages)
` [PATCH RFC 1/2] mm, madvise: simplify anon_name handling
` [PATCH RFC 2/2] mm, madvise: move prctl_set_vma() to mm/madvise.c

[PATCH net-next v6 0/9] Split netmem from struct page
 2025-06-23 15:25 UTC  (15+ messages)
` [PATCH net-next v6 1/9] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v6 6/9] netmem: remove __netmem_get_pp()
` [PATCH net-next v6 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
 2025-06-23 15:18 UTC  (5+ messages)
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s

[PATCH 0/3] use vm_flags_t consistently
 2025-06-23 15:17 UTC  (13+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

[syzbot] [mm?] kernel BUG in sanity_check_pinned_pages
 2025-06-23 15:11 UTC  (8+ messages)

[RFC PATCH v2 0/2] mm/damon/paddr: Allow interleaving in migrate_{hot,cold} actions
 2025-06-23 14:57 UTC  (3+ messages)

[RFC PATCH v2 0/2] mm/damon/paddr: Allow interleaving in migrate_{hot,cold} actions
 2025-06-23 14:39 UTC  (3+ messages)

[PATCH v3 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-06-23 14:39 UTC  (9+ messages)
` [PATCH v3 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "
` [PATCH v3 2/2] mm: shmem: disallow hugepages if the system-wide shmem "

[PATCH] selftests/mm: add test for (BATCH_PROCESS)MADV_DONTNEED
 2025-06-23 14:39 UTC  (2+ messages)

[PATCH] mm/vmalloc: leave lazy MMU mode on PTE mapping error
 2025-06-23 14:30 UTC  (6+ messages)

[PATCH] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-23 14:28 UTC  (14+ messages)

[PATCH V2] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-23 14:28 UTC  (6+ messages)

[RFC PATCH v2 2/2] mm/damon/paddr: Allow multiple migrate targets
 2025-06-23 14:27 UTC  (6+ messages)

AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN
 2025-06-23 14:16 UTC  (9+ messages)
` Reorganising how the networking layer handles memory
  ` MSG_ZEROCOPY and the O_DIRECT vs fork() race
          ` How to handle P2P DMA with only {physaddr,len} in bio_vec?

[PATCH v2 0/5] Misc rework on hugetlb faulting path
 2025-06-23 14:13 UTC  (7+ messages)
` [PATCH v2 1/5] mm,hugetlb: Change mechanism to detect a COW on private mapping
` [PATCH v2 2/5] mm,hugetlb: Sort out folio locking in the faulting path
` [PATCH v2 3/5] mm,hugetlb: Rename anon_rmap to new_anon_folio and make it boolean

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-06-23 14:04 UTC  (4+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()

[PATCH] khugepaged: Optimize collapse_pte_mapped_thp() for large folios by PTE batching
 2025-06-23 14:01 UTC  (9+ messages)

[PATCH 0/4] mm/userfaultfd: modulize memory types
 2025-06-23 13:59 UTC  (6+ messages)
` [PATCH 1/4] mm: Introduce vm_uffd_ops API

[PATCH] selftests/mm: add test for (BATCH_PROCESS)MADV_DONTNEED
 2025-06-23 13:56 UTC  (4+ messages)

[PATCHv6 01/16] x86/cpu: Enumerate the LASS feature bits
 2025-06-23 13:42 UTC  (6+ messages)

[linus:master] [lib/test_vmalloc.c] 2d76e79315: Kernel_panic-not_syncing:Fatal_exception
 2025-06-23 13:20 UTC  (14+ messages)
` Kernel crash due to alloc_tag_top_users() being called when !mem_profiling_support?
` CONFIG_TEST_VMALLOC=y conflict/race with alloc_tag_init

[PATCH 6.1 001/508] mm/uffd: fix vma operation where start addr cuts part of vma
 2025-06-23 13:00 UTC 

[syzbot] [mm?] KASAN: slab-use-after-free Read in do_sync_mmap_readahead
 2025-06-23 12:51 UTC  (2+ messages)

Subject: [PATCH] selftests/mm: add test for (BATCH_PROCESS)MADV_DONTNEED
 2025-06-23 12:45 UTC  (3+ messages)

[PATCH v2 00/11] Various slab improvements
 2025-06-23 12:28 UTC  (2+ messages)

[PATCH V2 1/2] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
 2025-06-23 12:22 UTC  (3+ messages)
` [PATCH V2 2/2] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies

[RFC v2 05/16] luo: luo_core: integrate with KHO
 2025-06-23 11:29 UTC  (12+ messages)

[PATCH] mm/zswap: export zswap API to modules
 2025-06-23 10:10 UTC  (4+ messages)

[PATCH] mm: move mask update out of the atomic context
 2025-06-23 10:09 UTC  (4+ messages)

[RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
 2025-06-23 10:01 UTC  (15+ messages)
` [PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()
` [PATCH 2/2] filemap: Add __filemap_get_folio_mpol()

[PATCH v3 2/2] libnvdimm: add nd_e820.pmem automatic devdax conversion
 2025-06-23 10:00 UTC 

[akpm-mm:mm-nonmm-unstable 65/66] lib/raid6/recov_rvv.c:168:24: error: use of undeclared identifier 'raid6_empty_zero_page'
 2025-06-23  9:38 UTC 

[PATCH] mm/balloon_compaction: update Chinese docs for movable_ops
 2025-06-23  9:38 UTC  (11+ messages)
` [PATCH v2] "

[PATCH v3 0/4] mm: ksm: prevent KSM from breaking merging of new VMAs
 2025-06-23  9:18 UTC  (7+ messages)
` [PATCH v3 3/4] mm: prevent KSM from breaking VMA merging for "

[PATCH] ksm_tests: Skip hugepage test when Transparent Hugepages are disabled
 2025-06-23  9:01 UTC  (2+ messages)

[PATCH RFC] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE accounting
 2025-06-23  8:54 UTC  (3+ messages)

[PATCH 1/2] mm: add gpu active/reclaim per-node stat counters (v2)
 2025-06-23  8:54 UTC  (2+ messages)

[PATCH] mm/selftests: improve UFFD-WP feature detection in KSM test
 2025-06-23  8:33 UTC  (2+ messages)

[PATCH] mm: unexport globally copy_to_kernel_nofault
 2025-06-23  8:09 UTC  (6+ messages)
` [PATCH v2] "

[akpm-mm:mm-nonmm-unstable 73/79] lib/raid6/recov_rvv.c:168:31: error: 'raid6_empty_zero_page' undeclared; did you mean 'raid6_get_zero_page'?
 2025-06-23  6:42 UTC 

[PATCH] mm: Add Kcompressd for accelerated memory compression
 2025-06-23  5:16 UTC  (2+ messages)

[PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
 2025-06-23  4:55 UTC  (13+ messages)

[bug report] kernel BUG at mm/hugetlb.c:5880! triggered by blktests nvme/029
 2025-06-23  4:35 UTC 

[PATCH v2 0/4] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-06-23  3:40 UTC  (10+ messages)
` [PATCH v2 1/4] mm/shmem, swap: improve cached mTHP handling and fix potential hung
` [PATCH v2 3/4] mm/shmem, swap: improve mthp swapin process

[PATCH 3/3] samples/damon: fix bugs for damon sample for start failures
 2025-06-23  3:16 UTC  (2+ messages)

[PATCH 2/3] samples/damon: change enable parameters to enabled
 2025-06-23  3:04 UTC  (2+ messages)

[PATCH 1/3] mm/damon: do not allow creating zero size region
 2025-06-23  2:58 UTC  (2+ messages)

[PATCH v2] lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()
 2025-06-23  2:01 UTC  (4+ messages)
`  "

[GIT PULL] hotfixes for 6.16-rc4
 2025-06-23  1:55 UTC 

[Hypervisor Live Update] Notes from June 16, 2025
 2025-06-23  0:09 UTC 

[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
 2025-06-22 22:50 UTC  (2+ messages)

[PATCH linux next] tools/accounting/delaytop: add delaytop to record top-n task delay
 2025-06-22 22:48 UTC  (2+ messages)

[PATCH v3] mm/alloc_tag: Fix the kmemleak false positive issue in the allocation of the percpu variable tag->counters
 2025-06-22 22:40 UTC  (3+ messages)

[PATCH v6] arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_get
 2025-06-22 22:34 UTC  (4+ messages)

[PATCH 0/5] mm/damon: decouple sysfs from core
 2025-06-22 21:37 UTC  (6+ messages)
` [PATCH 1/5] mm/damon/sysfs-schemes: decouple from damos_quota_goal_metric
` [PATCH 2/5] mm/damon/sysfs-schemes: decouple from damos_action
` [PATCH 3/5] mm/damon/sysfs-schemes: decouple from damos_wmark_metric
` [PATCH 4/5] mm/damon/sysfs-schemes: decouple from damos_filter_type
` [PATCH 5/5] mm/damon/sysfs: decouple from damon_ops_id

[PATCH v10 01/13] x86/um: nommu: elf loader for fdpic
 2025-06-22 21:32 UTC 

[RFC PATCH 0/6] selftests/damon: add python and drgn based DAMON sysfs functionality tests
 2025-06-22 21:03 UTC  (6+ messages)
` [RFC PATCH 2/6] selftests/damon/_damon_sysfs: set Kdamond.pid in start()
` [RFC PATCH 3/6] selftests/damon: add python and drgn-based DAMON sysfs test
` [RFC PATCH 4/6] selftests/damon/sysfs.py: test monitoring attribute parameters
` [RFC PATCH 5/6] selftests/damon/sysfs.py: test adaptive targets parameter
` [RFC PATCH 6/6] selftests/damon/sysfs.py: test DAMOS schemes parameters setup


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).