summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-06-27mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo
2025-06-27mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn
2025-06-27mm: hugetlb: independent PMD page table shared countLiu Shixin
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn
2025-06-27hugetlb: unshare some PMDs when splitting VMAsJames Houghton
2025-06-27mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng
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-02mm: fix apply_to_existing_page_range()Kirill A. Shutemov
2025-05-02mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers
2025-03-13mm/page_alloc: fix uninitialized variableHao Zhang
2025-03-13memcg: fix soft lockup in the OOM processChen Ridong
2025-03-13mm: update mark_victim tracepoints fieldsCarlos Galo
2025-02-01vmalloc: fix accounting with i915Matthew Wilcox (Oracle)
2025-01-09mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa
2024-12-14mm: resolve faulty mmap_region() error path behaviourLorenzo Stoakes
2024-12-14mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-12-14mm: unconditionally close VMAs on errorLorenzo Stoakes
2024-12-14mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes
2024-12-14mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton
2024-11-17mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park
2024-11-08mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds
2024-11-08mm: add remap_pfn_range_notrackChristoph Hellwig
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin
2024-10-17mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-10-17mm: only enforce minimum stack gap size if it's sensibleDavid Gow
2024-09-12memcg: protect concurrent access to mem_cgroup_idrShakeel Butt
2024-09-04memcg_write_event_control(): fix a user-triggerable oopsAl Viro
2024-07-18Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara
2024-07-18mm: avoid overflows in dirty throttling logicJan Kara
2024-06-21fs: add file and path permissions helpersChristian Brauner
2024-04-13x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
2024-04-13mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-04-13mm/migrate: set swap entry values of THP tail pages properly.Zi Yan
2024-04-13mm/memory-failure: fix an incorrect use of tail pagesLiu Shixin
2024-04-13memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang
2024-04-13mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts
2024-03-15mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2024-03-01userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe
2024-02-23mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla
2024-02-23mm: vmalloc: introduce array allocation functionsPaolo Bonzini
2024-01-15mm: fix unmap_mapping_range high bits shift bugJiajun Xie
2024-01-15mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)
2023-11-28mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin
2023-11-28mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan
2023-11-28mm/cma: use nth_page() in place of direct struct page manipulationZi Yan
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins
2023-11-08kasan: print the original fault addr when access invalid shadowHaibo Li