• David Hildenbrand's avatar
    mm/memory_hotplug: memory group aware "auto-movable" online policy · 445fcf7c
    David Hildenbrand authored
    Use memory groups to improve our "auto-movable" onlining policy:
    
    1. For static memory groups (e.g., a DIMM), online a memory block MOVABLE
       only if all other memory blocks in the group are either MOVABLE or could
       be onlined MOVABLE. A DIMM will either be MOVABLE or not, not a mixture.
    
    2. For dynamic memory groups (e.g., a virtio-mem device), online a
       memory block MOVABLE only if all other memory blocks inside the
       current unit are either MOVABLE or could be onlined MOVABLE. For a
       virtio-mem device with a device block size with 512 MiB, all 128 MiB
       memory blocks wihin a 512 MiB unit will either be MOVABLE or not, not
       a mixture.
    
    We have to pass the memory group to zone_for_pfn_range() to take the
    memory group into account.
    
    Note: for now, there seems to be no compelling reason to make this
    behavior configurable.
    
    Link: https://lkml.kernel.org/r/20210806124715.17090-9-david@redhat.comSigned-off-by: default avatarDavid Hildenbrand <david@redhat.com>
    Cc: Anshuman Khandual <anshuman.khandual@arm.com>
    Cc: Dan Williams <dan.j.williams@intel.com>
    Cc: Dave Hansen <dave.hansen@linux.intel.com>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Hui Zhu <teawater@gmail.com>
    Cc: Jason Wang <jasowang@redhat.com>
    Cc: Len Brown <lenb@kernel.org>
    Cc: Marek Kedzierski <mkedzier@redhat.com>
    Cc: "Michael S. Tsirkin" <mst@redhat.com>
    Cc: Michal Hocko <mhocko@kernel.org>
    Cc: Mike Rapoport <rppt@kernel.org>
    Cc: Oscar Salvador <osalvador@suse.de>
    Cc: Pankaj Gupta <pankaj.gupta.linux@gmail.com>
    Cc: Pavel Tatashin <pasha.tatashin@soleen.com>
    Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
    Cc: Vitaly Kuznetsov <vkuznets@redhat.com>
    Cc: Vlastimil Babka <vbabka@suse.cz>
    Cc: Wei Yang <richard.weiyang@linux.alibaba.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    445fcf7c
memory_hotplug.c 64.5 KB