summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-04-28mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()Miaohe Lin1-3/+0
2022-04-28mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_freeMiaohe Lin1-3/+0
2022-04-28mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()Miaohe Lin1-29/+12
2022-04-28mm/z3fold: remove confusing local variable l reassignmentMiaohe Lin1-1/+0
2022-04-28mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivateMiaohe Lin1-3/+0
2022-04-28mm/z3fold: minor clean up for z3fold_freeMiaohe Lin1-4/+4
2022-04-28mm/z3fold: remove obsolete comment in z3fold_allocMiaohe Lin1-3/+0
2022-04-28mm/z3fold: declare z3fold_mount with __initMiaohe Lin1-1/+1
2022-04-28mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin1-2/+2
2022-04-28mm/vmscan: fix comment for current_may_throttleMiaohe Lin1-4/+3
2022-04-28mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin1-3/+1
2022-04-28mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang1-2/+2
2022-04-28mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang2-3/+5
2022-04-28mm/vmscan: reclaim only affects managed_zonesWei Yang1-2/+2
2022-04-28hugetlb: remove use of list iterator variable after loopJakob Koschel1-14/+19
2022-04-28mm, hugetlb, hwpoison: separate branch for free and in-use hugepageNaoya Horiguchi2-2/+6
2022-04-28mm/memory-failure.c: dissolve truncated hugetlb pageMiaohe Lin1-5/+4
2022-04-28mm/memory-failure.c: minor cleanup for HWPoisonHandlableMiaohe Lin1-5/+3
2022-04-28Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi1-11/+0
2022-04-28mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASEDNaoya Horiguchi1-0/+2
2022-04-28mm/memory-failure.c: remove unnecessary (void*) conversionsliqiong1-2/+2
2022-04-28mm: wrap __find_buddy_pfn() with a necessary buddy page validationZi Yan3-77/+101
2022-04-28mm: page_alloc: simplify pageblock migratetype check in __free_one_page()Zi Yan1-29/+17
2022-04-28mm/page_alloc: adding same penalty is enough to get round-robin orderWei Yang1-6/+3
2022-04-28vmap(): don't allow invalid pagesYury Norov1-0/+3
2022-04-28mm/vmalloc: fix a commentYixuan Cao1-1/+1
2022-04-28mm/memcontrol.c: remove unused private flag of memory.oom_controlLu Jialin1-4/+0
2022-04-28mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin1-1/+1
2022-04-28mm/memcg: non-hierarchical mode is deprecatedWei Yang1-3/+0
2022-04-28mm/memcg: move generation assignment and comparison togetherWei Yang1-3/+7
2022-04-28mm/memcg: set pos explicitly for reclaim and !reclaimWei Yang1-3/+2
2022-04-28mm/memcg: set memcg after css verified and got referenceWei Yang1-8/+3
2022-04-28mm/memcg: mz already removed from rb_tree if not NULLWei Yang1-1/+0
2022-04-28mm/memcg: remove unneeded nr_scannedMiaohe Lin1-4/+1
2022-04-28mm: shmem: make shmem_init return voidMiaohe Lin1-6/+3
2022-04-28mm: 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-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