summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-01mm: fix possible deadlock in kmemleakGu Bowen
2025-08-28Merge tag 'fixes-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-27mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo
2025-08-27mm: fix accounting of memmap pagesSumanth Korikkar
2025-08-27mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()Quanmin Yan
2025-08-27mm/kasan: avoid lazy MMU mode hazardsAlexander Gordeev
2025-08-27mm/kasan: fix vmalloc shadow memory (de-)population racesAlexander Gordeev
2025-08-27kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun
2025-08-27mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTESasha Levin
2025-08-26memblock: fix kernel-doc for MEMBLOCK_RSRV_NOINITMike Rapoport (Microsoft)
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-08-20mm: numa,memblock: Use SZ_1M macro to denote bytes to MB conversionPratyush Brahma
2025-08-19mm/mremap: fix WARN with uffd that has remap events disabledDavid Hildenbrand
2025-08-19mm/damon/sysfs-schemes: put damos dests dir after removing its filesSeongJae Park
2025-08-19mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=mHuacai Chen
2025-08-19mm/damon/core: fix damos_commit_filter not changing allowSang-Heon Jeon
2025-08-19mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu
2025-08-19mm/mremap: catch invalid multi VMA moves earlierLorenzo Stoakes
2025-08-19mm/mremap: allow multi-VMA move when filesystem uses thp_get_unmapped_areaLorenzo Stoakes
2025-08-19mm/damon/core: fix commit_ops_filters by using correct nth functionSang-Heon Jeon
2025-08-19mm/debug_vm_pgtable: clear page table entries at destroy_args()Herton R. Krzesinski
2025-08-13mm/numa_memblks: Use pr_debug instead of printk(KERN_DEBUG)Pratyush Brahma
2025-08-11mm/mremap: avoid expensive folio lookup on mremap folio pte batchLorenzo Stoakes
2025-08-11userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entrySuren Baghdasaryan
2025-08-11mm: pass page directly instead of using folio_pageDev Jain
2025-08-10mm/vmscan: fix inverted polarity in lru_gen_seq_show()Danilo Krummrich
2025-08-05mm: fix the race between collapse and PT_RECLAIM under per-vma lockBarry Song
2025-08-05mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long
2025-08-05mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao
2025-08-05kasan/test: fix protection against compiler elisionJann Horn
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-08-02mm: mempool: fix crash in mempool_free() for zero-minimum poolsYadan Fan
2025-08-02mm: correct type for vmalloc vm_flags fieldsLorenzo Stoakes
2025-08-02mm/shmem, swap: fix major fault countingKairui Song
2025-08-02mm/shmem, swap: rework swap entry and index calculation for large swapinKairui Song
2025-08-02mm/shmem, swap: simplify swapin path and result handlingKairui Song
2025-08-02mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IOKairui Song
2025-08-02mm/shmem, swap: tidy up swap entry splittingKairui Song
2025-08-02mm/shmem, swap: tidy up THP swapin checksKairui Song
2025-08-02mm/shmem, swap: avoid redundant Xarray lookup during swapinKairui Song
2025-08-02execmem: drop writable parameter from execmem_fill_trapping_insns()Mike Rapoport (Microsoft)
2025-08-02execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)Mike Rapoport (Microsoft)
2025-08-02execmem: move execmem_force_rw() and execmem_restore_rox() before useMike Rapoport (Microsoft)
2025-08-02execmem: rework execmem_cache_free()Mike Rapoport (Microsoft)
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)
2025-08-02execmem: drop unused execmem_update_copy()Mike Rapoport (Microsoft)
2025-08-02mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got droppedSuren Baghdasaryan
2025-08-02mm: remove mm/io-mapping.cLorenzo Stoakes