aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-08mm: update NUMA counter threshold sizeGravatar Kemi Wang 1-2/+1
2017-09-08mm: change the call sites of numa statistics itemsGravatar Kemi Wang 1-8/+17
2017-09-06mm, memory_hotplug: get rid of zonelists_mutexGravatar Michal Hocko 1-1/+0
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsGravatar Michal Hocko 1-1/+1
2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEGravatar Michal Hocko 1-1/+1
2017-07-10mm: disallow early_pfn_to_nid on configurations which do not implement itGravatar Michal Hocko 1-0/+1
2017-07-10include/linux/mmzone.h: remove ancient/ambiguous commentGravatar Nikolay Borisov 1-5/+2
2017-07-06mm: vmstat: move slab statistics from zone to node countersGravatar Johannes Weiner 1-2/+2
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineGravatar Michal Hocko 1-0/+16
2017-07-06mm: consider zone which is not fully populated to have holesGravatar Michal Hocko 1-6/+29
2017-07-06mm: remove return value from init_currently_empty_zoneGravatar Michal Hocko 1-1/+1
2017-07-06mm, sparsemem: break out of loops earlyGravatar Dave Hansen 1-0/+2
2017-06-02mm: consider memblock reservations for deferred memory initialization sizingGravatar Michal Hocko 1-0/+1
2017-05-08mm, compaction: change migrate_async_suitable() to suitable_migration_source()Gravatar Vlastimil Babka 1-0/+5
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionGravatar Johannes Weiner 1-0/+2
2017-05-03mm: use is_migrate_highatomic() to simplify the codeGravatar Xishi Qiu 1-1/+1
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Gravatar Johannes Weiner 1-1/+0
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesGravatar Johannes Weiner 1-0/+2
2017-02-24mm: vmscan: scan dirty pages even in laptop modeGravatar Johannes Weiner 1-2/+0
2017-02-22mm, vmscan: cleanup lru size claculationsGravatar Michal Hocko 1-1/+1
2017-01-24mm, page_alloc: fix check for NULL preferred_zoneGravatar Vlastimil Babka 1-1/+5
2016-12-16linux: drop __bitwise__ everywhereGravatar Michael S. Tsirkin 1-1/+1
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesGravatar Linus Torvalds 1-28/+2
2016-09-01mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Gravatar Mel Gorman 1-2/+14
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-0/+2
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksGravatar Andy Lutomirski 1-1/+1
2016-07-28mm: remove reclaim and compaction retry approximationsGravatar Mel Gorman 1-0/+1
2016-07-28mm: add per-zone lru list statGravatar Minchan Kim 1-0/+6
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesGravatar Mel Gorman 1-4/+0
2016-07-28mm, page_alloc: remove fair zone allocation policyGravatar Mel Gorman 1-5/+0
2016-07-28mm: convert zone_reclaim to node_reclaimGravatar Mel Gorman 1-9/+9
2016-07-28mm: move vmscan writes and file write accounting to the nodeGravatar Mel Gorman 1-4/+4
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-9/+10
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDGravatar Mel Gorman 1-1/+1
2016-07-28mm: move page mapped accounting to the nodeGravatar Mel Gorman 1-3/+3
2016-07-28mm, page_alloc: consider dirtyable memory in terms of nodesGravatar Mel Gorman 1-6/+6
2016-07-28mm, workingset: make working set detection node-awareGravatar Mel Gorman 1-3/+3
2016-07-28mm, vmscan: make shrink_node decisions more node-centricGravatar Mel Gorman 1-2/+2
2016-07-28mm, vmscan: simplify the logic deciding whether kswapd sleepsGravatar Mel Gorman 1-2/+3
2016-07-28mm, mmzone: clarify the usage of zone paddingGravatar Mel Gorman 1-3/+4
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-27/+41
2016-07-28mm, vmscan: move lru_lock to the nodeGravatar Mel Gorman 1-2/+8
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsGravatar Mel Gorman 1-0/+13
2016-07-26mm, rmap: account shmem thp pagesGravatar Kirill A. Shutemov 1-1/+3
2016-07-26mm: add NR_ZSMALLOC to vmstatGravatar Minchan Kim 1-0/+3
2016-07-26mm: zap ZONE_OOM_LOCKEDGravatar Vladimir Davydov 1-1/+0
2016-07-26mm: Add is_migrate_cma_pageGravatar Laura Abbott 1-0/+2
2016-05-20mm fix commmets: if SPARSEMEM, pgdata doesn't have page_extGravatar Weijie Yang 1-1/+1
2016-05-20mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Gravatar Michal Hocko 1-0/+3
2016-05-19mm, page_alloc: inline pageblock lookup in page free fast pathsGravatar Mel Gorman 1-7/+0