aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-27kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same timeZqiang1-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-21mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Alistair Popple1-1/+13
2022-04-21oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache1-14/+40
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-8/+0
2022-04-21userfaultfd: mark uffd_wp regardless of VM_WRITE flagNadav Amit1-6/+9
2022-04-21memcg: sync flush only if periodic flush is delayedShakeel Butt2-2/+12
2022-04-21mm/memory-failure.c: skip huge_zero_page in memory_failure()Xu Yu1-0/+13
2022-04-21mm/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-15mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang1-4/+4
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval1-11/+0
2022-04-15hugetlb: do not demote poisoned hugetlb pagesMike Kravetz1-7/+10
2022-04-15mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla1-5/+5
2022-04-15mm: fix unexpected zeroed page mapping with zram swapMinchan Kim1-54/+0
2022-04-15mm, page_alloc: fix build_zonerefs_node()Juergen Gross1-1/+1
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver8-25/+81
2022-04-15kasan: fix hw tags enablement when KUNIT tests are disabledVincenzo Frascino2-6/+9
2022-04-15mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen1-0/+17
2022-04-15tmpfs: 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/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-04-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-8/+6
2022-04-08mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"Andrew Morton1-6/+0
2022-04-08mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin1-0/+1
2022-04-08mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini1-0/+3
2022-04-08highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov1-2/+2
2022-04-08mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.Zi Yan2-2/+2
2022-04-07mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi1-3/+3
2022-04-07mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)1-14/+11
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)1-0/+13
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)1-42/+16
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)1-12/+10
2022-04-07mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMDMatthew Wilcox (Oracle)1-6/+5
2022-04-05Revert "mm/page_alloc: mark pagesets as __maybe_unused"Sebastian Andrzej Siewior1-1/+1
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-154/+62
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim1-1/+4
2022-04-01mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee1-2/+7
2022-04-01mm,hwpoison: unmap poisoned page before invalidationRik van Riel1-4/+8
2022-04-01mm: kfence: fix objcgs vector allocationMuchun Song2-1/+13
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior6-16/+47
2022-04-01mm/munlock: add lru_add_drain() to fix memcg_stat_testHugh Dickins1-2/+8
2022-04-01Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla1-8/+1
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-4/+6
2022-04-01readahead: Update commentsMatthew Wilcox (Oracle)1-47/+45
2022-04-01mm: remove the skip_page argument to read_pagesChristoph Hellwig1-10/+8
2022-04-01mm: remove the pages argument to read_pagesChristoph Hellwig1-8/+5