summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-29mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_freeMiaohe Lin1-3/+0
2022-04-29mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()Miaohe Lin1-29/+12
2022-04-29mm/z3fold: remove confusing local variable l reassignmentMiaohe Lin1-1/+0
2022-04-29mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivateMiaohe Lin1-3/+0
2022-04-29mm/z3fold: minor clean up for z3fold_freeMiaohe Lin1-4/+4
2022-04-29mm/z3fold: remove obsolete comment in z3fold_allocMiaohe Lin1-3/+0
2022-04-29mm/z3fold: declare z3fold_mount with __initMiaohe Lin1-1/+1
2022-04-29fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian1-2/+0
2022-04-29mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin1-2/+2
2022-04-29mm/vmscan: fix comment for current_may_throttleMiaohe Lin1-4/+3
2022-04-29mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin1-3/+1
2022-04-29mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang1-2/+2
2022-04-29mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang2-3/+5
2022-04-29mm/vmscan: reclaim only affects managed_zonesWei Yang1-2/+2
2022-04-29arm64: mm: hugetlb: enable HUGETLB_PAGE_FREE_VMEMMAP for arm64Muchun Song2-0/+15
2022-04-29mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2-1/+10
2022-04-29hugetlb: remove use of list iterator variable after loopJakob Koschel1-14/+19
2022-04-29mm, hugetlb, hwpoison: separate branch for free and in-use hugepageNaoya Horiguchi2-2/+6
2022-04-29mm/memory-failure.c: dissolve truncated hugetlb pageMiaohe Lin1-5/+4
2022-04-29mm/memory-failure.c: minor cleanup for HWPoisonHandlableMiaohe Lin1-5/+3
2022-04-29Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi3-13/+0
2022-04-29mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASEDNaoya Horiguchi1-0/+2
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-29Documentation/sysctl: document page_lock_unfairnessJoel Savitz1-0/+9
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 Jialin2-5/+1
2022-04-29MAINTAINERS: add corresponding kselftests to memcg entryRoman Gushchin1-0/+2
2022-04-29MAINTAINERS: add corresponding kselftests to cgroup entryRoman Gushchin1-0/+1
2022-04-29kselftests: memcg: speed up the memory.high testRoman Gushchin1-1/+1
2022-04-29kselftests: memcg: update the oom group leaf events testRoman Gushchin1-2/+3
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 Lin2-7/+4
2022-04-29mm: rework calculation of bdi_min_ratio in bdi_set_min_ratioChen Wandun1-5/+12
2022-04-29tools/vm/page_owner_sort.c: avoid repeated judgmentsYixuan Cao1-4/+2
2022-04-29tools/vm/page_owner_sort.c: provide allocator labelling and update --cull and...Yixuan Cao2-16/+99
2022-04-29tools/vm/page_owner: support debug log to avoid huge log printHaowen Bai1-8/+20
2022-04-29tools/vm/page_owner_sort.c: support sorting blocks by multiple keysJiajian Ye2-23/+165
2022-04-29tools/vm/page_owner_sort.c: support for multi-value selection in single argumentJiajian Ye2-26/+72
2022-04-29tools/vm/page_owner_sort.c: use fprintf() to send error messages to stderrJiajian Ye1-14/+16
2022-04-29Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-155/+195