summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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-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
2025-06-01sched/numa: add statistics of numa balance taskChen Yu2-0/+4
2025-06-01mm/gup: update comment explaining why gup_fast() disables IRQsJann Horn1-1/+1
2025-06-01mm/khugepaged: fix race with folio split/free using temporary referenceShivank Garg1-1/+17
2025-06-01mm: add CONFIG_PAGE_BLOCK_ORDER to select page block orderJuan Yescas2-1/+35
2025-06-01mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()Roman Gushchin2-0/+3
2025-06-01mm/damon/Kconfig: enable CONFIG_DAMON by defaultSeongJae Park1-0/+1
2025-06-01mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMONSeongJae Park1-0/+3
2025-06-01hugetlb: show nr_huge_pages in report_hugepages()Wenjie Xu1-1/+1
2025-06-01mm/shmem: remove unneeded xa_is_value() check in shmem_unuse_swap_entries()Kemeng Shi1-2/+0
2025-06-01mm: shmem: only remove inode from swaplist when it's swapped page count is 0Kemeng Shi1-2/+2
2025-06-01mm/shmem: fix potential dead loop in shmem_unuse()Kemeng Shi1-3/+6
2025-06-01mm: shmem: add missing shmem_unacct_size() in __shmem_file_setup()Kemeng Shi1-3/+3
2025-06-01mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()Kemeng Shi1-0/+2
2025-06-01mm/damon/core: avoid destroyed target reference from DAMOS quotaAkinobu Mita1-0/+8
2025-06-01memcg: make memcg_rstat_updated nmi safeShakeel Butt1-7/+9
2025-06-01memcg: nmi-safe slab stats updatesShakeel Butt1-3/+33
2025-06-01memcg: add nmi-safe update for MEMCG_KMEMShakeel Butt1-2/+19
2025-06-01memcg: nmi safe memcg stats for specific archsShakeel Butt1-0/+49