summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-18mm: remove '!root_reclaim' checking in should_abort_scan()Zhaoyang Huang1-4/+0
2026-04-18mm/sparse: fix comment for section map alignmentMuchun Song1-15/+10
2026-04-18mm/page_io: use sio->len for PSWPIN accounting in sio_read_complete()David Carlier1-1/+1
2026-04-18selftests/mm: transhuge_stress: skip the test when thp not availableChunyu Hu1-0/+4
2026-04-18selftests/mm: split_huge_page_test: skip the test when thp is not availableChunyu Hu1-0/+4
2026-04-18selftests/mm/vm_util: robust write_file()Chunyu Hu1-3/+12
2026-04-18selftests/mm: move write_file helper to vm_utilChunyu Hu5-48/+20
2026-04-18selftests/mm: soft-dirty: skip two tests when thp is not availableChunyu Hu1-1/+3
2026-04-18selftests/mm/guard-regions: skip collapse test when thp not enabledChunyu Hu1-0/+4
2026-04-18userfaultfd: mfill_atomic(): remove retry logicMike Rapoport (Microsoft)1-27/+0
2026-04-18shmem, userfaultfd: implement shmem uffd operations using vm_uffd_opsMike Rapoport (Microsoft)4-155/+106
2026-04-18userfaultfd: introduce vm_uffd_ops->alloc_folio()Mike Rapoport (Microsoft)2-44/+54
2026-04-18shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUEMike Rapoport (Microsoft)3-17/+39
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)5-10/+69
2026-04-18userfaultfd: move vma_can_userfault out of lineMike Rapoport (Microsoft)2-33/+35
2026-04-18userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()Mike Rapoport (Microsoft)1-24/+51
2026-04-18userfaultfd: introduce mfill_get_vma() and mfill_put_vma()Mike Rapoport (Microsoft)1-50/+75
2026-04-18userfaultfd: introduce mfill_establish_pmd() helperMike Rapoport (Microsoft)1-50/+52
2026-04-18userfaultfd: introduce struct mfill_stateMike Rapoport (Microsoft)1-66/+81
2026-04-18userfaultfd: introduce mfill_copy_folio_locked() helperMike Rapoport (Microsoft)1-24/+35
2026-04-18mm/memfd_luo: remove folio from page cache when accounting failsChenghao Duan1-1/+3
2026-04-18mm/memfd_luo: fix physical address conversion in put_folios cleanupChenghao Duan1-1/+6
2026-04-18mm/memfd_luo: use i_size_write() to set inode size during retrieveChenghao Duan1-1/+1
2026-04-18mm/memfd_luo: remove unnecessary memset in zero-size memfd pathChenghao Duan1-1/+0
2026-04-18mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve pathChenghao Duan1-2/+6
2026-04-18mm/memfd: use folio_nr_pages() for shmem inode accountingChenghao Duan1-4/+6
2026-04-18mm/sparse: fix preinited section_mem_map clobbering on failure pathMuchun Song1-1/+0
2026-04-18zram: do not forget to endio for partial discard requestsSergey Senozhatsky1-1/+2
2026-04-18lib: test_hmm: implement a device release methodAlistair Popple1-3/+15
2026-04-18selftests/mm: hmm-tests: don't hardcode THP size to 2MBAlistair Popple1-67/+16
2026-04-18lib: test_hmm: evict device pages on file close to avoid use-after-freeAlistair Popple1-50/+62
2026-04-18selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatibleLi Wang1-22/+69
2026-04-18tools/testing/selftests: add merge test for partial msealed rangeLorenzo Stoakes (Oracle)1-0/+88
2026-04-18mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()Jackie Liu1-11/+12
2026-04-18Docs/admin-guide/mm/damon/lru_sort: warn commit_inputs vs param updates raceSeongJae Park1-0/+4
2026-04-18Docs/admin-guide/mm/damon/reclaim: warn commit_inputs vs param updates raceSeongJae Park1-0/+4
2026-04-18mm/damon/core: use time_in_range_open() for damos quota window startSeongJae Park1-1/+2
2026-04-18mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bpSeongJae Park1-0/+7
2026-04-18mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bpSeongJae Park1-0/+12
2026-04-18mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()Jackie Liu1-1/+4
2026-04-18mm/damon/core: fix damos_walk() vs kdamond_fn() exit raceSeongJae Park2-7/+15
2026-04-18mm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park2-31/+15
2026-04-18mm: zswap: tie per-CPU acomp_ctx lifetime to the poolKanchana P. Sridhar1-100/+80
2026-04-18mm: zswap: remove redundant checks in zswap_cpu_comp_dead()Kanchana P. Sridhar1-2/+10
2026-04-18mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge4-2/+121
2026-04-18mm/vmscan: prevent MGLRU reclaim from pinning address spaceSuren Baghdasaryan1-2/+3
2026-04-18liveupdate: defer file handler module refcounting to active sessionsPasha Tatashin1-12/+12
2026-04-18liveupdate: make unregister functions return voidPasha Tatashin3-28/+11
2026-04-18liveupdate: remove liveupdate_test_unregister()Pasha Tatashin3-22/+0
2026-04-18liveupdate: auto unregister FLBs on file handler unregistrationPasha Tatashin3-39/+60