summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-10mm: disallow early_pfn_to_nid on configurations which do not implement itMichal Hocko1-0/+1
2017-07-10include/linux/mmzone.h: remove ancient/ambiguous commentNikolay Borisov1-5/+2
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner1-2/+2
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-0/+16
2017-07-06mm: consider zone which is not fully populated to have holesMichal Hocko1-6/+29
2017-07-06mm: remove return value from init_currently_empty_zoneMichal Hocko1-1/+1
2017-07-06mm, sparsemem: break out of loops earlyDave Hansen1-0/+2
2017-06-02mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko1-0/+1
2017-05-08mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka1-0/+5
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner1-0/+2
2017-05-03mm: use is_migrate_highatomic() to simplify the codeXishi Qiu1-1/+1
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner1-1/+0
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner1-0/+2
2017-02-24mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner1-2/+0
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko1-1/+1
2017-01-24mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka1-1/+5
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin1-1/+1
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds1-28/+2
2016-09-01mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman1-2/+14
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus 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 c...Michal 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