summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
Commit message (Expand)AuthorAgeFilesLines
* mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy2021-09-031-0/+1
* mm/sparse: set SECTION_NID_SHIFT to 6Naoya Horiguchi2021-09-031-1/+1
* mm: sparse: remove __section_nr() functionOhhoon Kwon2021-09-031-1/+0
* mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEMMel Gorman2021-07-011-1/+4
* mm: fix spelling mistakesZhen Lei2021-07-011-1/+1
* arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-06-301-0/+9
* include/linux/mmzone.h: add documentation for pfn_valid()Mike Rapoport2021-06-301-0/+11
* mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman2021-06-291-1/+19
* mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport2021-06-291-2/+2
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-3/+3
* mm: remove CONFIG_DISCONTIGMEMMike Rapoport2021-06-291-3/+5
* mm: drop SECTION_SHIFT in code commentsDong Aisheng2021-06-291-2/+0
* mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman2021-06-291-0/+3
* mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman2021-06-291-0/+1
* mm/page_alloc: scale the number of pages that are batch freedMel Gorman2021-06-291-1/+2
* mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman2021-06-291-3/+0
* mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-291-4/+9
* mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman2021-06-291-0/+2
* mm/page_alloc: split per cpu page lists and zone statsMel Gorman2021-06-291-8/+10
* mm/mmzone.h: simplify is_highmem_idx()Mike Rapoport2021-06-291-12/+1
* mm: fix some typos and code style problemsShijie Luo2021-05-071-1/+1
* mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador2021-05-051-2/+5
* mm/gup: migrate pinned pages out of movable zonePavel Tatashin2021-05-051-2/+7
* mm/gup: do not migrate zero pagePavel Tatashin2021-05-051-0/+4
* mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiMike Rapoport2021-04-301-19/+24
* mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams2021-02-261-7/+27
* mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand2021-02-261-0/+15
* mm/vmscan.c: make lruvec_lru_size() staticYu Zhao2021-02-241-2/+0
* mm: memcg: add swapcache stat for memcg v2Shakeel Butt2021-02-241-0/+3
* mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-02-241-1/+2
* mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-241-1/+2
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+2
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-1/+2
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-0/+13
* mm/lru: revise the comments of lru_lockHugh Dickins2020-12-151-2/+1
* mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-43/+7
|\
| * mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka2020-12-151-0/+6
| * arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-12-151-31/+0
| * ia64: remove custom __early_pfn_to_nid()Mike Rapoport2020-12-151-11/+0
| * mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-1/+1
* | mm: Remove examples from enum zone_type commentNicolas Saenz Julienne2020-11-201-20/+0
|/
* include/linux/mmzone.h: remove unused early_pfn_valid()Mike Rapoport2020-10-161-5/+0
* mm: use self-explanatory macros rather than "2"Yu Zhao2020-10-161-4/+8
* mmzone: clean code by removing unused macro parameterMateusz Nosek2020-10-131-1/+1
* mm: document semantics of ZONE_MOVABLEDavid Hildenbrand2020-10-131-0/+35
* mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-261-3/+8
* mm/compaction: correct the comments of compact_defer_shiftAlex Shi2020-08-121-0/+1
* mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim2020-08-121-5/+11
* mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang2020-08-071-2/+1