summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2021-06-29mm: drop SECTION_SHIFT in code commentsDong Aisheng
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman
2021-06-29mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman
2021-06-29mm/page_alloc: scale the number of pages that are batch freedMel Gorman
2021-06-29mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman
2021-06-29mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman
2021-06-29mm/page_alloc: split per cpu page lists and zone statsMel Gorman
2021-06-29mm/mmzone.h: simplify is_highmem_idx()Mike Rapoport
2021-05-07mm: fix some typos and code style problemsShijie Luo
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin
2021-04-30mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiMike Rapoport
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand
2021-02-24mm/vmscan.c: make lruvec_lru_size() staticYu Zhao
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport
2020-12-15ia64: remove custom __early_pfn_to_nid()Mike Rapoport
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt
2020-11-20mm: Remove examples from enum zone_type commentNicolas Saenz Julienne
2020-10-16include/linux/mmzone.h: remove unused early_pfn_valid()Mike Rapoport
2020-10-16mm: use self-explanatory macros rather than "2"Yu Zhao
2020-10-13mmzone: clean code by removing unused macro parameterMateusz Nosek
2020-10-13mm: document semantics of ZONE_MOVABLEDavid Hildenbrand
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour
2020-08-12mm/compaction: correct the comments of compact_defer_shiftAlex Shi
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim
2020-08-07mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang
2020-08-07mm/page_alloc.c: replace the definition of NR_MIGRATETYPE_BITS with PB_migrat...Wei Yang
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner
2020-06-10mm: add comments on pglist_data zonesBen Widawsky
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner
2020-06-03mm: initialize deferred pages with interrupts enabledPavel Tatashin
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim