aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmzone.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi1-0/+1
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-14/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-22mm/mmzone.c: swap likely to unlikely as code logic is different for next_zones_zonelist()Steven Rostedt1-1/+1
2016-05-19mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman1-1/+1
2016-01-14mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai1-4/+4
2015-02-11mm: microoptimize zonelist operationsVlastimil Babka1-3/+1
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra1-7/+7
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-7/+7
2013-02-23mm: rename page struct field helpersMel Gorman1-2/+2
2013-02-23mm: uninline page_xchg_last_nid()Mel Gorman1-1/+19
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins1-5/+1
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-05-29mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov1-0/+14
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker1-1/+0
2011-01-13mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman1-21/+0
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awakeChristoph Lameter1-0/+21
2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected holes V2Mel Gorman1-0/+15
2008-09-13mm: mark the correct zone as full when scanning zonelistsMel Gorman1-1/+1
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-0/+30
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk1-5/+0
2006-07-10[PATCH] mm/mmzone.c: EXPORT_UNUSED_SYMBOLAdrian Bunk1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-27[PATCH] uninline zone helpersKAMEZAWA Hiroyuki1-0/+50