summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2 daysmm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vmaLiu Shixin
2 daysmm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo
2 daysmm/vmscan: fix hwpoisoned large folio handling in shrink_folio_listJinjiang Tu
2 dayskasan: use vmalloc_dump_obj() for vmalloc error reportsMarco Elver
2 daysmm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()Nathan Chancellor
2025-07-17kasan: remove kasan_find_vm_area() to prevent possible deadlockYeoreum Yun
2025-07-17mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev
2025-07-10mm: userfaultfd: fix race of userfaultfd_move and swap cacheKairui Song
2025-07-10mm/vmalloc: fix data race in show_numa_info()Jeongjun Park
2025-07-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg
2025-07-10add a string-to-qstr constructorAl Viro
2025-07-06mm/vma: reset VMA iterator on commit_merge() OOM failureLorenzo Stoakes
2025-07-06mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand
2025-07-06mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn
2025-06-27mm: close theoretical race where stale TLB entries could lingerRyan Roberts
2025-06-27mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn
2025-06-27mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng
2025-06-19page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen
2025-05-29mm: vmalloc: only zero-init on vrealloc shrinkKees Cook
2025-05-29mm: vmalloc: actually use the in-place vrealloc regionKees Cook
2025-05-29mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang
2025-05-29memcg: always call cond_resched() after fn()Breno Leitao
2025-05-22mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov
2025-05-22mm: userfaultfd: correct dirty flags set for both present and swap pteBarry Song
2025-05-18mm: page_alloc: speed up fallbacks in rmqueue_bulk()Johannes Weiner
2025-05-18mm: page_alloc: don't steal single pages from biggest buddyJohannes Weiner
2025-05-18memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky
2025-05-18mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo
2025-05-18mm: vmalloc: support more granular vrealloc() sizingKees Cook
2025-05-18mm: fix folio_pte_batch() on XEN PVPetr Vaněk
2025-05-09mm, slab: clean up slab->obj_exts alwaysZhenhua Huang
2025-05-09mm/memblock: repeat setting reserved region nid if array is doubledWei Yang
2025-05-09mm/memblock: pass size instead of end to memblock_set_node()Wei Yang
2025-05-02mm/vmscan: don't try to reclaim hwpoison folioJinjiang Tu
2025-04-25mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes
2025-04-25slab: ensure slab->obj_exts is clear in a newly allocated slab pageSuren Baghdasaryan
2025-04-25mm: fix apply_to_existing_page_range()Kirill A. Shutemov
2025-04-25mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)
2025-04-25mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He
2025-04-25mm/compaction: fix bug in hugetlb handling pathwayVishal Moola (Oracle)
2025-04-20mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu
2025-04-20mm/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert
2025-04-20mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue
2025-04-20mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers
2025-04-20mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes
2025-04-20mm: make page_mapped_in_vma() hugetlb walk awareJane Chu
2025-04-20mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand
2025-04-20mm/damon/ops: have damon_get_folio return folio even for tail pagesUsama Arif
2025-04-10mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()Yosry Ahmed