summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
38 hoursmm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
38 hoursmm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
38 hoursmm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-0/+2
38 hoursmm, slab: restore NUMA policy support for large kmallocVlastimil Babka1-1/+6
38 hoursuserfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entrySuren Baghdasaryan1-7/+10
38 hoursmm/damon/core: commit damos->target_nidBijan Tabatabai1-0/+1
7 daysmm: swap: fix potential buffer overflow in setup_clusters()Kemeng Shi1-3/+7
7 daysmm: swap: correctly use maxpages in swapon syscall to avoid potential deadloopKemeng Shi1-27/+26
7 daysmm/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
2025-07-06mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park1-0/+1
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn3-16/+52
2025-06-27mm: close theoretical race where stale TLB entries could lingerRyan Roberts1-0/+2
2025-06-27mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn1-0/+7
2025-06-27mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng1-1/+1
2025-06-19page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen1-6/+2
2025-05-29mm: vmalloc: only zero-init on vrealloc shrinkKees Cook1-5/+7
2025-05-29mm: vmalloc: actually use the in-place vrealloc regionKees Cook1-0/+1
2025-05-29mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang1-0/+8
2025-05-29memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-05-22mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov1-23/+0
2025-05-22mm: userfaultfd: correct dirty flags set for both present and swap pteBarry Song1-2/+10
2025-05-18mm: page_alloc: speed up fallbacks in rmqueue_bulk()Johannes Weiner1-33/+80
2025-05-18mm: page_alloc: don't steal single pages from biggest buddyJohannes Weiner1-46/+34
2025-05-18memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky1-1/+8
2025-05-18mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo1-3/+8
2025-05-18mm: vmalloc: support more granular vrealloc() sizingKees Cook1-7/+24
2025-05-18mm: fix folio_pte_batch() on XEN PVPetr Vaněk1-16/+11
2025-05-09mm, slab: clean up slab->obj_exts alwaysZhenhua Huang1-20/+7
2025-05-09mm/memblock: repeat setting reserved region nid if array is doubledWei Yang1-0/+10
2025-05-09mm/memblock: pass size instead of end to memblock_set_node()Wei Yang1-1/+1
2025-05-02mm/vmscan: don't try to reclaim hwpoison folioJinjiang Tu1-0/+7
2025-04-25mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes3-7/+53
2025-04-25slab: ensure slab->obj_exts is clear in a newly allocated slab pageSuren Baghdasaryan1-0/+10
2025-04-25mm: fix apply_to_existing_page_range()Kirill A. Shutemov1-2/+2
2025-04-25mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)1-0/+1
2025-04-25mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He1-2/+2
2025-04-25mm/compaction: fix bug in hugetlb handling pathwayVishal Moola (Oracle)1-3/+3