linux/include
Simon Xue 0c85ec84d1 init: defer free large memblock to Buddy allocator
The physical memory of a system is divided into several types, like
memory reserved for device, for kernel pagetable, etc. The remaining
area is for Buddy allocator. Normally, The memory for Buddy is consist
of different size blocks, so, under meeting the memory request of kernel
booting, we can defer free the large block size to Buddy which can be
done later in work queue in parallel to other kernel threads, and the
size of the large block can be defined in kernel command line

Save boot time about 6ms on 512MB rv1126 evb.

Change-Id: Ie7a8d3122d8d92ad918e8bf680f5949412709f37
Signed-off-by: Simon Xue <xxm@rock-chips.com>
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2020-05-25 18:20:29 +08:00
..
acpi ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macro 2020-03-05 16:42:17 +01:00
asm-generic init: Introduce call initcall async 2020-05-25 18:20:26 +08:00
clocksource
crypto UPSTREAM: crypto: skcipher - Introduce crypto_sync_skcipher 2020-03-12 10:46:18 -07:00
drm drm/rockchip: analogix_dp: Add support for RK3368 2020-02-25 15:42:03 +08:00
dt-bindings clk: rockchip: rv1126: Fix capture pwm clock name 2020-05-25 18:20:27 +08:00
keys
kvm
linux init: defer free large memblock to Buddy allocator 2020-05-25 18:20:29 +08:00
math-emu
media Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2020-03-21 19:46:46 +08:00
memory
misc
net This is the 4.19.111 stable release 2020-03-18 08:19:47 +01:00
pcmcia
ras
rdma RDMA/uverbs: Verify MR access flags 2020-02-14 16:33:23 -05:00
scsi This is the 4.19.107 stable release 2020-03-03 07:33:01 +01:00
soc soc: rockchip: power-domain: export pd on/off and pd status 2020-03-20 14:04:48 +08:00
sound Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2020-03-21 19:46:46 +08:00
target
trace Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2020-03-21 19:46:46 +08:00
uapi media: rockchip: isp: config iq param on different place 2020-05-25 18:20:28 +08:00
video
xen