aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24mm: thp: extract split_queue_* into a structYang Shi1-3/+9
2019-09-24mm,thp: stats for file backed THPSong Liu1-0/+2
2019-08-30mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin1-2/+3
2019-07-18libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams1-0/+3
2019-07-18mm: kill is_dev_zone() helperDan Williams1-12/+0
2019-07-18mm/sparsemem: add helpers track active portions of a section at bootDan Williams1-1/+32
2019-07-18mm/sparsemem: introduce a SECTION_IS_EARLY flagDan Williams1-1/+7
2019-07-18mm/sparsemem: introduce struct mem_section_usageDan Williams1-3/+25
2019-07-18mm: section numbers use the type "unsigned long"David Hildenbrand1-2/+2
2019-05-14mm: maintain randomization of page free listsDan Williams1-0/+12
2019-05-14mm: move buddy list manipulations into helpersDan Williams1-0/+46
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams1-0/+1
2019-05-14mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() APIJohannes Weiner1-5/+0
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-4/+0
2019-03-05mm: fix some typos in mm directoryWei Yang1-1/+1
2019-03-05mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman1-0/+2
2019-01-08mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman1-0/+6
2018-12-28mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang1-2/+2
2018-12-28mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang1-2/+1
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang1-2/+0
2018-12-28mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan1-1/+1
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman1-4/+7
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman1-4/+5
2018-12-28mm: remove managed_page_count_lock spinlockArun KS1-6/+0
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS1-2/+7
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig1-1/+1
2018-12-14mm/sparse: add common helper to mark all memblocks presentLogan Gunthorpe1-0/+6
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