summaryrefslogtreecommitdiff
path: root/mm/mmzone.c
AgeCommit message (Expand)Author
2023-12-12zswap: shrink zswap pool based on memory pressureNhat Pham
2023-10-25mm: remove page_cpupid_xchg_last()Kefeng Wang
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()Peter Collingbourne
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-22mm/mmzone.c: swap likely to unlikely as code logic is different for next_zone...Steven Rostedt
2016-05-19mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman
2016-01-14mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai
2015-02-11mm: microoptimize zonelist operationsVlastimil Babka
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-02-23mm: rename page struct field helpersMel Gorman
2013-02-23mm: uninline page_xchg_last_nid()Mel Gorman
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins
2012-07-31memcg: rename config variablesAndrew Morton
2012-05-29mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker
2011-01-13mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected hole...Mel Gorman
2008-09-13mm: mark the correct zone as full when scanning zonelistsMel Gorman
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk
2006-07-10[PATCH] mm/mmzone.c: EXPORT_UNUSED_SYMBOLAdrian Bunk
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-27[PATCH] uninline zone helpersKAMEZAWA Hiroyuki