summaryrefslogtreecommitdiffstats
path: root/mm/page_isolation.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2020-09-191-0/+8
* mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-08-121-10/+0
* mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-121-2/+5
* mm/page_isolation: prefer the node of the source pageJoonsoo Kim2020-08-121-1/+3
* mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand2020-06-041-0/+9
* mm: add function __putback_isolated_pageAlexander Duyck2020-04-071-4/+2
* mm/page_isolation: fix potential warning from userQian Cai2020-01-311-7/+11
* mm/hotplug: silence a lockdep splat with printk()Qian Cai2020-01-311-1/+10
* mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand2020-01-311-1/+1
* mm: remove the memory isolate notifierDavid Hildenbrand2020-01-311-34/+4
* mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand2019-12-011-6/+6
* mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu2019-07-121-2/+1
* mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page()Anshuman Khandual2019-05-141-2/+0
* mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()Qian Cai2019-03-291-1/+2
* mm/hotplug: fix offline undo_isolate_page_range()Qian Cai2019-03-291-18/+30
* mm: only report isolation failures when offlining memoryMichal Hocko2018-12-281-6/+4
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-2/+1
* mm/page_isolation.c: make start_isolate_page_range() fail if already isolatedMike Kravetz2018-04-051-1/+17
* mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages()Michal Hocko2017-11-151-5/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: unify new_node_page and alloc_migrate_targetMichal Hocko2017-07-101-16/+2
* mm: __first_valid_page skip over offline pagesMichal Hocko2017-07-061-8/+18
* mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka2017-05-081-2/+3
* mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu2017-05-031-3/+3
* mm, page_alloc: avoid page_to_pfn() when merging buddiesVlastimil Babka2017-02-221-1/+1
* mm, page_alloc: don't convert pfn to idx when mergingVlastimil Babka2017-02-221-4/+4
* mm/page_isolation: fix typo: "paes" -> "pages"Yisheng Xie2016-10-071-1/+1
* mm/page_isolation: clean up confused codeJoonsoo Kim2016-07-261-3/+3
* mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim2016-07-261-3/+1
* mm/page_owner: initialize page owner without holding the zone lockJoonsoo Kim2016-07-261-3/+6
* mm/memory_hotplug: add comment to some functions related to memory hotplugJoonsoo Kim2016-05-191-0/+1
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-6/+3
* mm/page_isolation.c: fix the function commentsNeil Zhang2016-04-011-1/+1
* mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-04-011-4/+4
* mm/page_isolation: do some cleanup in "undo_isolate_page_range"Wang Xiaoqiang2016-01-151-2/+4
* mm/page_isolation: use macro to judge the alignmentNaoya Horiguchi2016-01-141-2/+2
* mm/page_isolation.c: add new tracepoint, test_pages_isolatedJoonsoo Kim2016-01-141-0/+5
* mm/page_isolation.c: return last tested pfn rather than failure indicatorJoonsoo Kim2016-01-141-7/+6
* mm, page_isolation: make set/unset_migratetype_isolate() file-localNaoya Horiguchi2015-09-081-2/+3
* mm, page_isolation: remove bogus tests for isolated pagesVlastimil Babka2015-09-081-24/+6
* CMA: page_isolation: check buddy before accessing itHui Zhu2015-05-141-1/+2
* mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott2015-03-251-0/+1
* mm, page_isolation: drain single zone pcplistsVlastimil Babka2014-12-101-1/+1
* mm: introduce single zone pcplists drainVlastimil Babka2014-12-101-1/+1
* mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim2014-11-131-2/+39
* mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2014-11-131-0/+2
* mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi2013-09-111-0/+14
* page_isolation: Fix a comment typo in test_pages_isolated()Tang Chen2013-08-201-4/+4
* mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz2013-01-041-24/+2
* memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-111-7/+20