summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2
2024-11-08mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming1-5/+5
2024-11-08mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman2-22/+29
2024-11-08mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman2-12/+25
2024-11-08mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman2-6/+24
2024-11-08mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman1-1/+1
2024-11-08mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman2-5/+7
2024-11-08mm/page_alloc: split out buddy removal code from rmqueue into separate helperMel Gorman1-34/+47
2024-11-08mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked()Wonhyuk Yang1-8/+5
2024-11-08mm/page_alloc: call check_new_pages() while zone spinlock is not heldEric Dumazet1-9/+9
2024-10-22secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy1-2/+2
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin1-1/+1
2024-10-17mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-10-17mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-10-17mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-09-12memcg: protect concurrent access to mem_cgroup_idrShakeel Butt1-3/+20
2024-09-04mm/numa: no task_numa_fault() call if PTE is changedZi Yan1-15/+14
2024-09-04mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-17/+13
2024-09-04memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-08-19mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin1-4/+14
2024-08-19mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa1-155/+20
2024-08-19mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin1-1/+1
2024-07-27mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park1-3/+20
2024-07-18Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara1-1/+1
2024-07-18mm: avoid overflows in dirty throttling logicJan Kara1-4/+26
2024-07-05mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin1-0/+7
2024-07-05mm/cma: drop incorrect alignment check in cma_init_reserved_memFrank van der Linden1-4/+0
2024-07-05cma: factor out minimum alignment requirementDavid Hildenbrand1-15/+5
2024-04-13x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-0/+4
2024-04-10mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka3-11/+11
2024-04-10mm/migrate: set swap entry values of THP tail pages properly.Zi Yan1-1/+5
2024-04-10memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang1-2/+2
2024-04-10mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts1-1/+12
2024-04-10swap: comments get_swap_device() with usage ruleHuang Ying1-3/+9
2024-03-01userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra1-1/+13
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
2024-02-23mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla1-8/+9
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
2024-01-05mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li1-0/+9
2023-12-23kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann1-1/+3
2023-12-20memblock: allow to specify flags with memblock_add_node()David Hildenbrand2-5/+6
2023-12-20mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()David Hildenbrand1-2/+6
2023-12-13mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins1-1/+1
2023-11-28mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin1-1/+2
2023-11-28mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan1-1/+1
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
2023-11-08kasan: print the original fault addr when access invalid shadowHaibo Li1-3/+1
2023-11-08mm/migrate: fix do_pages_move for compat pointersGregory Price1-2/+12