aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski1-1/+1
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman1-0/+1
2016-07-28mm: add per-zone lru list statMinchan Kim1-0/+6
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman1-4/+0
2016-07-28mm, page_alloc: remove fair zone allocation policyMel Gorman1-5/+0
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman1-9/+9
2016-07-28mm: move vmscan writes and file write accounting to the nodeMel Gorman1-4/+4
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-9/+10
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman1-1/+1
2016-07-28mm: move page mapped accounting to the nodeMel Gorman1-3/+3
2016-07-28mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman1-6/+6
2016-07-28mm, workingset: make working set detection node-awareMel Gorman1-3/+3
2016-07-28mm, vmscan: make shrink_node decisions more node-centricMel Gorman1-2/+2
2016-07-28mm, vmscan: simplify the logic deciding whether kswapd sleepsMel Gorman1-2/+3
2016-07-28mm, mmzone: clarify the usage of zone paddingMel Gorman1-3/+4
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-27/+41
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman1-2/+8
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman1-0/+13
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov1-1/+3
2016-07-26mm: add NR_ZSMALLOC to vmstatMinchan Kim1-0/+3
2016-07-26mm: zap ZONE_OOM_LOCKEDVladimir Davydov1-1/+0
2016-07-26mm: Add is_migrate_cma_pageLaura Abbott1-0/+2
2016-05-20mm fix commmets: if SPARSEMEM, pgdata doesn't have page_extWeijie Yang1-1/+1
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for costly ordersMichal Hocko1-0/+3
2016-05-19mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman1-7/+0
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman1-7/+11
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman1-1/+2
2016-05-19mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman1-2/+11
2016-05-19mm/highmem: simplify is_highmem()Chanho Min1-4/+1
2016-03-17mm: scale kswapd watermarks in proportion to memoryJohannes Weiner1-0/+2
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka1-0/+6
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim1-0/+2
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner1-6/+7
2016-03-15mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka1-0/+3
2016-02-03thp: make split_queue per-nodeKirill A. Shutemov1-0/+6
2016-01-14mm: page_alloc: generalize the dirty balance reserveJohannes Weiner1-3/+3
2016-01-14mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai1-3/+3
2016-01-14mm/zonelist: enumerate zonelists array indexYaowei Bai1-11/+9
2016-01-14include/linux/mmzone.h: remove unused is_unevictable_lru()Yaowei Bai1-5/+0
2015-11-06include/linux/mmzone.h: reflow commentAndrew Morton1-6/+7
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman1-2/+4
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman1-8/+2
2015-11-06mm, page_alloc: delete the zonelist_cacheMel Gorman1-74/+0
2015-11-06mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman1-1/+1
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman1-1/+1
2015-11-05mm/page_alloc: remove unused parameter in init_currently_empty_zone()Yaowei Bai1-2/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+23
2015-09-04mm: remove struct node_active_regionminkyung88.kim1-8/+0
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-0/+23