summaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman2015-11-061-1/+1
* mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman2015-11-061-1/+1
* mm/page_alloc: remove unused parameter in init_currently_empty_zone()Yaowei Bai2015-11-051-2/+1
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-0/+23
|\
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-0/+23
* | mm: remove struct node_active_regionminkyung88.kim2015-09-041-8/+0
|/