summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-05-09mm/kfence: reset PG_slab and memcg_data before freeing __kfence_poolHyeonggon Yoo
2022-05-09mm: mremap: fix sign for EFAULT error return valueNiels Dossche
2022-05-05mm/readahead: Fix readahead with large foliosMatthew Wilcox (Oracle)
2022-04-28mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()Naoya Horiguchi
2022-04-28mm/huge_memory: do not overkill when splitting huge_zero_pageXu Yu
2022-04-28Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"Xu Yu
2022-04-27kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang
2022-04-25no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Linus Torvalds
2022-04-24kvmalloc: use vmalloc_huge for vmalloc allocationsLinus Torvalds
2022-04-24page_alloc: use vmalloc_huge for large system hashSong Liu
2022-04-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-04-22mm/vmalloc: huge vmalloc backing pages should be split rather than compoundNicholas Piggin
2022-04-21mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Alistair Popple
2022-04-21oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-04-21userfaultfd: mark uffd_wp regardless of VM_WRITE flagNadav Amit
2022-04-21memcg: sync flush only if periodic flush is delayedShakeel Butt
2022-04-21mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu
2022-04-21mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu
2022-04-15mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval
2022-04-15hugetlb: do not demote poisoned hugetlb pagesMike Kravetz
2022-04-15mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla
2022-04-15mm: fix unexpected zeroed page mapping with zram swapMinchan Kim
2022-04-15mm, page_alloc: fix build_zonerefs_node()Juergen Gross
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver
2022-04-15kasan: fix hw tags enablement when KUNIT tests are disabledVincenzo Frascino
2022-04-15mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen
2022-04-15tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-04-08mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"Andrew Morton
2022-04-08mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin
2022-04-08mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini
2022-04-08highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov
2022-04-08mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.Zi Yan
2022-04-07mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi
2022-04-07mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)
2022-04-07mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMDMatthew Wilcox (Oracle)
2022-04-05Revert "mm/page_alloc: mark pagesets as __maybe_unused"Sebastian Andrzej Siewior
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim
2022-04-01mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee
2022-04-01mm,hwpoison: unmap poisoned page before invalidationRik van Riel
2022-04-01mm: kfence: fix objcgs vector allocationMuchun Song