aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-35/+246
2022-10-03mm: remove obsolete pgdat_is_empty()Miaohe Lin1-5/+0
2022-10-03mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin1-7/+0
2022-09-26mm: deduplicate cacheline padding codeShakeel Butt1-19/+5
2022-09-26mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V1-0/+3
2022-09-26mm: multi-gen LRU: thrashing preventionYu Zhao1-0/+2
2022-09-26mm: multi-gen LRU: kill switchYu Zhao1-0/+9
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao1-1/+55
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao1-0/+6
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao1-0/+41
2022-09-26mm: multi-gen LRU: groundworkYu Zhao1-0/+102
2022-09-11mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang1-2/+4
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-2/+2
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying1-0/+9
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying1-0/+7
2022-09-11mm/vmscan: define macros for refaults in struct lruvecYang Yang1-0/+2
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed1-0/+1
2022-07-29mm: cleanup is_highmem()Kefeng Wang1-12/+8
2022-07-17mm/page_alloc: protect PCP lists with a spinlockMel Gorman1-0/+1
2022-07-17mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman1-4/+7
2022-07-17mm: move page zone helpers from mm.h to mmzone.hAlex Sierra1-0/+80
2022-07-03mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li1-3/+3
2022-07-03mm: memory_hotplug: enumerate all supported section flagsMuchun Song1-9/+32
2022-05-13mm: cma: use pageblock_order as the single alignmentZi Yan1-4/+1
2022-04-08mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningWaiman Long1-4/+7
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying1-0/+1
2022-03-22NUMA Balancing: add page promotion counterHuang Ying1-0/+3
2022-03-22mm/mmzone.h: remove unused macrosMiaohe Lin1-7/+0
2022-03-22mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan1-0/+11
2022-01-15mm_zone: add function to check if managed dma zone existsBaoquan He1-0/+9
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman1-0/+1
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman1-0/+1
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman1-0/+1
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman1-0/+13
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang1-0/+22
2021-11-06mm: use __pfn_to_section() instead of open coding itRolf Eike Beer1-2/+2
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+7
2021-09-08mm: track present early pages per zoneDavid Hildenbrand1-0/+7
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport1-12/+0
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy1-0/+1
2021-09-03mm/sparse: set SECTION_NID_SHIFT to 6Naoya Horiguchi1-1/+1
2021-09-03mm: sparse: remove __section_nr() functionOhhoon Kwon1-1/+0
2021-07-01mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEMMel Gorman1-1/+4
2021-07-01mm: fix spelling mistakesZhen Lei1-1/+1
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-0/+9
2021-06-30include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport1-0/+11
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman1-1/+19
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport1-2/+2
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-3/+3
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport1-3/+5