summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-253-6/+13
|\
| * mm/ksm: fix possible UAF of stable_nodeChengming Zhou2024-05-241-1/+2
| * mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin2024-05-241-2/+2
| * mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin2024-05-241-0/+7
| * mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu2024-05-241-3/+2
* | mseal: add mseal syscallJeff Xu2024-05-237-1/+431
|/
* Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-222-14/+5
|\
| * mm/page-owner: use gfp_nested_mask() instead of open coded maskingDave Chinner2024-05-191-6/+1
| * mm: lift gfp_kmemleak_mask() to gfp.hDave Chinner2024-05-191-8/+4
* | mm: simplify and improve print_vma_addr() outputLinus Torvalds2024-05-221-13/+6
* | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-211-27/+2
|\ \ | |/ |/|
| * swapon(2): open swap with O_EXCLAl Viro2024-05-021-17/+2
| * swapon(2)/swapoff(2): don't bother with block sizeAl Viro2024-05-021-11/+1
* | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-191-0/+11
|\ \
| * | mm: kmsan: implement kmsan_memmove()Alexander Potapenko2024-04-251-0/+11
| |/
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-1980-3657/+4650
|\ \
| * | memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_orderXiu Jianfeng2024-05-111-2/+0
| * | mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wpOscar Salvador2024-05-111-1/+1
| * | mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_faultOscar Salvador2024-05-111-1/+2
| * | mm: memcg: make alloc_mem_cgroup_per_node_info() return boolXiu Jianfeng2024-05-111-5/+5
| * | mm/damon/core: fix return value from damos_wmark_metric_valueAlex Rusuf2024-05-111-4/+5
| * | mm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPEDYosry Ahmed2024-05-111-6/+9
| * | mm/damon/core: initialize ->esz_bp from damos_quota_init_priv()SeongJae Park2024-05-111-0/+1
| * | thp: remove HPAGE_PMD_ORDER minimum assertionMatthew Wilcox (Oracle)2024-05-071-5/+0
| * | mm/vmscan: remove ignore_references argument of reclaim_folio_list()SeongJae Park2024-05-071-6/+4
| * | mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park2024-05-074-7/+7
| * | mm/damon/paddr: do page level access check for pageout DAMOS action on its ownSeongJae Park2024-05-071-4/+12
| * | mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a...SeongJae Park2024-05-071-1/+11
| * | mm/gup: fix hugepd handling in hugetlb reworkPeter Xu2024-05-071-25/+39
| * | mm/hugetlb: align cma on allocation order, not demotion orderFrank van der Linden2024-05-071-1/+1
| * | mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pagesBreno Leitao2024-05-071-9/+15
| * | mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-05-072-23/+28
| * | mm/debug_vm_pgtable: test pmd_leaf() behavior with pmd_mkinvalid()Ryan Roberts2024-05-071-0/+1
| * | memcg: use proper type for mod_memcg_stateShakeel Butt2024-05-071-1/+2
| * | memcg: warn for unexpected events and statsShakeel Butt2024-05-071-16/+23
| * | mm: cleanup WORKINGSET_NODES in workingsetShakeel Butt2024-05-071-3/+4
| * | memcg: cleanup __mod_memcg_lruvec_stateShakeel Butt2024-05-071-2/+0
| * | memcg: reduce memory for the lruvec and memcg statsShakeel Butt2024-05-071-20/+114
| * | mm: memcg: account memory used for memcg vmstats and lruvec statsRoman Gushchin2024-05-071-3/+4
| * | memcg: dynamically allocate lruvec_statsShakeel Butt2024-05-071-12/+75
| * | memcg: reduce memory size of mem_cgroup_events_indexShakeel Butt2024-05-071-2/+4
| * | mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisionsDavid Hildenbrand2024-05-071-0/+7
| * | mm/swapfile: mark racy access on si->highest_bitlinke li2024-05-051-1/+1
| * | mm/rmap: change the type of we_locked from int to boolHao Ge2024-05-051-1/+1
| * | mm/rmap: do not add fully unmapped large folio to deferred split listZi Yan2024-05-051-3/+10
| * | mm/damon/paddr: implement DAMOS filter type YOUNGSeongJae Park2024-05-051-0/+5
| * | mm/damon: add DAMOS filter type YOUNGSeongJae Park2024-05-051-0/+1
| * | mm/damon/paddr: implement damon_folio_mkold()SeongJae Park2024-05-051-11/+16
| * | mm/damon/paddr: implement damon_folio_young()SeongJae Park2024-05-051-13/+19
| * | mm: optimise vmf_anon_prepare() for VMAs without an anon_vmaMatthew Wilcox (Oracle)2024-05-051-4/+9