summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-06-29mm: lru_cache_disable: use synchronize_rcu_expeditedMarcelo Tosatti1-1/+1
2022-06-29mm/memory-failure: disable unpoison once hw error happenszhenwei pi3-2/+14
2022-06-29filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple1-0/+2
2022-06-29mm/slub: add missing TID updates on slab deactivationJann Horn1-0/+2
2022-06-29filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)1-0/+2
2022-06-22init: Initialize noop_backing_dev_info earlyJan Kara1-9/+2
2022-06-14mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)1-2/+1
2022-06-14filemap: Cache the value of vm_flagsMatthew Wilcox (Oracle)1-4/+5
2022-06-09mm/memremap: fix missing call to untrack_pfn() in pagemap_range()Miaohe Lin1-1/+1
2022-06-09hugetlb: fix huge_pmd_unshare address updateMike Kravetz1-1/+8
2022-06-09mm/page_alloc: always attempt to allocate at least one page during bulk alloc...Mel Gorman1-2/+2
2022-06-09mm/page_owner: use strscpy() instead of strlcpy()Eric Dumazet1-1/+1
2022-06-09Revert "mm/cma.c: remove redundant cma_mutex lock"Dong Aisheng1-1/+3
2022-06-09mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto1-0/+2
2022-06-06zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf1-4/+33
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld1-0/+32
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-16/+18
2022-05-10mm/kfence: reset PG_slab and memcg_data before freeing __kfence_poolHyeonggon Yoo1-0/+10
2022-05-10mm: mremap: fix sign for EFAULT error return valueNiels Dossche1-1/+1
2022-05-05mm/readahead: Fix readahead with large foliosMatthew Wilcox (Oracle)1-6/+9
2022-04-29mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()Naoya Horiguchi1-1/+1
2022-04-29mm/huge_memory: do not overkill when splitting huge_zero_pageXu Yu1-1/+6
2022-04-29Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"Xu Yu1-13/+0
2022-04-27kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang1-0/+7
2022-04-25no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Linus Torvalds1-0/+2
2022-04-24kvmalloc: use vmalloc_huge for vmalloc allocationsLinus Torvalds1-2/+9
2022-04-24page_alloc: use vmalloc_huge for large system hashSong Liu1-1/+1
2022-04-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-73/+200
2022-04-22mm/vmalloc: huge vmalloc backing pages should be split rather than compoundNicholas Piggin1-15/+21
2022-04-22mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Alistair Popple1-1/+13
2022-04-22oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache1-14/+40
2022-04-22mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-8/+0
2022-04-22userfaultfd: mark uffd_wp regardless of VM_WRITE flagNadav Amit1-6/+9
2022-04-22memcg: sync flush only if periodic flush is delayedShakeel Butt2-2/+12
2022-04-22mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu1-0/+13
2022-04-22mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2-42/+113
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu1-7/+10
2022-04-16mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang1-4/+4
2022-04-16mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval1-11/+0
2022-04-16hugetlb: do not demote poisoned hugetlb pagesMike Kravetz1-7/+10
2022-04-16mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla1-5/+5
2022-04-16mm: fix unexpected zeroed page mapping with zram swapMinchan Kim1-54/+0
2022-04-16mm, page_alloc: fix build_zonerefs_node()Juergen Gross1-1/+1
2022-04-16mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver8-25/+81
2022-04-16kasan: fix hw tags enablement when KUNIT tests are disabledVincenzo Frascino2-6/+9
2022-04-16mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen1-0/+17
2022-04-16tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins2-17/+20
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2022-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-8/+6
2022-04-09mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"Andrew Morton1-6/+0