summaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim2018-04-111-1/+1
* mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin2018-04-111-0/+1
* mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes2018-04-051-1/+2
* mm: disable interrupts while initializing deferred pagesPavel Tatashin2018-04-051-2/+3
* x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes2018-03-271-5/+0
* include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_ma...Petr Tesarik2018-01-311-2/+10
* mm/page_alloc.c: broken deferred calculationPavel Tatashin2017-11-151-1/+2
* mm: remove unused pgdat->inactive_ratioAndrey Ryabinin2017-11-151-6/+0
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2017-10-201-1/+5
|/
* mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU2017-10-031-2/+8
* mm: update NUMA counter threshold sizeKemi Wang2017-09-081-2/+1
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-081-8/+17
* mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko2017-09-061-1/+0
* mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-061-1/+1
* mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko2017-09-061-1/+1
* mm: disallow early_pfn_to_nid on configurations which do not implement itMichal Hocko2017-07-101-0/+1
* include/linux/mmzone.h: remove ancient/ambiguous commentNikolay Borisov2017-07-101-5/+2
* mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-061-2/+2
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-0/+16
* mm: consider zone which is not fully populated to have holesMichal Hocko2017-07-061-6/+29
* mm: remove return value from init_currently_empty_zoneMichal Hocko2017-07-061-1/+1
* mm, sparsemem: break out of loops earlyDave Hansen2017-07-061-0/+2
* mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2017-06-021-0/+1
* mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka2017-05-081-0/+5
* mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-031-0/+2
* mm: use is_migrate_highatomic() to simplify the codeXishi Qiu2017-05-031-1/+1
* mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner2017-05-031-1/+0
* mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2017-05-031-0/+2
* mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner2017-02-241-2/+0
* mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-221-1/+1
* mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka2017-01-241-1/+5
* linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-161-1/+1
* mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-271-28/+2
* mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman2016-09-011-2/+14
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+2
|\
| * mm: Add is_migrate_cma_pageLaura Abbott2016-07-261-0/+2
* | mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski2016-07-281-1/+1
* | mm: remove reclaim and compaction retry approximationsMel Gorman2016-07-281-0/+1
* | mm: add per-zone lru list statMinchan Kim2016-07-281-0/+6
* | mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-281-4/+0
* | mm, page_alloc: remove fair zone allocation policyMel Gorman2016-07-281-5/+0
* | mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-281-9/+9
* | mm: move vmscan writes and file write accounting to the nodeMel Gorman2016-07-281-4/+4
* | mm: move most file-based accounting to the nodeMel Gorman2016-07-281-9/+10
* | mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman2016-07-281-1/+1
* | mm: move page mapped accounting to the nodeMel Gorman2016-07-281-3/+3
* | mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman2016-07-281-6/+6
* | mm, workingset: make working set detection node-awareMel Gorman2016-07-281-3/+3