aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/pageblock-flags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-2/+2
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-2/+2
2022-10-03mm: add pageblock_aligned() macroKefeng Wang1-0/+1
2022-10-03mm: add pageblock_align() macroKefeng Wang1-0/+1
2022-10-03mm: reuse pageblock_start/end_pfn() macroKefeng Wang1-0/+2
2022-03-22mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand1-2/+5
2021-06-29mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetypeMatthew Wilcox (Oracle)1-1/+1
2020-08-07mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_mask()Wei Yang1-5/+3
2020-08-07mm/page_alloc.c: simplify pageblock bitmap accessWei Yang1-15/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2018-12-28mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu1-1/+2
2017-11-17mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes1-0/+11
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov1-1/+1
2014-06-04mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman1-20/+13
2014-06-04mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman1-6/+31
2013-07-03mm/pageblock: remove get/set_pageblock_flagsWanpeng Li1-6/+0
2012-10-11mm: compaction: fix bit ranges in {get,clear,set}_pageblock_skip()Bartlomiej Zolnierkiewicz1-3/+3
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman1-2/+17
2010-10-26include/linux/pageblock-flags.h: fix set_pageblock_flags() macro definitonzeal1-2/+3
2008-05-25x86 boot: simplify pageblock_bits enum declarationPaul Jackson1-5/+3
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki1-1/+1
2007-10-16Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman1-1/+24
2007-10-16don't group high order atomic allocationsMel Gorman1-1/+1
2007-10-16Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocksMel Gorman1-1/+1
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-1/+1
2007-10-16Split the free lists for movable and unmovable allocationsMel Gorman1-0/+1
2007-10-16Add a bitmap that is used to track flags affecting a block of pagesMel Gorman1-0/+51