summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-1710-90/+59
|\
| * mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang2024-06-152-3/+2
| * mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu2024-06-151-26/+5
| * mm: fix possible OOB in numa_rebuild_large_mapping()Kefeng Wang2024-06-151-4/+10
| * mm/migrate: fix kernel BUG at mm/compaction.c:2761!Hugh Dickins2024-06-151-1/+7
| * mm: huge_memory: fix misused mapping_large_folio_support() for anon foliosRan Xiaokai2024-06-151-11/+17
| * Revert "mm: init_mlocked_on_free_v3"David Hildenbrand2024-06-154-44/+8
| * mm/page_table_check: fix crash on ZONE_DEVICEPeter Xu2024-06-151-1/+10
* | Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-171-2/+2
|\ \
| * | mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker2024-06-061-2/+2
* | | Merge tag 'fixes-2024-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-131-0/+4
|\ \ \ | |_|/ |/| |
| * | memblock: make memblock_set_node() also warn about use of MAX_NUMNODESJan Beulich2024-05-311-0/+4
| |/
* | mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan2024-06-053-7/+7
* | codetag: avoid race at alloc_slab_obj_extsThadeu Lima de Souza Cascardo2024-06-051-2/+3
* | mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador2024-06-051-2/+14
* | mm/ksm: fix ksm_zero_pages accountingChengming Zhou2024-06-051-6/+5
* | mm/ksm: fix ksm_pages_scanned accountingChengming Zhou2024-06-051-4/+2
* | kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko2024-06-051-4/+11
* | vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()Cong Wang2024-06-051-1/+1
* | mm: page_alloc: fix highatomic typing in multi-block buddiesJohannes Weiner2024-06-051-16/+34
* | memcg: remove the lockdep assert from __mod_objcg_mlstate()Sebastian Andrzej Siewior2024-06-051-2/+0
* | mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang2024-06-053-6/+6
|/
* 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