summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-04-29mm/memory-failure.c: remove unnecessary (void*) conversionsliqiong1-2/+2
2022-04-29mm: wrap __find_buddy_pfn() with a necessary buddy page validationZi Yan3-77/+101
2022-04-29mm: page_alloc: simplify pageblock migratetype check in __free_one_page()Zi Yan1-29/+17
2022-04-29mm/page_alloc: adding same penalty is enough to get round-robin orderWei Yang1-6/+3
2022-04-29vmap(): don't allow invalid pagesYury Norov1-0/+3
2022-04-29mm/vmalloc: fix a commentYixuan Cao1-1/+1
2022-04-29mm/memcontrol.c: remove unused private flag of memory.oom_controlLu Jialin1-4/+0
2022-04-29mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin1-1/+1
2022-04-29mm/memcg: non-hierarchical mode is deprecatedWei Yang1-3/+0
2022-04-29mm/memcg: move generation assignment and comparison togetherWei Yang1-3/+7
2022-04-29mm/memcg: set pos explicitly for reclaim and !reclaimWei Yang1-3/+2
2022-04-29mm/memcg: set memcg after css verified and got referenceWei Yang1-8/+3
2022-04-29mm/memcg: mz already removed from rb_tree if not NULLWei Yang1-1/+0
2022-04-29mm/memcg: remove unneeded nr_scannedMiaohe Lin1-4/+1
2022-04-29mm: shmem: make shmem_init return voidMiaohe Lin1-6/+3
2022-04-29mm: rework calculation of bdi_min_ratio in bdi_set_min_ratioChen Wandun1-5/+12
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
2022-04-09mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin1-0/+1
2022-04-09mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini1-0/+3
2022-04-09highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov1-2/+2
2022-04-09mm: 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