summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-07-25Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...Linus Torvalds6-4/+36
2025-07-25mm/damon/core: commit damos_quota_goal->nidSeongJae Park1-0/+15
2025-07-20kasan: use vmalloc_dump_obj() for vmalloc error reportsMarco Elver1-1/+3
2025-07-20mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()Nathan Chancellor1-3/+3
2025-07-20mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo1-0/+3
2025-07-20mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_listJinjiang Tu2-0/+12
2025-07-19Merge tag 'vfs-6.16-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+9
2025-07-10Revert "sched/numa: add statistics of numa balance task"Chen Yu2-4/+0
2025-07-10mm/damon: fix divide by zero in damon_get_intervals_score()Honggyu Kim1-0/+1
2025-07-10kasan: remove kasan_find_vm_area() to prevent possible deadlockYeoreum Yun1-43/+2
2025-07-10mm/migrate: fix do_pages_stat in compat modeChristoph Berg1-6/+8
2025-07-10mm/damon/core: handle damon_call_control as normal under kdmond deactivationSeongJae Park1-4/+3
2025-07-10mm/rmap: fix potential out-of-bounds page table access during batched unmapLance Yang1-18/+28
2025-07-10mm/hugetlb: don't crash when allocating a folio if there are no resvVivek Kasireddy1-3/+6
2025-07-10mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev1-7/+15
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/g...Linus Torvalds1-8/+1
2025-06-26mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park1-0/+1
2025-06-26mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...Hao Ge1-0/+14
2025-06-26mm/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/s...Linus Torvalds5-27/+69
2025-06-23fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-8/+1
2025-06-20mm: userfaultfd: fix race of userfaultfd_move and swap cacheKairui Song1-2/+31
2025-06-20mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand1-4/+10
2025-06-20mm/shmem, swap: fix softlockup with mTHP swapinKairui Song3-21/+28
2025-06-16Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-37/+3
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...Linus Torvalds4-19/+93
2025-06-13mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes3-1/+87
2025-06-12mm: close theoretical race where stale TLB entries could lingerRyan Roberts1-0/+2
2025-06-12mm/vma: reset VMA iterator on commit_merge() OOM failureLorenzo Stoakes1-18/+4
2025-06-11Revert "mm/execmem: Unify early execmem_cache behaviour"Mike Rapoport (Microsoft)1-37/+3
2025-06-10Revert "mm/damon/Kconfig: enable CONFIG_DAMON by default"Linus Torvalds1-1/+0
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/c...Linus Torvalds1-0/+1
2025-06-07Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-11/+34
2025-06-07Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...Linus Torvalds6-21/+64
2025-06-06kmsan: test: add module descriptionArnd Bergmann1-0/+1
2025-06-06mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn1-0/+7
2025-06-06mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn2-16/+51
2025-06-06mm/mempolicy: fix incorrect freeing of wi_kobjJoshua Hahn1-3/+1
2025-06-06mm/madvise: handle madvise_lock() failure during race unwindingSeongJae Park1-1/+4
2025-06-06mm: fix vmstat after removing NR_BOUNCEKirill A. Shutemov1-1/+0
2025-06-06mm: expose abnormal new_pte during move_ptesPu Lehui1-0/+2
2025-06-06mm: fix uprobe pte be overwritten when expanding vmaPu Lehui2-3/+24
2025-06-06mm/damon: s/primitives/code/ on commentsEnze Li8-8/+8
2025-06-04Merge tag 'slab-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-6/+9
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-51/+211
2025-06-03Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+9
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+24
2025-06-01mm/khugepaged: clean up refcount check using folio_expected_ref_count()Shivank Garg1-15/+2