summaryrefslogtreecommitdiffstats
path: root/mm/page_isolation.c
Commit message (Expand)AuthorAgeFilesLines
* mm: add alloc_contig_migrate_range allocation statisticsRichard Chang2024-03-041-1/+1
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-8/+9
* mm/hugetlb: get rid of page_hstate()Sidhartha Kumar2023-08-181-4/+4
* mm: page_isolation: write proper kerneldocJohannes Weiner2023-06-191-7/+26
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-6/+6
* mm/page_isolation: fix clang deadcode warningMaria Yu2022-10-281-1/+1
* mm: add pageblock_aligned() macroKefeng Wang2022-10-031-1/+1
* mm: add pageblock_align() macroKefeng Wang2022-10-031-2/+2
* mm: reuse pageblock_start/end_pfn() macroKefeng Wang2022-10-031-6/+5
* mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan2022-09-261-11/+14
* mm/page_isolation.c: fix one kernel-doc commentYang Li2022-06-161-0/+2
* mm: page_isolation: use compound_nr() correctly in isolate_single_pageblock()Zi Yan2022-06-011-1/+1
* mm: split free page with properly free memory accounting and without raceZi Yan2022-05-271-3/+7
* mm: page-isolation: skip isolated pageblock in start_isolate_page_range()Zi Yan2022-05-271-8/+18
* mm: fix a potential infinite loop in start_isolate_page_range()Zi Yan2022-05-251-12/+40
* mm: page_isolation: enable arbitrary range page isolation.Zi Yan2022-05-131-17/+16
* mm: make alloc_contig_range work at pageblock granularityZi Yan2022-05-131-5/+188
* mm: page_isolation: check specified range for unmovable pagesZi Yan2022-05-131-13/+34
* mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.cZi Yan2022-05-131-0/+119
* mm: wrap __find_buddy_pfn() with a necessary buddy page validationZi Yan2022-04-281-6/+3
* Revert "mm/page_isolation: unset migratetype directly for non Buddy page"Chen Wandun2022-02-041-1/+1
* mm/page_isolation: unset migratetype directly for non Buddy pageChen Wandun2022-01-151-1/+1
* mm/page_isolation: guard against possible putback unisolated pageMiaohe Lin2021-11-061-2/+7
* mm/page_isolation: fix potential missing call to unset_migratetype_isolate()Miaohe Lin2021-11-061-17/+3
* 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