summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-09-25mm/gup: check ref_count instead of lru before migrationHugh Dickins1-1/+2
2025-09-25mm: add folio_expected_ref_count() for reference count calculationShivank Garg1-18/+4
2025-09-25mm: revert "mm: vmscan.c: fix OOM on swap stress test"Hugh Dickins1-1/+1
2025-09-25gup: optimize longterm pin_user_pages() for large folioLi Zhe1-8/+30
2025-09-19Disable SLUB_TINY for build testingLinus Torvalds1-1/+1
2025-09-19mm/hugetlb: add missing hugetlb_lock in __unmap_hugepage_range()Jeongjun Park1-3/+6
2025-09-19mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan1-0/+5
2025-09-19mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort1-5/+9
2025-09-19mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan1-0/+5
2025-09-19mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon1-0/+4
2025-09-19mm/memory-failure: fix redundant updates for already poisoned pagesKyle Meyer1-7/+6
2025-09-19mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-09-19mm/khugepaged: fix the address passed to notifier on testing youngWei Yang1-2/+2
2025-09-19mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo3-12/+12
2025-09-19kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun1-0/+1
2025-09-09mm: fix accounting of memmap pagesSumanth Korikkar2-11/+9
2025-09-09kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun1-0/+1
2025-09-09mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong1-1/+6
2025-09-09mm, slab: cleanup slab_bug() parametersVlastimil Babka1-10/+18
2025-09-09mm: slub: call WARN() when detecting a slab corruptionHyesoo Yu1-18/+29
2025-09-09mm: slub: Print the broken data before restoring themHyesoo Yu1-18/+14
2025-09-09mm: slub: avoid wake up kswapd in set_track_prepareyangshiguang1-10/+20
2025-09-09mm: fix possible deadlock in kmemleakGu Bowen1-7/+20
2025-09-09mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTESasha Levin1-2/+7
2025-08-28mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu1-0/+8
2025-08-28mm/debug_vm_pgtable: clear page table entries at destroy_args()Herton R. Krzesinski1-2/+7
2025-08-28mm/damon/ops-common: ignore migration request to invalid nodesSeongJae Park1-0/+4
2025-08-28readahead: fix return value of page_cache_next_miss() when no hole is foundChi Zhiling1-1/+2
2025-08-20mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
2025-08-20mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
2025-08-20mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-0/+2
2025-08-20mm, slab: restore NUMA policy support for large kmallocVlastimil Babka1-1/+6
2025-08-20userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entrySuren Baghdasaryan1-7/+10
2025-08-20mm/damon/core: commit damos->target_nidBijan Tabatabai1-0/+1
2025-08-15mm: swap: fix potential buffer overflow in setup_clusters()Kemeng Shi1-3/+7
2025-08-15mm: swap: correctly use maxpages in swapon syscall to avoid potential deadloopKemeng Shi1-27/+26
2025-08-15mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko1-1/+1
2025-08-01mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vmaLiu Shixin1-2/+2
2025-08-01mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo1-0/+3
2025-08-01mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_listJinjiang Tu2-0/+12
2025-08-01kasan: use vmalloc_dump_obj() for vmalloc error reportsMarco Elver1-1/+3
2025-08-01mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()Nathan Chancellor1-3/+3
2025-07-17kasan: remove kasan_find_vm_area() to prevent possible deadlockYeoreum Yun1-11/+2
2025-07-17mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev1-7/+15
2025-07-10mm: userfaultfd: fix race of userfaultfd_move and swap cacheKairui Song1-2/+31
2025-07-10mm/vmalloc: fix data race in show_numa_info()Jeongjun Park1-28/+35
2025-07-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-8/+1
2025-07-10add a string-to-qstr constructorAl Viro1-2/+1
2025-07-06mm/vma: reset VMA iterator on commit_merge() OOM failureLorenzo Stoakes1-19/+8
2025-07-06mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand1-4/+10