summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin2022-04-281-4/+4
| * | | | | mm: untangle config dependencies for demote-on-reclaimOscar Salvador2022-04-282-7/+6
| * | | | | mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang2022-04-281-5/+0
| * | | | | mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin2022-04-281-2/+7
| * | | | | mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin2022-04-281-3/+3
| * | | | | mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin2022-04-281-0/+8
| * | | | | mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin2022-04-281-24/+12
| * | | | | mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin2022-04-281-2/+2
| * | | | | mm/migration: use helper macro min in do_pages_statMiaohe Lin2022-04-281-6/+2
| * | | | | mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin2022-04-281-2/+2
| * | | | | mm/migration: remove unneeded local variable page_lruMiaohe Lin2022-04-281-3/+1
| * | | | | mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin2022-04-281-4/+2
| * | | | | mm/mempolicy: clean up the code logic in queue_pages_pte_rangeMiaohe Lin2022-04-281-9/+3
| * | | | | mm: compaction: use helper isolation_suitable()Miaohe Lin2022-04-281-1/+1
| * | | | | mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()Miaohe Lin2022-04-281-3/+0
| * | | | | mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_freeMiaohe Lin2022-04-281-3/+0
| * | | | | mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()Miaohe Lin2022-04-281-29/+12
| * | | | | mm/z3fold: remove confusing local variable l reassignmentMiaohe Lin2022-04-281-1/+0
| * | | | | mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivateMiaohe Lin2022-04-281-3/+0
| * | | | | mm/z3fold: minor clean up for z3fold_freeMiaohe Lin2022-04-281-4/+4
| * | | | | mm/z3fold: remove obsolete comment in z3fold_allocMiaohe Lin2022-04-281-3/+0
| * | | | | mm/z3fold: declare z3fold_mount with __initMiaohe Lin2022-04-281-1/+1
| * | | | | mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin2022-04-281-2/+2
| * | | | | mm/vmscan: fix comment for current_may_throttleMiaohe Lin2022-04-281-4/+3
| * | | | | mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin2022-04-281-3/+1
| * | | | | mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang2022-04-281-2/+2
| * | | | | mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang2022-04-282-3/+5
| * | | | | mm/vmscan: reclaim only affects managed_zonesWei Yang2022-04-281-2/+2
| * | | | | hugetlb: remove use of list iterator variable after loopJakob Koschel2022-04-281-14/+19
| * | | | | mm, hugetlb, hwpoison: separate branch for free and in-use hugepageNaoya Horiguchi2022-04-282-2/+6
| * | | | | mm/memory-failure.c: dissolve truncated hugetlb pageMiaohe Lin2022-04-281-5/+4
| * | | | | mm/memory-failure.c: minor cleanup for HWPoisonHandlableMiaohe Lin2022-04-281-5/+3
| * | | | | Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2022-04-281-11/+0
| * | | | | mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASEDNaoya Horiguchi2022-04-281-0/+2
| * | | | | mm/memory-failure.c: remove unnecessary (void*) conversionsliqiong2022-04-281-2/+2
| * | | | | mm: wrap __find_buddy_pfn() with a necessary buddy page validationZi Yan2022-04-283-77/+101
| * | | | | mm: page_alloc: simplify pageblock migratetype check in __free_one_page()Zi Yan2022-04-281-29/+17
| * | | | | mm/page_alloc: adding same penalty is enough to get round-robin orderWei Yang2022-04-281-6/+3
| * | | | | vmap(): don't allow invalid pagesYury Norov2022-04-281-0/+3
| * | | | | mm/vmalloc: fix a commentYixuan Cao2022-04-281-1/+1
| * | | | | mm/memcontrol.c: remove unused private flag of memory.oom_controlLu Jialin2022-04-281-4/+0
| * | | | | mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin2022-04-281-1/+1
| * | | | | mm/memcg: non-hierarchical mode is deprecatedWei Yang2022-04-281-3/+0
| * | | | | mm/memcg: move generation assignment and comparison togetherWei Yang2022-04-281-3/+7
| * | | | | mm/memcg: set pos explicitly for reclaim and !reclaimWei Yang2022-04-281-3/+2
| * | | | | mm/memcg: set memcg after css verified and got referenceWei Yang2022-04-281-8/+3
| * | | | | mm/memcg: mz already removed from rb_tree if not NULLWei Yang2022-04-281-1/+0
| * | | | | mm/memcg: remove unneeded nr_scannedMiaohe Lin2022-04-281-4/+1
| * | | | | mm: shmem: make shmem_init return voidMiaohe Lin2022-04-281-6/+3
| * | | | | mm: rework calculation of bdi_min_ratio in bdi_set_min_ratioChen Wandun2022-04-281-5/+12