summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-12-05Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-11-22mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-11-22mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin
2024-11-22nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki
2024-11-22mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton
2024-11-22mm/mremap: fix address wraparound in move_page_tables()Jann Horn
2024-11-22mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu
2024-11-17mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin
2024-11-14mm/thp: fix deferred split unqueue naming and lockingHugh Dickins
2024-11-14mm/mlock: set the correct prev on failureWei Yang
2024-11-14mm/damon/core: handle zero schemes apply intervalSeongJae Park
2024-11-14mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park
2024-11-14mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park
2024-11-14filemap: Fix bounds checking in filemap_read()Trond Myklebust
2024-11-14mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_...Koichiro Den
2024-11-08mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao
2024-11-08mm: shrink skip folio mapped by an exiting processZhiguo Jiang
2024-11-08mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao
2024-11-08mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=trueYuanchu Xie
2024-11-08mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizesVlastimil Babka
2024-11-08vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price
2024-11-08kasan: remove vmalloc_percpu testAndrey Konovalov
2024-11-08mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming
2024-11-08mm: shrinker: avoid memleak in alloc_shrinker_infoChen Ridong
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park
2024-11-01mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand
2024-11-01mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-11-01mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang
2024-11-01mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang
2024-10-22mm: vmscan.c: fix OOM on swap stress testChris Li
2024-10-22mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()Jinjie Ruan
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin
2024-10-22mm/mglru: only clear kswapd_failures if reclaimableWei Xu
2024-10-22mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi
2024-10-22mm/mremap: fix move_normal_pmd/retract_page_tables raceJann Horn
2024-10-17secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy
2024-10-10mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed
2024-10-10mm/hugetlb: simplify refs in memfd_alloc_folioSteve Sistare
2024-10-10mm/gup: fix memfd_pin_folios alloc race panicSteve Sistare
2024-10-10mm/gup: fix memfd_pin_folios hugetlb page allocationSteve Sistare
2024-10-10mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare
2024-10-10mm/hugetlb: fix memfd_pin_folios free_huge_pages leakSteve Sistare
2024-10-10mm/filemap: fix filemap_get_folios_contig THP panicSteve Sistare
2024-10-10mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-10-10mm, slub: avoid zeroing kmalloc redzonePeng Fan
2024-10-04mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett
2024-10-04mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)
2024-10-04mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin
2024-10-04mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)
2024-10-04mm: only enforce minimum stack gap size if it's sensibleDavid Gow