aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-4/+1
2018-10-26mm: workingset: add vmstat counter for shadow nodesJohannes Weiner1-0/+1
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner1-0/+1
2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka1-1/+1
2018-10-09mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju1-4/+0
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman1-6/+0
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin1-6/+20
2018-08-22mm: remove zone_id() and make use of zone_idx() in is_dev_zone()Oscar Salvador1-19/+12
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim1-1/+1
2018-04-11mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin1-0/+1
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes1-1/+2
2018-04-05mm: disable interrupts while initializing deferred pagesPavel Tatashin1-2/+3
2018-03-27x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_SIZE logicDavid Rientjes1-5/+0
2018-01-31include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_map pointerPetr Tesarik1-2/+10
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin1-1/+2
2017-11-15mm: remove unused pgdat->inactive_ratioAndrey Ryabinin1-6/+0
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov1-1/+5
2017-10-03mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline functionYASUAKI ISHIMATSU1-2/+8
2017-09-08mm: update NUMA counter threshold sizeKemi Wang1-2/+1
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang1-8/+17
2017-09-06mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko1-1/+0
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko1-1/+1
2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko1-1/+1
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 buddy allocatorMel Gorman1-2/+14
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