summaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2023-04-18mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh
2023-04-18mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)
2023-04-05mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov
2023-04-05mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-03-28mm: multi-gen LRU: clean up sysfs codeT.J. Alumbaugh
2023-02-02mm: memory-failure: add memory failure stats to sysfsJiaqi Yan
2023-02-02mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh
2023-01-18mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao
2023-01-18mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]Yu Zhao
2023-01-18mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folioYu Zhao
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-11mm: fix typo in struct pglist_data code commentWang Yong
2022-11-09block: add check when merging zone device pagesLogan Gunthorpe
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm: remove obsolete pgdat_is_empty()Miaohe Lin
2022-10-03mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin
2022-09-26mm: deduplicate cacheline padding codeShakeel Butt
2022-09-26mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V
2022-09-26mm: multi-gen LRU: thrashing preventionYu Zhao
2022-09-26mm: multi-gen LRU: kill switchYu Zhao
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao
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