summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-02mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-2/+4
2024-02-05mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver1-3/+3
2024-02-01mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla1-3/+11
2023-12-20mm/mglru: reclaim offlined memcgs harderYu Zhao1-4/+4
2023-12-20mm/mglru: respect min_ttl_ms with memcgsYu Zhao1-13/+17
2023-08-18mm: remove obsolete comment above struct per_cpu_pagesMiaohe Lin1-1/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-26/+25
2023-06-24mm/vmscan: fix root proactive reclaim unthrottling unbalanced nodeYosry Ahmed1-3/+15
2023-06-20mmzone: introduce folio_migratetype()Vishal Moola (Oracle)1-0/+3
2023-06-20mmzone: introduce folio_is_zone_movable()Vishal Moola (Oracle)1-0/+5
2023-06-10mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh1-2/+2
2023-06-10mm: page_alloc: move sysctls into it own filsKefeng Wang1-21/+0
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov1-0/+8
2023-04-19mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh1-6/+2
2023-04-19mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)1-5/+0
2023-04-06mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov1-0/+2
2023-04-06mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)1-7/+0
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-5/+5
2023-03-29mm: multi-gen LRU: clean up sysfs codeT.J. Alumbaugh1-1/+1
2023-02-03mm: memory-failure: add memory failure stats to sysfsJiaqi Yan1-0/+28
2023-02-03mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh1-11/+2
2023-01-19mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao1-2/+115
2023-01-19mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]Yu Zhao1-4/+4
2023-01-19mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folioYu Zhao1-3/+3
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-12-12mm: fix typo in struct pglist_data code commentWang Yong1-1/+1
2022-11-09block: add check when merging zone device pagesLogan Gunthorpe1-0/+24
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-35/+246
2022-10-04mm: remove obsolete pgdat_is_empty()Miaohe Lin1-5/+0
2022-10-04mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin1-7/+0
2022-09-27mm: deduplicate cacheline padding codeShakeel Butt1-19/+5
2022-09-27mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V1-0/+3
2022-09-27mm: multi-gen LRU: thrashing preventionYu Zhao1-0/+2
2022-09-27mm: multi-gen LRU: kill switchYu Zhao1-0/+9
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao1-1/+55
2022-09-27mm: multi-gen LRU: exploit locality in rmapYu Zhao1-0/+6
2022-09-27mm: multi-gen LRU: minimal implementationYu Zhao1-0/+41
2022-09-27mm: multi-gen LRU: groundworkYu Zhao1-0/+102
2022-09-12mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang1-2/+4
2022-09-12arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-2/+2
2022-09-12memory tiering: adjust hot threshold automaticallyHuang Ying1-0/+9
2022-09-12memory tiering: rate limit NUMA migration throughputHuang Ying1-0/+7
2022-09-12mm/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-30mm: cleanup is_highmem()Kefeng Wang1-12/+8
2022-07-18mm/page_alloc: protect PCP lists with a spinlockMel Gorman1-0/+1
2022-07-18mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman1-4/+7
2022-07-18mm: move page zone helpers from mm.h to mmzone.hAlex Sierra1-0/+80
2022-07-04mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li1-3/+3
2022-07-04mm: memory_hotplug: enumerate all supported section flagsMuchun Song1-9/+32