summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-16mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton
2024-11-14mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu
2024-11-14mm/mremap: fix address wraparound in move_page_tables()Jann Horn
2024-11-14mm, swap: fix allocation and scanning race with swapoffKairui Song
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas
2024-11-13Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-12mm: zero range of eof folio exposed by inode size extensionBrian Foster
2024-11-12mm: swapfile: fix cluster reclaim work crash on rotational devicesJohannes Weiner
2024-11-12mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins
2024-11-12mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard
2024-11-11nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki
2024-11-11mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin
2024-11-11mm: count zeromap read and set for swapout and swapinBarry Song
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-06tmpfs: Initialize sysfs during tmpfs initAndré Almeida
2024-11-06tmpfs: Fix type for sysfs' casefold attributeAndré Almeida
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-11-03memcg_write_event_control(): switch to CLASS(fd)Al Viro
2024-11-03convert cachestat(2)Al Viro
2024-11-03fdget(), trivial conversionsAl Viro
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