summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin2024-07-091-0/+3
* mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin2024-07-091-7/+7
* filemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng2024-07-091-1/+2
* mm: fix crashes from deferred split racing folio migrationHugh Dickins2024-07-062-11/+13
* mm: gup: stop abusing try_grab_folioYang Shi2024-07-063-139/+156
* mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao2024-07-032-46/+23
* cachestat: do not flush stats in recency checkNhat Pham2024-07-032-4/+15
* mm/shmem: disable PMD-sized page cache if neededGavin Shan2024-07-031-2/+13
* mm/filemap: skip to create PMD-sized page cache if neededGavin Shan2024-07-031-1/+1
* mm/readahead: limit page cache size in page_cache_ra_order()Gavin Shan2024-07-031-4/+4
* mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park2024-07-031-3/+20
* mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)2024-07-031-1/+9
* mm: page_ref: remove folio_try_get_rcu()Yang Shi2024-07-032-6/+6
* mm: avoid overflows in dirty throttling logicJan Kara2024-07-031-4/+26
* Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara2024-07-031-1/+1
* 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