public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Query about merging memblock and bootmem into one new alloc
@ 2015-12-19 13:57 Sumit Gupta
  2015-12-21 17:24 ` Laura Abbott
  0 siblings, 1 reply; 4+ messages in thread
From: Sumit Gupta @ 2015-12-19 13:57 UTC (permalink / raw)
  To: inux-mm, linux-kernel, linux-arch

Hi All,

For ARM Linux, during booting first memblock reserves memory regions
then bootmem allocator create node, mem_map, page bitmap data and then
hands over to buddy.
I have been thinking from some time about why we need two different
allocators for this.
Can we merge both into one(memblock into bootmem) or create a new
allocator which can speed up the same thing which is easy to enhance
in future.
I am not sure about this and whether it's good idea or will it be fruitful.

Please suggest and share your opinion.

Thank you in advance for your help.

Regards,
Sumit Gupta

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-22  9:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-19 13:57 Query about merging memblock and bootmem into one new alloc Sumit Gupta
2015-12-21 17:24 ` Laura Abbott
2015-12-21 22:01   ` Arnd Bergmann
2015-12-22  9:47     ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox