summaryrefslogtreecommitdiff
path: root/include/linux/page-isolation.h
AgeCommit message (Expand)Author
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai
2020-01-31mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand
2019-12-01mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand
2019-07-12mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu
2019-03-29mm/hotplug: fix offline undo_isolate_page_range()Qian Cai
2018-12-28mm: only report isolation failures when offlining memoryMichal Hocko
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko
2017-11-15mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages()Michal Hocko
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-08mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka
2015-09-08mm, page_isolation: make set/unset_migratetype_isolate() file-localNaoya Horiguchi
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim
2012-10-09memory-hotplug: fix pages missed by race rather than failingMinchan Kim
2012-07-31mm: factor out memory isolate functionsMinchan Kim
2012-05-21mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki