summaryrefslogtreecommitdiffstats
path: root/mm/page_isolation.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-6/+1
|\
| * mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-081-6/+1
* | mm/page_isolation: tracing: trace all test_pages_isolated failuresGeorge G. Davis2021-09-031-3/+10
|/
* mm/page_isolation: do not isolate the max order pageMuchun Song2020-12-151-1/+1
* mm, page_alloc: disable pcplists during memory offlineVlastimil Babka2020-12-151-3/+3
* mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka2020-12-151-5/+5
* mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)2020-10-161-2/+2
* mm/page_alloc: move pages to tail in move_to_free_list()David Hildenbrand2020-10-161-0/+5
* mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand2020-10-161-5/+2
* mm/page_isolation: cleanup set_migratetype_isolate()David Hildenbrand2020-10-131-10/+7
* mm/page_isolation: drop WARN_ON_ONCE() in set_migratetype_isolate()David Hildenbrand2020-10-131-9/+6
* mm/page_isolation: exit early when pageblock is isolated in set_migratetype_i...David Hildenbrand2020-10-131-4/+5
* 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