- a85468b Revert "mm/page_isolation: unset migratetype directly for non Buddy page" by Chen Wandun · 2 years, 11 months ago
- 721fb89 mm/page_isolation: unset migratetype directly for non Buddy page by Chen Wandun · 3 years ago
- a500cb3 mm/page_isolation: guard against possible putback unisolated page by Miaohe Lin · 3 years, 2 months ago
- e1d8c96 mm/page_isolation: fix potential missing call to unset_migratetype_isolate() by Miaohe Lin · 3 years, 2 months ago
- 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- 859a85d mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE by Mike Rapoport · 3 years, 4 months ago
- 1d09510 mm/page_isolation: tracing: trace all test_pages_isolated failures by George G. Davis · 3 years, 4 months ago
- 2484be0 mm/page_isolation: do not isolate the max order page by Muchun Song · 4 years ago
- ec6e8c7e mm, page_alloc: disable pcplists during memory offline by Vlastimil Babka · 4 years ago
- 7612921 mm, page_alloc: move draining pcplists to page isolation users by Vlastimil Babka · 4 years ago
- ab130f91 mm: rename page_order() to buddy_order() by Matthew Wilcox (Oracle) · 4 years, 2 months ago
- 293ffa5 mm/page_alloc: move pages to tail in move_to_free_list() by David Hildenbrand · 4 years, 2 months ago
- 3fa0c7c mm/page_isolation: simplify return value of start_isolate_page_range() by David Hildenbrand · 4 years, 2 months ago
- 1c31cb4 mm/page_isolation: cleanup set_migratetype_isolate() by David Hildenbrand · 4 years, 2 months ago
- 48381d7 mm/page_isolation: drop WARN_ON_ONCE() in set_migratetype_isolate() by David Hildenbrand · 4 years, 2 months ago
- 51030a5 mm/page_isolation: exit early when pageblock is isolated in set_migratetype_isolate() by David Hildenbrand · 4 years, 2 months ago
- 9683182 mm/memory_hotplug: drain per-cpu pages again during memory offline by Pavel Tatashin · 4 years, 3 months ago
- 8b94e0b mm/page_alloc: remove a wrapper for alloc_migration_target() by Joonsoo Kim · 4 years, 5 months ago
- 19fc7be mm/migrate: introduce a standard migration target allocation function by Joonsoo Kim · 4 years, 5 months ago
- c7073ba mm/page_isolation: prefer the node of the source page by Joonsoo Kim · 4 years, 5 months ago
- aa21879 mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE by David Hildenbrand · 4 years, 8 months ago
- 624f58d mm: add function __putback_isolated_page by Alexander Duyck · 4 years, 9 months ago
- 3d680bd mm/page_isolation: fix potential warning from user by Qian Cai · 5 years ago
- 4a55c04 mm/hotplug: silence a lockdep splat with printk() by Qian Cai · 5 years ago
- fe4c86c mm: remove "count" parameter from has_unmovable_pages() by David Hildenbrand · 5 years ago
- 3f9903b mm: remove the memory isolate notifier by David Hildenbrand · 5 years ago
- 756d25b mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINE by David Hildenbrand · 5 years ago
- 1fcf0a5 mm/page_isolation.c: change the prototype of undo_isolate_page_range() by Pingfan Liu · 5 years ago
- 5e65af1 mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page() by Anshuman Khandual · 6 years ago
- f5777bc mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate() by Qian Cai · 6 years ago
- 9b7ea46 mm/hotplug: fix offline undo_isolate_page_range() by Qian Cai · 6 years ago
- d381c54 mm: only report isolation failures when offlining memory by Michal Hocko · 6 years ago
- 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
- 2c7452a mm/page_isolation.c: make start_isolate_page_range() fail if already isolated by Mike Kravetz · 7 years ago
- 4da2ce2 mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages() by Michal Hocko · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 8b91323 mm: unify new_node_page and alloc_migrate_target by Michal Hocko · 7 years ago
- 2ce1364 mm: __first_valid_page skip over offline pages by Michal Hocko · 7 years ago
- 02aa0cd mm, page_alloc: count movable pages when stealing from pageblock by Vlastimil Babka · 8 years ago
- bbf9ce9 mm: use is_migrate_isolate_page() to simplify the code by Xishi Qiu · 8 years ago
- 13ad59d mm, page_alloc: avoid page_to_pfn() when merging buddies by Vlastimil Babka · 8 years ago
- 76741e7 mm, page_alloc: don't convert pfn to idx when merging by Vlastimil Babka · 8 years ago
- ac34dcd mm/page_isolation: fix typo: "paes" -> "pages" by Yisheng Xie · 8 years ago
- e3a2713 mm/page_isolation: clean up confused code by Joonsoo Kim · 8 years ago
- 46f24fd mm/page_alloc: introduce post allocation processing on page allocator by Joonsoo Kim · 8 years ago
- 83358ec mm/page_owner: initialize page owner without holding the zone lock by Joonsoo Kim · 8 years ago
- b9eb631 mm/memory_hotplug: add comment to some functions related to memory hotplug by Joonsoo Kim · 9 years ago
- 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 9 years ago
- ec3b688 mm/page_isolation.c: fix the function comments by Neil Zhang · 9 years ago
- 6f25a14 mm: fix invalid node in alloc_migrate_target() by Xishi Qiu · 9 years ago
- 6f8d2b8 mm/page_isolation: do some cleanup in "undo_isolate_page_range" by Wang Xiaoqiang · 9 years ago
- fec174d mm/page_isolation: use macro to judge the alignment by Naoya Horiguchi · 9 years ago
- 0f0848e mm/page_isolation.c: add new tracepoint, test_pages_isolated by Joonsoo Kim · 9 years ago
- fea85cf mm/page_isolation.c: return last tested pfn rather than failure indicator by Joonsoo Kim · 9 years ago
- c5b4e1b mm, page_isolation: make set/unset_migratetype_isolate() file-local by Naoya Horiguchi · 9 years ago
- aa016d1 mm, page_isolation: remove bogus tests for isolated pages by Vlastimil Babka · 9 years ago
- 1ae7013 CMA: page_isolation: check buddy before accessing it by Hui Zhu · 10 years ago
- cfa8694 mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolate by Laura Abbott · 10 years ago
- ec25af8 mm, page_isolation: drain single zone pcplists by Vlastimil Babka · 10 years ago
- 93481ff mm: introduce single zone pcplists drain by Vlastimil Babka · 10 years ago
- 3c60509 mm/page_alloc: restrict max order of merging on isolated pageblock by Joonsoo Kim · 10 years ago
- ad53f92 mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype by Joonsoo Kim · 10 years ago
- c8721bb mm: memory-hotplug: enable memory hotplug to handle hugepage by Naoya Horiguchi · 11 years ago
- 85dbe70 page_isolation: Fix a comment typo in test_pages_isolated() by Tang Chen · 12 years ago
- a458431 mm: fix zone_watermark_ok_safe() accounting of isolated pages by Bartlomiej Zolnierkiewicz · 12 years ago
- b023f46 memory-hotplug: skip HWPoisoned page when offlining pages by Wen Congyang · 12 years ago
- 723a064 mm/page_alloc: refactor out __alloc_contig_migrate_alloc() by Minchan Kim · 12 years ago
- 435b405 memory-hotplug: fix pages missed by race rather than failing by Minchan Kim · 12 years ago
- 41d575a memory-hotplug: bug fix race between isolation and allocation by Minchan Kim · 12 years ago
- b12c4ad mm: page_alloc: use get_freepage_migratetype() instead of page_private() by Minchan Kim · 12 years ago
- d1ce749 cma: count free CMA pages by Bartlomiej Zolnierkiewicz · 12 years ago
- 2139cbe cma: fix counting of isolated pages by Bartlomiej Zolnierkiewicz · 12 years ago
- 702d1a6 memory-hotplug: fix kswapd looping forever problem by Minchan Kim · 12 years ago
- ee6f509 mm: factor out memory isolate functions by Minchan Kim · 12 years ago
- 0815f3d mm: page_isolation: MIGRATE_CMA isolation functions added by Michal Nazarewicz · 13 years ago
- f6a3607 mm: page_isolation: codeclean fix comment and rm unneeded val init by Bob Liu · 14 years ago
- a70dcb9 memory hotplug: fix page_zone() calculation in test_pages_isolated() by Gerald Schaefer · 16 years ago
- 6c1b7f6 memory hotplug: missing zone->lock in test_pages_isolated() by Gerald Schaefer · 16 years ago
- 0ed97ee Remove '#include <stddef.h>' from mm/page_isolation.c by David Woodhouse · 16 years ago
- dbc0e4c memory hotremove: unset migrate type "ISOLATE" after removal by KAMEZAWA Hiroyuki · 17 years ago
- a5d76b54 memory unplug: page isolation by KAMEZAWA Hiroyuki · 17 years ago