summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory: don't require head page for do_set_pmd()Andrew Bresticker2024-06-241-1/+2
* mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge2024-06-241-2/+7
* mm/migrate: make migrate_pages_batch() stats consistentZi Yan2024-06-241-0/+5
* kasan: fix bad call to unpoison_slab_objectAndrey Konovalov2024-06-241-1/+1
* mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan2024-06-241-2/+9
* mm/slab: fix 'variable obj_exts set but not used' warningSuren Baghdasaryan2024-06-241-3/+4
* /proc/pid/smaps: add mseal info for vmaJeff Xu2024-06-241-5/+0
* mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang2024-06-241-6/+15
* Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-231-21/+7
|\
| * memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)2024-06-161-21/+7
* | 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