Kernel sources for Moto G9 (Play) (Guamp)
Find a file
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
arch Merge "config: enable VETH support for bengal" 2020-08-05 00:53:53 -07:00
block Merge "ANDROID: block: backport the ability to specify max_dun_bytes" 2020-07-25 03:20:36 -07:00
certs
crypto Merge android-4.19.110 (1984fff) into msm-4.19 2020-05-23 05:08:22 -07:00
Documentation BACKPORT: FROMLIST: fscrypt: add support for IV_INO_LBLK_32 policies 2020-07-25 21:10:18 +05:30
drivers Merge "net: usb: Initialize retval with zero as it might be used uninitialized" 2020-08-05 00:53:53 -07:00
firmware Fix built-in early-load Intel microcode alignment 2020-01-23 08:21:29 +01:00
fs fs: crypto: Fix memory leak while allocating blk crypto key 2020-08-03 12:26:51 +05:30
include mm: fix the page_owner initializing issue for arm32 2020-09-02 16:37:28 +08:00
init mm: fix the page_owner initializing issue for arm32 2020-09-02 16:37:28 +08:00
ipc This is the 4.19.107 stable release 2020-03-03 07:33:01 +01:00
kernel sched/fair: Add policy for restricting prefer_spread to newly idle balance 2020-08-05 09:27:20 +05:30
lib Merge android-4.19.110 (1984fff) into msm-4.19 2020-05-23 05:08:22 -07:00
LICENSES
mm mm: fix the page_owner initializing issue for arm32 2020-09-02 16:37:28 +08:00
net Merge android-4.19.113 (248555d) into msm-4.19 2020-07-16 18:45:03 +05:30
samples FROMGIT: samples/hw_breakpoint: drop use of kallsyms_lookup_name() 2020-03-12 11:18:49 +00:00
scripts Merge android-4.19.113 (248555d) into msm-4.19 2020-07-16 18:45:03 +05:30
security apparmor: don't try to replace stale label in ptraceme check 2020-06-11 21:13:57 +08:00
sound Merge android-4.19.113 (248555d) into msm-4.19 2020-07-16 18:45:03 +05:30
techpack Revert "techpack: replace type with xtype while searching for sub-dirs" 2019-11-19 07:06:17 -08:00
tools Reverting incrementalfs, power,usb and scheduler changes 2020-07-16 19:29:29 +05:30
usr kbuild: clean compressed initramfs image 2019-10-07 18:57:16 +02:00
virt Merge android-4.19.110 (1984fff) into msm-4.19 2020-05-23 05:08:22 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
abi_gki_aarch64.xml ANDROID: Bulk update the ABI xml based on the referenced bugs. 2020-04-02 15:51:45 +00:00
abi_gki_aarch64_cuttlefish_whitelist ANDROID: ABI/Whitelist: update for Cuttlefish 2020-02-12 11:11:16 +00:00
abi_gki_aarch64_qcom_whitelist ANDROID: Update ABI whitelist for qcom SoCs 2020-03-06 14:50:51 -08:00
abi_gki_aarch64_whitelist ANDROID: abi_gki_aarch64_whitelist: add module_layout and task_struct 2020-03-05 09:07:15 +00:00
Android.bp Example kernel headers header_lib package 2020-01-18 11:53:58 -08:00
AndroidKernel.mk AndroidKernel: add TARGET_PREBUILT_INT_KERNEL_IMAGE 2019-08-02 20:31:09 +08:00
build.config.aarch64 ANDROID: refactor build.config files to remove duplication 2019-10-22 18:27:12 -07:00
build.config.allmodconfig ANDROID: Don't base allmodconfig on gki_defconfig 2019-12-05 12:48:26 +00:00
build.config.allmodconfig.aarch64 ANDROID: Add allmodconfig build.configs for x86_64 and aarch64 2019-11-12 20:55:23 +00:00
build.config.allmodconfig.arm ANDROID: Add build.config files for ARM 32-bit 2020-03-16 17:43:55 +00:00
build.config.allmodconfig.x86_64 ANDROID: Add allmodconfig build.configs for x86_64 and aarch64 2019-11-12 20:55:23 +00:00
build.config.arm ANDROID: Add build.config files for ARM 32-bit 2020-03-16 17:43:55 +00:00
build.config.common ANDROID: clang: update to 10.0.5 2020-03-30 20:08:33 +00:00
build.config.gki ANDROID: gki: Removed cf modules from gki_defconfig 2020-01-31 16:23:38 -08:00
build.config.gki-debug.aarch64 ANDROID: Add build.config.gki-debug.aarch64 2020-03-16 14:29:13 +00:00
build.config.gki-debug.x86_64 ANDROID: Add build.config.gki-debug.x86_64 2020-03-16 14:29:13 +00:00
build.config.gki.aarch64 ANDROID: Add ABI Whitelist for qcom 2020-02-28 23:45:43 +00:00
build.config.gki.x86_64 ANDROID: refactor build.config files to remove duplication 2019-10-22 18:27:12 -07:00
build.config.goldfish.arm
build.config.goldfish.arm64
build.config.goldfish.mips
build.config.goldfish.mips64
build.config.goldfish.x86
build.config.goldfish.x86_64
build.config.x86_64 ANDROID: refactor build.config files to remove duplication 2019-10-22 18:27:12 -07:00
COPYING
CREDITS
gen_headers_arm.bp Merge "Merge android-4.19-stable.113 (2b82910d) into msm-4.19" 2020-07-24 22:21:24 -07:00
gen_headers_arm64.bp Merge "Merge android-4.19-stable.113 (2b82910d) into msm-4.19" 2020-07-24 22:21:24 -07:00
Kbuild
Kconfig
kernel_headers.py Revert "kernel_headers: Disable headers matching" 2020-05-01 13:22:22 -07:00
MAINTAINERS Merge android-4.19.110 (1984fff) into msm-4.19 2020-05-23 05:08:22 -07:00
Makefile Merge android-4.19.113 (248555d) into msm-4.19 2020-07-16 18:45:03 +05:30
README
verity_dev_keys.x509

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.