summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-11-17mm/memory: add non-anonymous page check in the copy_present_page()Yuanzheng Song
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/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming
2024-11-08mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman
2024-11-08mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman
2024-11-08mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman
2024-11-08mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman
2024-11-08mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman
2024-11-08mm/page_alloc: split out buddy removal code from rmqueue into separate helperMel Gorman
2024-11-08mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked()Wonhyuk Yang
2024-11-08mm/page_alloc: call check_new_pages() while zone spinlock is not heldEric Dumazet
2024-10-22secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin
2024-10-17mm: only enforce minimum stack gap size if it's sensibleDavid Gow
2024-10-17mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds
2024-10-17mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-09-12memcg: protect concurrent access to mem_cgroup_idrShakeel Butt
2024-09-04mm/numa: no task_numa_fault() call if PTE is changedZi Yan
2024-09-04mm/numa: no task_numa_fault() call if PMD is changedZi Yan
2024-09-04memcg_write_event_control(): fix a user-triggerable oopsAl Viro
2024-08-19mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin
2024-08-19mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa
2024-08-19mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin
2024-07-27mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park
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-07-05mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin
2024-07-05mm/cma: drop incorrect alignment check in cma_init_reserved_memFrank van der Linden
2024-07-05cma: factor out minimum alignment requirementDavid Hildenbrand
2024-04-13x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
2024-04-10mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-04-10mm/migrate: set swap entry values of THP tail pages properly.Zi Yan
2024-04-10memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang
2024-04-10mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts
2024-04-10swap: comments get_swap_device() with usage ruleHuang Ying
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-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)
2024-01-05mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li
2023-12-23kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann
2023-12-20memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2023-12-20mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()David Hildenbrand
2023-12-13mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins
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