summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-09-11mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-09-11mm/vmscan: define macros for refaults in struct lruvecYang Yang
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed
2022-07-29mm: cleanup is_highmem()Kefeng Wang
2022-07-17mm/page_alloc: protect PCP lists with a spinlockMel Gorman
2022-07-17mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman
2022-07-17mm: move page zone helpers from mm.h to mmzone.hAlex Sierra
2022-07-03mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li
2022-07-03mm: memory_hotplug: enumerate all supported section flagsMuchun Song
2022-05-13mm: cma: use pageblock_order as the single alignmentZi Yan
2022-04-08mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningWaiman Long
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying
2022-03-22NUMA Balancing: add page promotion counterHuang Ying
2022-03-22mm/mmzone.h: remove unused macrosMiaohe Lin
2022-03-22mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan
2022-01-15mm_zone: add function to check if managed dma zone existsBaoquan He
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang
2021-11-06mm: use __pfn_to_section() instead of open coding itRolf Eike Beer
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08mm: track present early pages per zoneDavid Hildenbrand
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy
2021-09-03mm/sparse: set SECTION_NID_SHIFT to 6Naoya Horiguchi
2021-09-03mm: sparse: remove __section_nr() functionOhhoon Kwon
2021-07-01mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEMMel Gorman
2021-07-01mm: fix spelling mistakesZhen Lei
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual
2021-06-30include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport
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