public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] free e820 reserved memory in bootargs memmap
@ 2018-04-08  6:41 zoucao
  2018-04-08  6:41 ` [PATCH] x86/boot/e820: add new chareater "-" to free BIOS memory in memmap bootargs zoucao
  2018-04-10  2:32 ` [PATCH] free e820 reserved memory in bootargs memmap zoucao-ipc
  0 siblings, 2 replies; 3+ messages in thread
From: zoucao @ 2018-04-08  6:41 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel

add a new chareater "-" in bootargs memmap, you can use this chareater to free
e820 reserved memory, for example:

reserved iomem:
	cat /proc/iomem:
	......
	00100000-6aefefff : System RAM
	  01000000-0165537a : Kernel code
	  0165537b-01a8873f : Kernel data
	  01c31000-01f4efff : Kernel bss
	  28000000-320fffff : Crash kernel
	6aeff000-6effffff : reserved       --> it is e820 reserved memory
	6f000000-78240fff : System RAM
	......


add bootargs memmap=0x4101000-0x6aeff000, to free memory region: 6aeff000-6effffff
then 6aeff000-6effffff will be merged into 00100000-78240fff.

new iomem:  
	cat /proc/iomem:
	......
	00100000-78240fff : System RAM
	  01000000-0165537a : Kernel code
	  0165537b-01a8873f : Kernel data
	  01c31000-01f4efff : Kernel bss
	......

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

end of thread, other threads:[~2018-04-10  2:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-08  6:41 [PATCH] free e820 reserved memory in bootargs memmap zoucao
2018-04-08  6:41 ` [PATCH] x86/boot/e820: add new chareater "-" to free BIOS memory in memmap bootargs zoucao
2018-04-10  2:32 ` [PATCH] free e820 reserved memory in bootargs memmap zoucao-ipc

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