summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* filemap: Fix bounds checking in filemap_read()Trond Myklebust2024-11-101-1/+1
* Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds2024-11-1016-134/+254
|\
| * mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park2024-11-071-7/+21
| * mm/damon/core: handle zero schemes apply intervalSeongJae Park2024-11-071-4/+4
| * mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park2024-11-071-3/+3
| * mm/mlock: set the correct prev on failureWei Yang2024-11-071-3/+6
| * mm/page_alloc: keep track of free highatomicYu Zhao2024-11-071-3/+7
| * mm: resolve faulty mmap_region() error path behaviourLorenzo Stoakes2024-11-051-54/+65
| * mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes2024-11-053-5/+2
| * mm: refactor map_deny_write_exec()Lorenzo Stoakes2024-11-053-3/+3
| * mm: unconditionally close VMAs on errorLorenzo Stoakes2024-11-055-17/+27
| * mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes2024-11-053-5/+32
| * mm/thp: fix deferred split unqueue naming and lockingHugh Dickins2024-11-058-24/+67
| * mm/thp: fix deferred split queue not partially_mappedHugh Dickins2024-11-053-9/+20
* | Merge tag 'slab-for-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-081-11/+20
|\ \ | |/ |/|
| * mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_...Koichiro Den2024-11-051-11/+20
* | Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/s...Linus Torvalds2024-11-039-122/+118
|\ \
| * | mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao2024-11-032-45/+52
| * | mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao2024-11-031-9/+5
| * | mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizesVlastimil Babka2024-10-311-1/+2
| * | mm: shrinker: avoid memleak in alloc_shrinker_infoChen Ridong2024-10-311-3/+5
| * | vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price2024-10-311-1/+1
| * | kasan: remove vmalloc_percpu testAndrey Konovalov2024-10-301-27/+0
| * | mm, swap: avoid over reclaim of full clustersKairui Song2024-10-301-19/+30
| * | mm: fix PSWPIN counter for large folios swap-inBarry Song2024-10-301-2/+2
| * | mm: avoid VM_BUG_ON when try to map an anon large folio to zero page.Zi Yan2024-10-301-1/+2
| * | mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard2024-10-301-14/+19
* | | Merge tag 'slab-for-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-10-291-1/+1
|\ \ \ | |/ / |/| / | |/
| * mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin2024-10-291-1/+1
* | mm: avoid unconditional one-tick sleep when swapcache_prepare failsBarry Song2024-10-281-2/+13
* | mm: split critical region in remap_file_pages() and invoke LSMs in betweenKirill A. Shutemov2024-10-281-17/+52
* | mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()Lorenzo Stoakes2024-10-283-9/+31
* | mm: numa_clear_kernel_node_hotplug: Add NUMA_NO_NODE check for node idNobuhiro Iwamatsu2024-10-281-1/+1
* | mm: shmem: fix data-race in shmem_getattr()Jeongjun Park2024-10-281-0/+2
* | mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAILJann Horn2024-10-281-9/+3
* | resource: remove dependency on SPARSEMEM from GET_FREE_REGIONHuang Ying2024-10-281-1/+0
* | mm/mmap: fix race in mmap_region() with ftruncate()Liam R. Howlett2024-10-281-5/+7
* | mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming2024-10-281-5/+5
* | mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present checkDavid Hildenbrand2024-10-281-5/+11
* | LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao2024-10-212-1/+12
* | mm: fix follow_pfnmap API lockdep assertLinus Torvalds2024-10-181-1/+2
* | mm/mglru: only clear kswapd_failures if reclaimableWei Xu2024-10-171-2/+2
* | mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin2024-10-171-1/+1
* | mm: swap: prevent possible data-race in __try_to_reclaim_swapJeongjun Park2024-10-171-3/+4
* | mm: khugepaged: fix the incorrect statistics when collapsing large file foliosBaolin Wang2024-10-171-2/+2
* | mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand2024-10-171-0/+9
* | mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang2024-10-172-18/+2
* | mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi2024-10-171-1/+1
* | mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()Jinjie Ruan2024-10-171-0/+1
* | mm: remove unused stub for can_swapin_thp()Andy Shevchenko2024-10-171-5/+0