summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang2022-04-271-0/+7
* no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Linus Torvalds2022-04-251-0/+2
* kvmalloc: use vmalloc_huge for vmalloc allocationsLinus Torvalds2022-04-241-2/+9
* page_alloc: use vmalloc_huge for large system hashSong Liu2022-04-241-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-228-73/+200
|\
| * mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Alistair Popple2022-04-211-1/+13
| * oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache2022-04-211-14/+40
| * mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-211-8/+0
| * userfaultfd: mark uffd_wp regardless of VM_WRITE flagNadav Amit2022-04-211-6/+9
| * memcg: sync flush only if periodic flush is delayedShakeel Butt2022-04-212-2/+12
| * mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu2022-04-211-0/+13
| * mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-04-212-42/+113
* | mm/vmalloc: huge vmalloc backing pages should be split rather than compoundNicholas Piggin2022-04-221-15/+21
|/
* vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu2022-04-191-7/+10
* mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang2022-04-151-4/+4
* mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval2022-04-151-11/+0
* hugetlb: do not demote poisoned hugetlb pagesMike Kravetz2022-04-151-7/+10
* mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla2022-04-151-5/+5
* mm: fix unexpected zeroed page mapping with zram swapMinchan Kim2022-04-151-54/+0
* mm, page_alloc: fix build_zonerefs_node()Juergen Gross2022-04-151-1/+1
* mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver2022-04-158-25/+81
* kasan: fix hw tags enablement when KUNIT tests are disabledVincenzo Frascino2022-04-152-6/+9
* mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen2022-04-151-0/+17
* tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins2022-04-152-17/+20
* Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-101-1/+1
|\
| * Revert "mm/page_alloc: mark pagesets as __maybe_unused"Sebastian Andrzej Siewior2022-04-051-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-084-8/+6
|\ \
| * | mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"Andrew Morton2022-04-081-6/+0
| * | mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin2022-04-081-0/+1
| * | mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini2022-04-081-0/+3
| * | highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov2022-04-081-2/+2
| * | mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.Zi Yan2022-04-082-2/+2
| |/
* | mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi2022-04-071-3/+3
* | mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)2022-04-071-14/+11
* | mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)2022-04-071-0/+13
* | mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)2022-04-071-42/+16
* | mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)2022-04-071-12/+10
* | mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMDMatthew Wilcox (Oracle)2022-04-071-6/+5
|/
* Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-04-012-154/+62
|\
| * fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-4/+6
| * readahead: Update commentsMatthew Wilcox (Oracle)2022-04-011-47/+45
| * mm: remove the skip_page argument to read_pagesChristoph Hellwig2022-04-011-10/+8
| * mm: remove the pages argument to read_pagesChristoph Hellwig2022-04-011-8/+5
| * fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-012-14/+3
| * readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)2022-04-011-76/+0
* | mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim2022-04-011-1/+4
* | mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee2022-04-011-2/+7
* | mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-011-4/+8
* | mm: kfence: fix objcgs vector allocationMuchun Song2022-04-012-1/+13
* | mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior2022-04-016-16/+47