summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-08-28mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu
2025-08-28mm/debug_vm_pgtable: clear page table entries at destroy_args()Herton R. Krzesinski
2025-08-28mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual
2025-08-28mm: reinstate ability to map write-sealed memfd mappings read-onlyIsaac J. Manjarres
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITEIsaac J. Manjarres
2025-08-28mm: drop the assumption that VM_SHARED always implies writableIsaac J. Manjarres
2025-08-28mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao
2025-08-28mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long
2025-08-15mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko
2025-08-01mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vmaLiu Shixin
2025-08-01mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo
2025-08-01kasan: use vmalloc_dump_obj() for vmalloc error reportsMarco Elver
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-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg
2025-07-06mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park
2025-06-27mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn
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-19kasan: use unchecked __memset internallyAndrey Konovalov
2025-06-04mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang
2025-06-04memcg: always call cond_resched() after fn()Breno Leitao
2025-05-22hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folioMa Wupeng
2025-05-22memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky
2025-05-22mm/migrate: correct nr_failed in migrate_pages_sync()Zi Yan
2025-05-22mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov
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-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/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert
2025-04-25mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue
2025-04-25mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers
2025-04-25mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes
2025-04-25mm: make page_mapped_in_vma() hugetlb walk awareJane Chu
2025-04-25mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
2025-04-10lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lockPeter Zijlstra
2025-04-07mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov
2025-03-28mm/migrate: fix shmem xarray update during migrationZi Yan
2025-03-28mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho
2025-03-22mm: split critical region in remap_file_pages() and invoke LSMs in betweenKirill A. Shutemov
2025-03-22mm: add nommu variant of vm_insert_pages()Jens Axboe
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-03-13mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts
2025-03-13mm/page_alloc: fix uninitialized variableHao Zhang
2025-03-13NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer
2025-03-13dma: kmsan: export kmsan_handle_dma() for modulesSebastian Andrzej Siewior