android_kernel_motorola_sm6225/init
Zhenhua Huang 8d228fbbce mm: fix the page_owner initializing issue for arm32
arm32 original logic:
1. allocated memory for page_ext(using memblock).
2. invoke the init callback of page_ext_ops like
page_owner(using buddy).
3. initialize buddy.

after this change:
1. allocated memory for page_ext(using memblock).
2. initialize buddy.
3. invoke the init callback of page_ext_ops like
page_owner(using buddy).

with the change, failure/dummy_handle can get its correct value.

Change-Id: I6598481299da115ff4be50bf0e5a61a012d5ac83
Signed-off-by: Zhenhua Huang <zhenhuah@codeaurora.org>
2020-09-02 16:37:28 +08:00
..
calibrate.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
do_mounts.c CHROMIUM: dm: boot time specification of dm= 2018-08-28 16:46:04 +05:30
do_mounts.h CHROMIUM: dm: boot time specification of dm= 2018-08-28 16:46:04 +05:30
do_mounts_dm.c ANDROID: dm: do_mounts_dm: Update init/do_mounts_dm.c to the latest ChromiumOS version. 2018-08-28 16:46:04 +05:30
do_mounts_initrd.c init/: remove ineffective sparse disabling 2018-08-22 10:52:49 -07:00
do_mounts_md.c init/: remove ineffective sparse disabling 2018-08-22 10:52:49 -07:00
do_mounts_rd.c init/: remove ineffective sparse disabling 2018-08-22 10:52:49 -07:00
init_task.c Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
initramfs.c Merge android-4.19-q.76 (8ed9c66) into msm-4.19 2019-10-10 22:08:02 -07:00
Kconfig Merge android-4.19.110 (1984fff) into msm-4.19 2020-05-23 05:08:22 -07:00
Kconfig.gki ANDROID: GKI: Add CONFIG_SOC_BUS to gki_defconfig 2020-03-25 05:15:15 +00:00
main.c mm: fix the page_owner initializing issue for arm32 2020-09-02 16:37:28 +08:00
Makefile ANDROID: initramfs: Add skip_initramfs command line option 2018-08-28 17:10:42 +05:30
noinitramfs.c ANDROID: initramfs: Add skip_initramfs command line option 2018-08-28 17:10:42 +05:30
version.c kbuild: Add build salt to the kernel and modules 2018-07-18 01:18:05 +09:00