Kernel sources for Moto G9 (Play) (Guamp)
Find a file
Tengfei Fan 0643322d3e defconfig: add CONFIG_QCOM_MINIDUMP support
Add CONFIG_QCOM_MINIDUMP support for arm.

Change-Id: If3773b121a3a558eb779dd6080fdf8c2a244cb7b
Signed-off-by: Tengfei Fan <tengfeif@codeaurora.org>
2019-12-24 14:42:17 +08:00
arch defconfig: add CONFIG_QCOM_MINIDUMP support 2019-12-24 14:42:17 +08:00
block bfq-iosched: Make BFQ default to IOPS mode on SSDs 2019-11-12 10:59:29 +05:30
certs
crypto Merge android-4.19-q.79 (40321f2) into msm-4.19 2019-10-21 05:07:30 -07:00
Documentation Merge android-4.19-q.80 (fd673e8) into msm-4.19 2019-10-21 05:33:39 -07:00
drivers soc: qcom: use MODULES_END instead of KIMAGE_VADDR 2019-12-13 15:57:56 +08:00
firmware
fs f2fs: call f2fs_balance_fs outside of locked page 2019-12-11 10:13:22 +05:30
include Merge "mhi: core: Process bandwidth scaling event after force suspend" 2019-12-12 09:27:16 -08:00
init Merge android-4.19-q.76 (8ed9c66) into msm-4.19 2019-10-10 22:08:02 -07:00
ipc
kernel Merge "sched/fair: Avoid force newly idle load balance if have iowait task" 2019-12-11 23:05:49 -08:00
lib Merge "Merge android-4.19-q.81 (9045ee1) into msm-4.19" 2019-11-06 06:40:33 -08:00
LICENSES
mm Merge "mm: don't throttle ULMK on direct reclaim" 2019-12-11 23:05:50 -08:00
net net: qrtr: free flow structure after radix tree node delete 2019-12-04 20:18:17 +05:30
samples
scripts Merge "Merge android-4.19-q.81 (9045ee1) into msm-4.19" 2019-11-06 06:40:33 -08:00
security selinux: Relocate ss_initialized and selinux_enforcing to separate 4k 2019-11-06 16:30:37 +05:30
sound sound: usb: Don't bail out if qmi_send_indication fails 2019-11-21 19:42:13 +05:30
techpack Revert "techpack: replace type with xtype while searching for sub-dirs" 2019-11-19 07:06:17 -08:00
tools This is the 4.19.80 stable release 2019-10-17 15:33:53 -07:00
usr kbuild: clean compressed initramfs image 2019-10-07 18:57:16 +02:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
Android.bp kernel: Create and export kernel headers 2019-11-15 11:16:07 -08:00
AndroidKernel.mk
build.config.aarch64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
build.config.common ANDROID: clang: update to 9.0.8 based on r365631c 2019-10-23 21:25:17 +00:00
build.config.cuttlefish.aarch64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
build.config.cuttlefish.x86_64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -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 17:52:56 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge android-4.19-q.80 (fd673e8) into msm-4.19 2019-10-21 05:33:39 -07:00
Makefile Merge android-4.19-q.81 (9045ee1) into msm-4.19 2019-10-29 04:52:53 -07:00
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.