summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'fixes-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-11/+18
8 daysmemblock: fix kernel-doc for MEMBLOCK_RSRV_NOINITMike Rapoport (Microsoft)1-4/+11
11 daysMerge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-08-20mm: numa,memblock: Use SZ_1M macro to denote bytes to MB conversionPratyush Brahma3-6/+6
2025-08-20mm/mremap: fix WARN with uffd that has remap events disabledDavid Hildenbrand1-18/+23
2025-08-20mm/damon/sysfs-schemes: put damos dests dir after removing its filesSeongJae Park1-1/+1
2025-08-20mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=mHuacai Chen3-8/+46
2025-08-20mm/damon/core: fix damos_commit_filter not changing allowSang-Heon Jeon1-0/+1
2025-08-20mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu1-0/+8
2025-08-20mm/mremap: catch invalid multi VMA moves earlierLorenzo Stoakes1-8/+13
2025-08-20mm/mremap: allow multi-VMA move when filesystem uses thp_get_unmapped_areaLorenzo Stoakes1-9/+11
2025-08-20mm/damon/core: fix commit_ops_filters by using correct nth functionSang-Heon Jeon1-1/+13
2025-08-20mm/debug_vm_pgtable: clear page table entries at destroy_args()Herton R. Krzesinski1-2/+7
2025-08-13mm/numa_memblks: Use pr_debug instead of printk(KERN_DEBUG)Pratyush Brahma1-1/+1
2025-08-12mm/mremap: avoid expensive folio lookup on mremap folio pte batchLorenzo Stoakes1-0/+4
2025-08-12userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entrySuren Baghdasaryan1-7/+10
2025-08-12mm: pass page directly instead of using folio_pageDev Jain1-13/+10
2025-08-10mm/vmscan: fix inverted polarity in lru_gen_seq_show()Danilo Krummrich1-2/+2
2025-08-05mm: fix the race between collapse and PT_RECLAIM under per-vma lockBarry Song1-1/+1
2025-08-05mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
2025-08-05mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
2025-08-05kasan/test: fix protection against compiler elisionJann Horn1-1/+1
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds21-418/+518
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2025-08-02mm: mempool: fix crash in mempool_free() for zero-minimum poolsYadan Fan1-14/+10
2025-08-02mm: correct type for vmalloc vm_flags fieldsLorenzo Stoakes3-6/+6
2025-08-02mm/shmem, swap: fix major fault countingKairui Song1-7/+5
2025-08-02mm/shmem, swap: rework swap entry and index calculation for large swapinKairui Song1-34/+33
2025-08-02mm/shmem, swap: simplify swapin path and result handlingKairui Song1-26/+19
2025-08-02mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IOKairui Song1-13/+28
2025-08-02mm/shmem, swap: tidy up swap entry splittingKairui Song1-33/+23
2025-08-02mm/shmem, swap: tidy up THP swapin checksKairui Song1-21/+18
2025-08-02mm/shmem, swap: avoid redundant Xarray lookup during swapinKairui Song1-9/+25
2025-08-02execmem: drop writable parameter from execmem_fill_trapping_insns()Mike Rapoport (Microsoft)1-2/+2
2025-08-02execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)Mike Rapoport (Microsoft)1-1/+6
2025-08-02execmem: move execmem_force_rw() and execmem_restore_rox() before useMike Rapoport (Microsoft)1-23/+21
2025-08-02execmem: rework execmem_cache_free()Mike Rapoport (Microsoft)1-23/+102
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)1-1/+26
2025-08-02execmem: drop unused execmem_update_copy()Mike Rapoport (Microsoft)1-5/+0
2025-08-02mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got droppedSuren Baghdasaryan1-7/+3
2025-08-02mm: remove mm/io-mapping.cLorenzo Stoakes3-35/+0
2025-08-02khugepaged: optimize collapse_pte_mapped_thp() by PTE batchingDev Jain1-12/+21
2025-08-02khugepaged: optimize __collapse_huge_page_copy_succeeded() by PTE batchingDev Jain1-7/+18
2025-08-02mm: add get_and_clear_ptes() and clear_ptes()David Hildenbrand2-2/+2
2025-08-02mm/mincore: hold PTL in mincore_hugetlbJinjiang Tu1-0/+3
2025-08-02mm/memory-failure: hold PTL in hwpoison_hugetlb_rangeJinjiang Tu1-3/+9
2025-08-02mm/mseal: rework mseal apply logicLorenzo Stoakes1-47/+20
2025-08-02mm/mseal: simplify and rename VMA gap checkLorenzo Stoakes1-23/+28
2025-08-02mm/mseal: small cleanupsLorenzo Stoakes6-31/+8
2025-08-02mm/mseal: update madvise() logicLorenzo Stoakes3-57/+70