summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-11-191-0/+6
|\
| *-. Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas2024-11-141-0/+6
| |\ \
| | * | mm: Introduce ARCH_HAS_USER_SHADOW_STACKMark Brown2024-10-041-0/+6
| | |/
* | | Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-11-191-0/+15
|\ \ \
| * | | mm: zero range of eof folio exposed by inode size extensionBrian Foster2024-11-131-0/+15
* | | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-184-60/+28
|\ \ \ \
| * | | | memcg_write_event_control(): switch to CLASS(fd)Al Viro2024-11-031-29/+15
| * | | | convert cachestat(2)Al Viro2024-11-031-12/+5
| * | | | fdget(), trivial conversionsAl Viro2024-11-032-19/+8
* | | | | Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-11-181-10/+255
|\ \ \ \ \
| * | | | | tmpfs: Initialize sysfs during tmpfs initAndré Almeida2024-11-061-62/+68
| * | | | | tmpfs: Fix type for sysfs' casefold attributeAndré Almeida2024-11-061-2/+27
| * | | | | tmpfs: Expose filesystem features via sysfsAndré Almeida2024-10-281-0/+37
| * | | | | tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirsAndré Almeida2024-10-281-6/+64
| * | | | | tmpfs: Add casefold lookup supportAndré Almeida2024-10-281-4/+123
| | |/ / / | |/| | |
* | | | | Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-182-3/+2
|\ \ \ \ \
| * | | | | migrate: Remove references to Private2Matthew Wilcox (Oracle)2024-10-041-2/+2
| * | | | | fs: Move clearing of mappedtodisk to buffer.cMatthew Wilcox (Oracle)2024-10-041-1/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-182-2/+4
|\ \ \ \ \
| * | | | | mm/page-writeback.c: Fix comment of wb_domain_writeout_add()Tang Yizhou2024-10-221-1/+1
| * | | | | mm/page-writeback.c: Update comment for BANDWIDTH_INTERVALTang Yizhou2024-10-221-1/+1
| * | | | | filemap: filemap_read() should check that the offset is positive or zeroTrond Myklebust2024-10-021-0/+2
| |/ / / /
* | | | | Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-181-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner2024-10-101-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | tmpfs: add support for multigrain timestampsJeff Layton2024-10-101-1/+1
* | | | | | Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds2024-11-174-7/+22
|\ \ \ \ \ \
| * | | | | | mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton2024-11-171-2/+0
| * | | | | | mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu2024-11-151-1/+2
| * | | | | | mm/mremap: fix address wraparound in move_page_tables()Jann Horn2024-11-151-1/+1
| * | | | | | mm, swap: fix allocation and scanning race with swapoffKairui Song2024-11-151-3/+19
* | | | | | | Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...Linus Torvalds2024-11-1310-59/+122
|\| | | | | |
| * | | | | | mm: swapfile: fix cluster reclaim work crash on rotational devicesJohannes Weiner2024-11-131-1/+1
| * | | | | | mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins2024-11-121-1/+3
| * | | | | | mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard2024-11-121-39/+77
| * | | | | | nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki2024-11-121-1/+1
| * | | | | | mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin2024-11-122-14/+15
| * | | | | | mm: count zeromap read and set for swapout and swapinBarry Song2024-11-114-3/+25
* | | | | | | 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-061-54/+65
| * | | | | | mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes2024-11-063-5/+2
| * | | | | | mm: refactor map_deny_write_exec()Lorenzo Stoakes2024-11-063-3/+3
| * | | | | | mm: unconditionally close VMAs on errorLorenzo Stoakes2024-11-065-17/+27
| * | | | | | mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes2024-11-063-5/+32
| * | | | | | mm/thp: fix deferred split unqueue naming and lockingHugh Dickins2024-11-068-24/+67