aboutsummaryrefslogtreecommitdiff
path: root/mm/mmzone.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12zswap: shrink zswap pool based on memory pressureGravatar Nhat Pham 1-0/+1
2023-10-25mm: remove page_cpupid_xchg_last()Gravatar Kefeng Wang 1-3/+3
2022-09-26mm: multi-gen LRU: groundworkGravatar Yu Zhao 1-0/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+7
2022-03-22mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()Gravatar Peter Collingbourne 1-3/+4
2022-02-17mm/munlock: maintain page->mlock_count while unevictableGravatar Hugh Dickins 1-0/+7
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockGravatar Alex Shi 1-0/+1
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELGravatar Mike Rapoport 1-14/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-02-22mm/mmzone.c: swap likely to unlikely as code logic is different for next_zone...Gravatar Steven Rostedt 1-1/+1
2016-05-19mm, page_alloc: inline the fast path of the zonelist iteratorGravatar Mel Gorman 1-1/+1
2016-01-14mm/mmzone.c: memmap_valid_within() can be booleanGravatar Yaowei Bai 1-4/+4
2015-02-11mm: microoptimize zonelist operationsGravatar Vlastimil Babka 1-3/+1
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Gravatar Peter Zijlstra 1-7/+7
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsGravatar Mel Gorman 1-7/+7
2013-02-23mm: rename page struct field helpersGravatar Mel Gorman 1-2/+2
2013-02-23mm: uninline page_xchg_last_nid()Gravatar Mel Gorman 1-1/+19
2012-11-16memcg: fix hotplugged memory zone oopsGravatar Hugh Dickins 1-5/+1
2012-07-31memcg: rename config variablesGravatar Andrew Morton 1-1/+1
2012-05-29mm: add link from struct lruvec to struct zoneGravatar Konstantin Khlebnikov 1-0/+14
2011-10-31mm: delete various needless include <linux/module.h>Gravatar Paul Gortmaker 1-1/+0
2011-01-13mm: page allocator: adjust the per-cpu counter threshold when memory is lowGravatar Mel Gorman 1-21/+0
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Gravatar Christoph Lameter 1-0/+21
2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected hole...Gravatar Mel Gorman 1-0/+15
2008-09-13mm: mark the correct zone as full when scanning zonelistsGravatar Mel Gorman 1-1/+1
2008-04-28mm: filter based on a nodemask as well as a gfp_maskGravatar Mel Gorman 1-0/+30
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsGravatar Adrian Bunk 1-5/+0
2006-07-10[PATCH] mm/mmzone.c: EXPORT_UNUSED_SYMBOLGravatar Adrian Bunk 1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-27[PATCH] uninline zone helpersGravatar KAMEZAWA Hiroyuki 1-0/+50