summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-12-27mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-4/+4
2024-12-27mm: shmem: fix ShmemHugePages at swapoutHugh Dickins1-10/+12
2024-12-27mm: use aligned address in copy_user_gigantic_page()Kefeng Wang2-5/+5
2024-12-27mm: use aligned address in clear_gigantic_page()Kefeng Wang1-1/+2
2024-12-27mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...David Hildenbrand1-2/+4
2024-12-27vmalloc: fix accounting with i915Matthew Wilcox (Oracle)1-2/+4
2024-12-19memcg: slub: fix SUnreclaim for post charged objectsShakeel Butt1-3/+18
2024-12-14memblock: allow zero threshold in validate_numa_converage()Mike Rapoport (Microsoft)1-2/+2
2024-12-14mm: respect mmap hint address when aligning for THPKalesh Singh1-0/+1
2024-12-14mm: fix vrealloc()'s KASAN poisoning logicAndrii Nakryiko1-1/+2
2024-12-14mm: open-code page_folio() in dump_page()Matthew Wilcox (Oracle)1-2/+5
2024-12-14mm: memcg: declare do_memsw_account inlineJohn Sperbeck1-1/+1
2024-12-14mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MMDavid Hildenbrand1-0/+4
2024-12-14mm/gup: handle NULL pages in unpin_user_pages()John Hubbard1-1/+10
2024-12-14kasan: make report_lock a raw spinlockJared Kangas1-3/+3
2024-12-14Revert "readahead: properly shorten readahead when falling back to do_page_ca...Jan Kara1-3/+2
2024-12-09mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...Adrian Huang2-12/+36
2024-12-09slab: Fix too strict alignment check in create_cache()Geert Uytterhoeven1-1/+1
2024-12-09mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao2-1/+13
2024-12-09mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian2-2/+3
2024-12-09vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun1-0/+1
2024-12-05Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada1-1/+1
2024-11-22mm/mmap: fix __mmap_region() error handling in rare merge failure caseLiam R. Howlett1-1/+12
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds4-7/+22
2024-11-16mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-11-14mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu1-1/+2
2024-11-14mm/mremap: fix address wraparound in move_page_tables()Jann Horn1-1/+1
2024-11-14mm, swap: fix allocation and scanning race with swapoffKairui Song1-3/+19
2024-11-13Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...Linus Torvalds10-59/+122
2024-11-12mm: swapfile: fix cluster reclaim work crash on rotational devicesJohannes Weiner1-1/+1
2024-11-12mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins1-1/+3
2024-11-12mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard1-39/+77
2024-11-11nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki1-1/+1
2024-11-11mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin2-14/+15
2024-11-11mm: count zeromap read and set for swapout and swapinBarry Song4-3/+25
2024-11-10filemap: Fix bounds checking in filemap_read()Trond Myklebust1-1/+1
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds16-134/+254
2024-11-08Merge tag 'slab-for-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+20
2024-11-07mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park1-7/+21
2024-11-07mm/damon/core: handle zero schemes apply intervalSeongJae Park1-4/+4
2024-11-07mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park1-3/+3
2024-11-07mm/mlock: set the correct prev on failureWei Yang1-3/+6
2024-11-07mm/page_alloc: keep track of free highatomicYu Zhao1-3/+7
2024-11-05mm: resolve faulty mmap_region() error path behaviourLorenzo Stoakes1-54/+65
2024-11-05mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes3-5/+2
2024-11-05mm: refactor map_deny_write_exec()Lorenzo Stoakes3-3/+3
2024-11-05mm: unconditionally close VMAs on errorLorenzo Stoakes5-17/+27
2024-11-05mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes3-5/+32
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins8-24/+67
2024-11-05mm/thp: fix deferred split queue not partially_mappedHugh Dickins3-9/+20