aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-22NUMA balancing: optimize page placement for memory tiering systemGravatar Huang Ying 1-0/+1
2022-03-22NUMA Balancing: add page promotion counterGravatar Huang Ying 1-0/+3
2022-03-22mm/mmzone.h: remove unused macrosGravatar Miaohe Lin 1-7/+0
2022-03-22mm: page_alloc: avoid merging non-fallbackable pageblocks with othersGravatar Zi Yan 1-0/+11
2022-01-15mm_zone: add function to check if managed dma zone existsGravatar Baoquan He 1-0/+9
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressGravatar Mel Gorman 1-0/+1
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeGravatar Mel Gorman 1-0/+1
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedGravatar Mel Gorman 1-0/+1
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedGravatar Mel Gorman 1-0/+13
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyGravatar Feng Tang 1-0/+22
2021-11-06mm: use __pfn_to_section() instead of open coding itGravatar Rolf Eike Beer 1-2/+2
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-12/+7
2021-09-08mm: track present early pages per zoneGravatar David Hildenbrand 1-0/+7
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEGravatar Mike Rapoport 1-12/+0
2021-09-03mm: compaction: support triggering of proactive compaction by userGravatar Charan Teja Reddy 1-0/+1
2021-09-03mm/sparse: set SECTION_NID_SHIFT to 6Gravatar Naoya Horiguchi 1-1/+1
2021-09-03mm: sparse: remove __section_nr() functionGravatar Ohhoon Kwon 1-1/+0
2021-07-01mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEMGravatar Mel Gorman 1-1/+4
2021-07-01mm: fix spelling mistakesGravatar Zhen Lei 1-1/+1
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDGravatar Anshuman Khandual 1-0/+9
2021-06-30include/linux/mmzone.h: add documentation for pfn_valid()Gravatar Mike Rapoport 1-0/+11
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsGravatar Mel Gorman 1-1/+19
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMGravatar Mike Rapoport 1-2/+2
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAGravatar Mike Rapoport 1-3/+3
2021-06-29mm: remove CONFIG_DISCONTIGMEMGravatar Mike Rapoport 1-3/+5
2021-06-29mm: drop SECTION_SHIFT in code commentsGravatar Dong Aisheng 1-2/+0
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionGravatar Mel Gorman 1-0/+3
2021-06-29mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeGravatar Mel Gorman 1-0/+1
2021-06-29mm/page_alloc: scale the number of pages that are batch freedGravatar Mel Gorman 1-1/+2
2021-06-29mm/page_alloc: delete vm.percpu_pagelist_fractionGravatar Mel Gorman 1-3/+0
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersGravatar Mel Gorman 1-4/+9
2021-06-29mm/page_alloc: convert per-cpu list protection to local_lockGravatar Mel Gorman 1-0/+2
2021-06-29mm/page_alloc: split per cpu page lists and zone statsGravatar Mel Gorman 1-8/+10
2021-06-29mm/mmzone.h: simplify is_highmem_idx()Gravatar Mike Rapoport 1-12/+1
2021-05-07mm: fix some typos and code style problemsGravatar Shijie Luo 1-1/+1
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeGravatar Oscar Salvador 1-2/+5
2021-05-05mm/gup: migrate pinned pages out of movable zoneGravatar Pavel Tatashin 1-2/+7
2021-05-05mm/gup: do not migrate zero pageGravatar Pavel Tatashin 1-0/+4
2021-04-30mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiGravatar Mike Rapoport 1-19/+24
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsGravatar Dan Williams 1-7/+27
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoGravatar David Hildenbrand 1-0/+15
2021-02-24mm/vmscan.c: make lruvec_lru_size() staticGravatar Yu Zhao 1-2/+0
2021-02-24mm: memcg: add swapcache stat for memcg v2Gravatar Shakeel Butt 1-0/+3
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesGravatar Muchun Song 1-1/+2
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesGravatar Muchun Song 1-1/+2
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesGravatar Muchun Song 1-1/+2
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesGravatar Muchun Song 1-1/+2
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesGravatar Muchun Song 1-0/+13
2020-12-15mm/lru: revise the comments of lru_lockGravatar Hugh Dickins 1-2/+1
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockGravatar Alex Shi 1-1/+2