Age | Commit message (Expand) | Author |
2019-05-14 | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail | David Hildenbrand |
2019-05-14 | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko |
2019-05-14 | mm, memory_hotplug: cleanup memory offline path | Michal Hocko |
2019-03-11 | Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-03-05 | mm/page_alloc.c: memory hotplug: free pages as higher order | Arun KS |
2019-02-18 | x86: respect memory size limiting via mem= parameter | Juergen Gross |
2019-02-01 | mm/hotplug: invalid PFNs from pfn_to_online_page() | Qian Cai |
2018-12-28 | include/linux/memory_hotplug.h: remove duplicate declaration of offline_pages() | Wei Yang |
2018-12-28 | mm, sparse: pass nid instead of pgdat to sparse_add_one_section() | Wei Yang |
2018-12-28 | mm, memory_hotplug: add nid parameter to arch_remove_memory | Oscar Salvador |
2018-12-28 | mm/memory_hotplug: drop "online" parameter from add_memory_resource() | David Hildenbrand |
2018-10-31 | mm/memory_hotplug: make add_memory() take the device_hotplug_lock | David Hildenbrand |
2018-10-31 | mm/memory_hotplug: make remove_memory() take the device_hotplug_lock | David Hildenbrand |
2018-08-22 | mm/page_alloc: Introduce free_area_init_core_hotplug | Oscar Salvador |
2018-06-07 | mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c | Mathieu Malaterre |
2018-05-24 | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" | Joonsoo Kim |
2018-04-11 | mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE | Joonsoo Kim |
2018-04-05 | mm: disable interrupts while initializing deferred pages | Pavel Tatashin |
2018-01-08 | mm: pass the vmem_altmap to memmap_init_zone | Christoph Hellwig |
2018-01-08 | mm: pass the vmem_altmap to vmemmap_free | Christoph Hellwig |
2018-01-08 | mm: pass the vmem_altmap to arch_remove_memory and __remove_pages | Christoph Hellwig |
2018-01-08 | mm: pass the vmem_altmap to vmemmap_populate | Christoph Hellwig |
2018-01-08 | mm: pass the vmem_altmap to arch_add_memory and __add_pages | Christoph Hellwig |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-08 | mm/memory_hotplug: introduce add_pages | Michal Hocko |
2017-09-06 | mm, memory_hotplug: display allowed zones in the preferred ordering | Michal Hocko |
2017-07-06 | mm, memory_hotplug: move movable_node to the hotplug proper | Michal Hocko |
2017-07-06 | mm, memory_hotplug: remove unused cruft after memory hotplug rework | Michal Hocko |
2017-07-06 | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko |
2017-07-06 | mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone | Michal Hocko |
2017-07-06 | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko |
2017-07-06 | mm: consider zone which is not fully populated to have holes | Michal Hocko |
2017-07-06 | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko |
2017-02-03 | base/memory, hotplug: fix a kernel oops in show_valid_zones() | Toshi Kani |
2017-01-24 | memory_hotplug: make zone_can_shift() return a boolean value | Yasuaki Ishimatsu |
2016-07-26 | memory-hotplug: more general validation of zone during online | Reza Arbab |
2016-05-27 | mm: fix section mismatch warning | Linus Torvalds |
2016-05-19 | mm/memory_hotplug: is_mem_section_removable() can return bool | Yaowei Bai |
2016-03-15 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim |
2016-03-15 | memory-hotplug: add automatic onlining policy for the newly added memory | Vitaly Kuznetsov |
2016-01-15 | x86, mm: introduce vmem_altmap to augment vmemmap_populate() | Dan Williams |
2015-10-23 | mm: memory hotplug with an existing resource | David Vrabel |
2015-08-27 | mm: ZONE_DEVICE for "device memory" | Dan Williams |
2015-04-14 | mm, hotplug: fix concurrent memory hot-add deadlock | David Rientjes |
2014-10-09 | memory-hotplug: add sysfs valid_zones attribute | Zhang Zhen |
2014-08-06 | memory-hotplug: add zone_for_memory() for selecting zone for new memory | Wang Nan |
2014-08-06 | mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1 | Tang Chen |
2014-06-04 | mem-hotplug: implement get/put_online_mems | Vladimir Davydov |
2013-11-13 | mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameter | Zhang Yanfei |
2013-11-13 | cpu/mem hotplug: add try_online_node() for cpu_up() | Toshi Kani |