aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/page-isolation.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand1-2/+2
2019-07-12mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu1-1/+1
2019-03-29mm/hotplug: fix offline undo_isolate_page_range()Qian Cai1-10/+0
2018-12-28mm: only report isolation failures when offlining memoryMichal Hocko1-2/+9
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko1-2/+1
2017-11-15mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages()Michal Hocko1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-08mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka1-4/+1
2015-09-08mm, page_isolation: make set/unset_migratetype_isolate() file-localNaoya Horiguchi1-5/+0
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim1-0/+8
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim1-0/+19
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang1-4/+6
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim1-1/+2
2012-10-09memory-hotplug: fix pages missed by race rather than failingMinchan Kim1-0/+4
2012-07-31mm: factor out memory isolate functionsMinchan Kim1-4/+9
2012-05-21mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz1-9/+9
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki1-0/+37