aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2018-10-09mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin
2018-08-22mm: remove zone_id() and make use of zone_idx() in is_dev_zone()Oscar Salvador
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim
2018-04-11mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes
2018-04-05mm: disable interrupts while initializing deferred pagesPavel Tatashin
2018-03-27x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes
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