summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-06-15mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang
2024-06-15mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu
2024-06-15mm: fix possible OOB in numa_rebuild_large_mapping()Kefeng Wang
2024-06-15mm/migrate: fix kernel BUG at mm/compaction.c:2761!Hugh Dickins
2024-06-15mm: huge_memory: fix misused mapping_large_folio_support() for anon foliosRan Xiaokai
2024-06-15Revert "mm: init_mlocked_on_free_v3"David Hildenbrand
2024-06-15mm/page_table_check: fix crash on ZONE_DEVICEPeter Xu
2024-06-14kunit: test: Add vm_mmap() allocation resource managerKees Cook
2024-06-13Merge tag 'fixes-2024-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-10mm/mm_init.c: don't initialize page->lru againWei Yang
2024-06-07slab: don't put freepointer outside of object if only orig_sizeChengming Zhou
2024-06-07slab: make check_object() more consistentChengming Zhou
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker
2024-06-06mm/mm_init.c: not always search next deferred_init_pfn from very beginningWei Yang
2024-06-06mm/mm_init.c: use deferred_init_mem_pfn_range_in_zone() to decide loop conditionWei Yang
2024-06-06mm/mm_init.c: get the highest zone directlyWei Yang
2024-06-05mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan
2024-06-05codetag: avoid race at alloc_slab_obj_extsThadeu Lima de Souza Cascardo
2024-06-05mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-05mm/ksm: fix ksm_pages_scanned accountingChengming Zhou
2024-06-05kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko
2024-06-05vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()Cong Wang
2024-06-05mm: page_alloc: fix highatomic typing in multi-block buddiesJohannes Weiner
2024-06-05memcg: remove the lockdep assert from __mod_objcg_mlstate()Sebastian Andrzej Siewior
2024-06-05mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang
2024-06-05mm/mm_init.c: move nr_initialised reset down a bitWei Yang
2024-06-05mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfnWei Yang
2024-06-05mm/memblock: use PAGE_ALIGN_DOWN to get pgend in free_memmapWei Yang
2024-06-05mm/memblock: return true directly on finding overlap regionWei Yang
2024-06-05mm/memblock: fix comment for memblock_isolate_range()Wei Yang
2024-06-05mm/memblock: remove empty dummy entryWei Yang
2024-06-03tmpfs: don't interrupt fallocate with EINTRMikulas Patocka
2024-05-31mm: Reduce the number of slab->folio castsMatthew Wilcox (Oracle)
2024-05-31memblock: make memblock_set_node() also warn about use of MAX_NUMNODESJan Beulich
2024-05-28mm, slab: don't wrap internal functions with alloc_hooks()Vlastimil Babka
2024-05-25Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-24mm/ksm: fix possible UAF of stable_nodeChengming Zhou
2024-05-24mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin
2024-05-24mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin
2024-05-24mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu
2024-05-23mseal: add mseal syscallJeff Xu
2024-05-22Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-22mm: simplify and improve print_vma_addr() outputLinus Torvalds
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-19mm/page-owner: use gfp_nested_mask() instead of open coded maskingDave Chinner
2024-05-19mm: lift gfp_kmemleak_mask() to gfp.hDave Chinner
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds