summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-11-10filemap: Fix bounds checking in filemap_read()Trond Myklebust
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-08Merge tag 'slab-for-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-07mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park
2024-11-07mm/damon/core: handle zero schemes apply intervalSeongJae Park
2024-11-07mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park
2024-11-07mm/mlock: set the correct prev on failureWei Yang
2024-11-07mm/page_alloc: keep track of free highatomicYu Zhao
2024-11-05mm: resolve faulty mmap_region() error path behaviourLorenzo Stoakes
2024-11-05mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-11-05mm: refactor map_deny_write_exec()Lorenzo Stoakes
2024-11-05mm: unconditionally close VMAs on errorLorenzo Stoakes
2024-11-05mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins
2024-11-05mm/thp: fix deferred split queue not partially_mappedHugh Dickins
2024-11-05mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_...Koichiro Den
2024-11-03Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao
2024-10-31mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizesVlastimil Babka
2024-10-31mm: shrinker: avoid memleak in alloc_shrinker_infoChen Ridong
2024-10-31vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price
2024-10-30kasan: remove vmalloc_percpu testAndrey Konovalov
2024-10-30mm, swap: avoid over reclaim of full clustersKairui Song
2024-10-30mm: fix PSWPIN counter for large folios swap-inBarry Song
2024-10-30mm: avoid VM_BUG_ON when try to map an anon large folio to zero page.Zi Yan
2024-10-30mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard
2024-10-29Merge tag 'slab-for-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-29mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin
2024-10-28mm: avoid unconditional one-tick sleep when swapcache_prepare failsBarry Song
2024-10-28mm: split critical region in remap_file_pages() and invoke LSMs in betweenKirill A. Shutemov
2024-10-28mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()Lorenzo Stoakes
2024-10-28mm: numa_clear_kernel_node_hotplug: Add NUMA_NO_NODE check for node idNobuhiro Iwamatsu
2024-10-28mm: shmem: fix data-race in shmem_getattr()Jeongjun Park
2024-10-28mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAILJann Horn
2024-10-28resource: remove dependency on SPARSEMEM from GET_FREE_REGIONHuang Ying
2024-10-28mm/mmap: fix race in mmap_region() with ftruncate()Liam R. Howlett
2024-10-28mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming
2024-10-28mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present checkDavid Hildenbrand
2024-10-21LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao
2024-10-18mm: fix follow_pfnmap API lockdep assertLinus Torvalds
2024-10-17mm/mglru: only clear kswapd_failures if reclaimableWei Xu
2024-10-17mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin
2024-10-17mm: swap: prevent possible data-race in __try_to_reclaim_swapJeongjun Park
2024-10-17mm: khugepaged: fix the incorrect statistics when collapsing large file foliosBaolin Wang
2024-10-17mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-10-17mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi
2024-10-17mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()Jinjie Ruan
2024-10-17mm: remove unused stub for can_swapin_thp()Andy Shevchenko