# SPDX-License-Identifier: GPL-2.0-only ### # This Makefile lists the most basic programs used during the build process. # The programs listed herein are what are needed to do the basic stuff, # such as fix file dependencies. # This initial step is needed to avoid files to be recompiled # when kernel configuration changes (which is what happens when # .config is included by main Makefile. # --------------------------------------------------------------------------- # fixdep: Used to generate dependency information during build process hostprogs-y := fixdep always := $(hostprogs-y) # fixdep is needed to compile other host programs $(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep e='id' value='55b2dcf58700041d6f0b037a98619222c825f004'/> Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/mm/compaction.c
AgeCommit message (Expand)Author
2020-04-07mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-02mm/compaction.c: clean code by removing unnecessary assignmentMateusz Nosek
2020-04-02mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior
2020-04-02mm, compaction: fully assume capture is not NULL in compact_zone_order()Vlastimil Babka
2020-04-02mm,thp,compaction,cma: allow THP migration for CMA allocationsRik van Riel
2019-10-14mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()Vlastimil Babka
2019-09-24mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages()Pengfei Li
2019-09-24mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zoneYafang Shao
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-08-03mm: compaction: avoid 100% CPU usage during compaction when a task is killedMel Gorman