aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-07-09mm/damon: fix divide by zero in damon_get_intervals_score()Honggyu Kim1-0/+1
2025-07-09kasan: remove kasan_find_vm_area() to prevent possible deadlockYeoreum Yun1-43/+2
2025-07-09mm/migrate: fix do_pages_stat in compat modeChristoph Berg1-6/+8
2025-07-09mm/damon/core: handle damon_call_control as normal under kdmond deactivationSeongJae Park1-4/+3
2025-07-09mm/rmap: fix potential out-of-bounds page table access during batched unmapLance Yang1-18/+28
2025-07-09mm/hugetlb: don't crash when allocating a folio if there are no resvVivek Kasireddy1-3/+6
2025-07-09mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev1-7/+15
2025-07-09vmscan: don't bother with debugfs_real_fops()Al Viro1-3/+5
2025-07-07secretmem: use SB_I_NOEXECChristian Brauner1-4/+9
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-8/+1
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-01docs: dma-api: replace consistent with coherentPetr Tesarik1-3/+3
2025-06-25mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park1-0/+1
2025-06-25mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the percpu variable tag->countersHao Ge1-0/+14
2025-06-25mm/hugetlb: remove unnecessary holding of hugetlb_lockGe Yang1-37/+17
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-27/+69
2025-06-23fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-8/+1
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman6-57/+96
2025-06-19mm: userfaultfd: fix race of userfaultfd_move and swap cacheKairui Song1-2/+31
2025-06-19mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand1-4/+10
2025-06-19mm/shmem, swap: fix softlockup with mTHP swapinKairui Song3-21/+28
2025-06-18slub: Fix a documentation build error for krealloc()Jonathan Corbet1-5/+5
2025-06-18slab: Add SL_pfmemalloc flagMatthew Wilcox (Oracle)2-24/+21
2025-06-18slab: Add SL_partial flagMatthew Wilcox (Oracle)1-12/+10
2025-06-18slab: Rename slab->__page_flags to slab->flagsMatthew Wilcox (Oracle)2-5/+17
2025-06-17secretmem: move setting O_LARGEFILE and bumping users' count to the place where we create the fileAl Viro1-4/+3
2025-06-17memcg: cgroup: call css_rstat_updated irrespective of in_nmi()Shakeel Butt1-5/+5
2025-06-17mm/filemap: introduce generic_file_*_mmap_prepare() helpersLorenzo Stoakes1-0/+29
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes2-2/+2
2025-06-17mm/nommu: use file_has_valid_mmap_hooks() helperLorenzo Stoakes1-1/+1
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes2-2/+2
2025-06-17mm, slab: use frozen pages for large kmallocVlastimil Babka1-3/+3
2025-06-17mm, slab: restore NUMA policy support for large kmallocVlastimil Babka1-1/+6
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-16Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-37/+3
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-19/+93
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes3-1/+87
2025-06-11mm: close theoretical race where stale TLB entries could lingerRyan Roberts1-0/+2
2025-06-11mm/vma: reset VMA iterator on commit_merge() OOM failureLorenzo Stoakes1-18/+4
2025-06-11shmem: no dentry retention past the refcount reaching zeroAl Viro1-1/+1
2025-06-11Revert "mm/execmem: Unify early execmem_cache behaviour"Mike Rapoport (Microsoft)1-37/+3
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-06-10Revert "mm/damon/Kconfig: enable CONFIG_DAMON by default"Linus Torvalds1-1/+0
2025-06-09slab: Decouple slab_debug and no_hash_pointersKees Cook1-3/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+2
2025-06-07Merge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-0/+1
2025-06-06Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds11-11/+34
2025-06-06Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-21/+64
2025-06-05kmsan: test: add module descriptionArnd Bergmann1-0/+1
2025-06-05mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn1-0/+7