summaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug.c: remove unneeded return for void functionWeitao Hou2019-08-031-2/+0
* mm/sparsemem: cleanup 'section number' data typesDan Williams2019-07-181-5/+5
* mm/sparsemem: support sub-section hotplugDan Williams2019-07-181-23/+4
* mm/sparsemem: prepare for sub-section rangesDan Williams2019-07-181-43/+71
* mm/hotplug: kill is_dev_zone() usage in __remove_pages()Dan Williams2019-07-181-3/+1
* mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removalDan Williams2019-07-181-25/+12
* mm/sparsemem: introduce struct mem_section_usageDan Williams2019-07-181-8/+10
* mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand2019-07-181-55/+0
* mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-181-11/+13
* mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand2019-07-181-1/+1
* mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2019-07-181-2/+3
* mm/memory_hotplug: drop MHP_MEMBLOCK_APIDavid Hildenbrand2019-07-181-6/+3
* mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand2019-07-181-7/+8
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* mm/memory_hotplug: simplify and fix check_hotplug_memory_range()David Hildenbrand2019-07-181-8/+3
* mm/hotplug: make remove_memory() interface usablePavel Tatashin2019-07-161-21/+43
* memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-4/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-141-0/+3
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-3/+2
* mm/memory_hotplug: make __remove_section() never failDavid Hildenbrand2019-05-141-13/+9
* mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand2019-05-141-3/+1
* mm/memory_hotplug: release memory resource after arch_remove_memory()David Hildenbrand2019-05-141-14/+21
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-4/+7
* mm, memory_hotplug: cleanup memory offline pathMichal Hocko2019-05-141-34/+11
* mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORYBaoquan He2019-05-141-1/+1
* mm,memory_hotplug: drop redundant hugepage_migration_supported checkOscar Salvador2019-05-141-2/+1
* mm,memory_hotplug: unlock 1GB-hugetlb on x86_64Oscar Salvador2019-05-141-4/+0
* mm/memory_hotplug.c: drop memory device reference after find_memory_block()David Hildenbrand2019-04-261-0/+1
* mm/memory_hotplug.c: fix notification in offline error pathQian Cai2019-03-291-1/+1
* mm/hotplug: fix offline undo_isolate_page_range()Qian Cai2019-03-291-4/+13
* Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-161-18/+14
|\
| * mm/memory-hotplug: Allow memory resources to be childrenDave Hansen2019-02-281-13/+15
| * mm/resource: Move HMM pr_debug() deeper into resource codeDave Hansen2019-02-281-5/+0
* | Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-111-0/+6
|\ \
| * | x86: respect memory size limiting via mem= parameterJuergen Gross2019-02-181-0/+6
* | | mm/hotplug: fix an imbalance with DEBUG_PAGEALLOCQian Cai2019-03-051-0/+1
* | | mm,memory_hotplug: explicitly pass the head to isolate_huge_pageOscar Salvador2019-03-051-2/+2
* | | mm: remove extra drain pages on pcp listWei Yang2019-03-051-1/+0
* | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-6/+6
* | | mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-051-12/+25
* | | mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko2019-02-211-12/+15
|/ /
* | mm, memory_hotplug: __offline_pages fix wrong lockingMichal Hocko2019-02-011-2/+0
* | mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepagesOscar Salvador2019-02-011-16/+20
* | mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko2019-02-011-0/+3
* | mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko2019-02-011-1/+2
* | mm, memory_hotplug: don't bail out in do_migrate_range() prematurelyOscar Salvador2019-02-011-16/+2
|/
* mm, memory_hotplug: deobfuscate migration part of offliningMichal Hocko2018-12-281-29/+33
* mm, memory_hotplug: try to migrate full pfn rangeMichal Hocko2018-12-281-6/+2
* hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko2018-12-281-0/+16