aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+6
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+15
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-60/+28
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-10/+255
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-3/+2
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-2/+4
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'for-next/tlb', 'for-next/misc', 'for-next/mte', 'for-next/sysreg', 'for-next/stacktrace', 'for-next/hwcap3', 'for-next/kselftest', 'for-next/crc32', 'for-next/guest-cca', 'for-next/haft' and 'for-next/scs', remote-tracking...Catalin Marinas1-0/+6
2024-11-13Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds10-59/+122
2024-11-12mm: zero range of eof folio exposed by inode size extensionBrian Foster1-0/+15
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/scm/linux/kernel/git/akpm/mmLinus Torvalds16-134/+254
2024-11-08Merge tag 'slab-for-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus 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-06tmpfs: Initialize sysfs during tmpfs initAndré Almeida1-62/+68
2024-11-06tmpfs: Fix type for sysfs' casefold attributeAndré Almeida1-2/+27
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
2024-11-05mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_createKoichiro Den1-11/+20
2024-11-03Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds9-122/+118
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao2-45/+52
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao1-9/+5
2024-11-03memcg_write_event_control(): switch to CLASS(fd)Al Viro1-29/+15
2024-11-03convert cachestat(2)Al Viro1-12/+5
2024-11-03fdget(), trivial conversionsAl Viro2-19/+8
2024-10-31mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizesVlastimil Babka1-1/+2
2024-10-31mm: shrinker: avoid memleak in alloc_shrinker_infoChen Ridong1-3/+5
2024-10-31vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price1-1/+1
2024-10-30kasan: remove vmalloc_percpu testAndrey Konovalov1-27/+0
2024-10-30mm, swap: avoid over reclaim of full clustersKairui Song1-19/+30