Files
linux/arch/arm/kernel
tao zeng 3cb9b59d7a mm: optimize thread stack usage on ARMv7 [1/1]
PD#SWPL-2681

Problem:
Kernel stack usage is large when running many tasks.

Solution:
Map kernel stack to module space and handle page-fault
for stack fault. This can save about 50% memory of stack
usage

Verify:
p212

Change-Id: Ie894bc8f00cb525ddf8ac63c6d99d9c6e937fdc0
Signed-off-by: tao zeng <tao.zeng@amlogic.com>

Conflicts:
	arch/arm/include/asm/memory.h
	arch/arm/include/asm/thread_info.h
	arch/arm/kernel/entry-armv.S
	arch/arm/kernel/unwind.c
	drivers/amlogic/memory_ext/Kconfig
	drivers/amlogic/memory_ext/vmap_stack.c
2019-07-23 17:52:49 +09:00
..
2016-10-19 10:18:47 +01:00
2019-07-23 17:52:49 +09:00
2016-11-16 23:51:19 +00:00