summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2019-05-14mm: maintain randomization of page free listsDan Williams
2019-05-14mm: move buddy list manipulations into helpersDan Williams
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams
2019-05-14mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() APIJohannes Weiner
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2019-03-05mm: fix some typos in mm directoryWei Yang
2019-03-05mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman
2019-01-08mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman
2018-12-28mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang
2018-12-28mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang
2018-12-28mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman
2018-12-28mm: remove managed_page_count_lock spinlockArun KS
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig
2018-12-14mm/sparse: add common helper to mark all memblocks presentLogan Gunthorpe
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport
2018-10-26mm: workingset: add vmstat counter for shadow nodesJohannes Weiner
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner
2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka
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