aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/pageblock-flags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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