summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2018-01-31include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_ma...Petr Tesarik
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin
2017-11-15mm: remove unused pgdat->inactive_ratioAndrey Ryabinin
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-10-03mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU
2017-09-08mm: update NUMA counter threshold sizeKemi Wang
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang
2017-09-06mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko
2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko
2017-07-10mm: disallow early_pfn_to_nid on configurations which do not implement itMichal Hocko
2017-07-10include/linux/mmzone.h: remove ancient/ambiguous commentNikolay Borisov
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko
2017-07-06mm: consider zone which is not fully populated to have holesMichal Hocko
2017-07-06mm: remove return value from init_currently_empty_zoneMichal Hocko
2017-07-06mm, sparsemem: break out of loops earlyDave Hansen
2017-06-02mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko
2017-05-08mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner
2017-05-03mm: use is_migrate_highatomic() to simplify the codeXishi Qiu
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner
2017-02-24mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko
2017-01-24mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds
2016-09-01mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman
2016-07-28mm: add per-zone lru list statMinchan Kim
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman
2016-07-28mm, page_alloc: remove fair zone allocation policyMel Gorman
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman
2016-07-28mm: move vmscan writes and file write accounting to the nodeMel Gorman
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman
2016-07-28mm: move page mapped accounting to the nodeMel Gorman
2016-07-28mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman
2016-07-28mm, workingset: make working set detection node-awareMel Gorman
2016-07-28mm, vmscan: make shrink_node decisions more node-centricMel Gorman
2016-07-28mm, vmscan: simplify the logic deciding whether kswapd sleepsMel Gorman
2016-07-28mm, mmzone: clarify the usage of zone paddingMel Gorman
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman