summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-10-29mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi1-0/+2
2025-10-02mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand1-8/+4
2025-10-02mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-10-02mm/khugepaged: fix the address passed to notifier on testing youngWei Yang1-1/+1
2025-09-09mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong1-1/+6
2025-09-09mm/khugepaged: fix ->anon_vma raceJann Horn1-1/+13
2025-08-28mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes1-8/+14
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-1/+1
2025-08-28mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes3-7/+7
2025-08-28mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
2025-08-28mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_tHe Zhe1-56/+56
2025-08-28mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko1-1/+1
2025-08-28mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo1-0/+3
2025-08-28mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin1-2/+1
2025-08-28mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
2025-06-27mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo1-1/+1
2025-06-27mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng1-1/+1
2025-06-04mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang1-0/+8
2025-06-04memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-05-02mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers1-1/+1
2025-03-13mm/page_alloc: fix uninitialized variableHao Zhang1-0/+1
2025-03-13memcg: fix soft lockup in the OOM processChen Ridong2-2/+13
2025-03-13mm: update mark_victim tracepoints fieldsCarlos Galo1-1/+5
2025-01-09mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa1-1/+8
2024-12-14mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-11-17mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-11-17mm: add remap_pfn_range_notrackChristoph Hellwig1-20/+31
2024-11-17mm/memory.c: make remap_pfn_range() reject unaligned addrAlex Zhang1-1/+4
2024-11-17mm: fix ambiguous comments for better code readabilitychenqiwu1-1/+1
2024-11-17mm: clarify a confusing comment for remap_pfn_range()WANG Wenhu1-1/+1
2024-11-08mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin1-1/+1
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2
2024-11-08mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin1-1/+1
2024-11-08mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-11-08mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-09-04memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-08-19mm: avoid overflows in dirty throttling logicJan Kara1-4/+26
2024-07-18Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara1-1/+1
2024-04-13x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-0/+4
2024-04-13mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka3-11/+11
2024-04-13mm/migrate: set swap entry values of THP tail pages properly.Zi Yan1-1/+5
2024-04-13mm/memory-failure: fix an incorrect use of tail pagesLiu Shixin1-1/+1
2024-04-13memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang1-2/+2
2024-03-01userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra1-1/+13
2024-03-01memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()GONG, Ruiqi1-0/+6
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
2024-01-15mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2024-01-15mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2023-11-28mm/cma: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins1-1/+2