summaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner2017-02-241-2/+0
* mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-221-1/+1
* mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka2017-01-241-1/+5
* linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-161-1/+1
* mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-271-28/+2
* mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman2016-09-011-2/+14
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+2
|\
| * mm: Add is_migrate_cma_pageLaura Abbott2016-07-261-0/+2
* | mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski2016-07-281-1/+1
* | mm: remove reclaim and compaction retry approximationsMel Gorman2016-07-281-0/+1
* | mm: add per-zone lru list statMinchan Kim2016-07-281-0/+6
* | mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-281-4/+0
* | mm, page_alloc: remove fair zone allocation policyMel Gorman2016-07-281-5/+0
* | mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-281-9/+9
* | mm: move vmscan writes and file write accounting to the nodeMel Gorman2016-07-281-4/+4
* | mm: move most file-based accounting to the nodeMel Gorman2016-07-281-9/+10
* | mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman2016-07-281-1/+1
* | mm: move page mapped accounting to the nodeMel Gorman2016-07-281-3/+3
* | mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman2016-07-281-6/+6
* | mm, workingset: make working set detection node-awareMel Gorman2016-07-281-3/+3
* | mm, vmscan: make shrink_node decisions more node-centricMel Gorman2016-07-281-2/+2
* | mm, vmscan: simplify the logic deciding whether kswapd sleepsMel Gorman2016-07-281-2/+3
* | mm, mmzone: clarify the usage of zone paddingMel Gorman2016-07-281-3/+4
* | mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-27/+41
* | mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-281-2/+8
* | mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-281-0/+13
* | mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-261-1/+3
* | mm: add NR_ZSMALLOC to vmstatMinchan Kim2016-07-261-0/+3
* | mm: zap ZONE_OOM_LOCKEDVladimir Davydov2016-07-261-1/+0
|/
* mm fix commmets: if SPARSEMEM, pgdata doesn't have page_extWeijie Yang2016-05-201-1/+1
* mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko2016-05-201-0/+3
* mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman2016-05-191-7/+0
* mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman2016-05-191-7/+11
* mm, page_alloc: convert alloc_flags to unsignedMel Gorman2016-05-191-1/+2
* mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman2016-05-191-2/+11
* mm/highmem: simplify is_highmem()Chanho Min2016-05-191-4/+1
* mm: scale kswapd watermarks in proportion to memoryJohannes Weiner2016-03-171-0/+2
* mm, compaction: introduce kcompactdVlastimil Babka2016-03-171-0/+6
* mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim2016-03-151-0/+2
* mm: workingset: per-cgroup cache thrash detectionJohannes Weiner2016-03-151-6/+7
* mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka2016-03-151-0/+3
* thp: make split_queue per-nodeKirill A. Shutemov2016-02-031-0/+6
* mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2016-01-141-3/+3
* mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai2016-01-141-3/+3
* mm/zonelist: enumerate zonelists array indexYaowei Bai2016-01-141-11/+9
* include/linux/mmzone.h: remove unused is_unevictable_lru()Yaowei Bai2016-01-141-5/+0
* include/linux/mmzone.h: reflow commentAndrew Morton2015-11-061-6/+7
* mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman2015-11-061-2/+4
* mm, page_alloc: remove MIGRATE_RESERVEMel Gorman2015-11-061-8/+2
* mm, page_alloc: delete the zonelist_cacheMel Gorman2015-11-061-74/+0