Skip to content
Snippets Groups Projects
  • Serge Semin's avatar
    30c8f4e4
    mips: Dump memblock regions for debugging · 30c8f4e4
    Serge Semin authored
    
    It is useful to have the whole memblock memory space printed to console
    when basic memlock initializations are done. It can be performed by
    ready-to-use method memblock_dump_all(), which prints the available
    and reserved memory spaces if memblock=debug kernel parameter is
    specified. Lets call it at the very end of arch_mem_init() function,
    when all memblock memory and reserved regions are defined, but before
    any serious allocation is performed.
    
    Signed-off-by: default avatarSerge Semin <fancer.lancer@gmail.com>
    Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: James Hogan <jhogan@kernel.org>
    Cc: Mike Rapoport <rppt@linux.ibm.com>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Michal Hocko <mhocko@suse.com>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Thomas Bogendoerfer <tbogendoerfer@suse.de>
    Cc: Huacai Chen <chenhc@lemote.com>
    Cc: Stefan Agner <stefan@agner.ch>
    Cc: Stephen Rothwell <sfr@canb.auug.org.au>
    Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
    Cc: Juergen Gross <jgross@suse.com>
    Cc: Serge Semin <Sergey.Semin@t-platforms.ru>
    Cc: linux-mips@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    30c8f4e4
    History
    mips: Dump memblock regions for debugging
    Serge Semin authored
    
    It is useful to have the whole memblock memory space printed to console
    when basic memlock initializations are done. It can be performed by
    ready-to-use method memblock_dump_all(), which prints the available
    and reserved memory spaces if memblock=debug kernel parameter is
    specified. Lets call it at the very end of arch_mem_init() function,
    when all memblock memory and reserved regions are defined, but before
    any serious allocation is performed.
    
    Signed-off-by: default avatarSerge Semin <fancer.lancer@gmail.com>
    Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: James Hogan <jhogan@kernel.org>
    Cc: Mike Rapoport <rppt@linux.ibm.com>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Michal Hocko <mhocko@suse.com>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Thomas Bogendoerfer <tbogendoerfer@suse.de>
    Cc: Huacai Chen <chenhc@lemote.com>
    Cc: Stefan Agner <stefan@agner.ch>
    Cc: Stephen Rothwell <sfr@canb.auug.org.au>
    Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
    Cc: Juergen Gross <jgross@suse.com>
    Cc: Serge Semin <Sergey.Semin@t-platforms.ru>
    Cc: linux-mips@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
Code owners
Assign users and groups as approvers for specific file changes. Learn more.