Kernel sources for Moto G9 (Play) (Guamp)
Find a file
2019-12-26 19:42:16 -08:00
arch Merge "msm: Increase the kernel virtual area to include lowmem" 2019-12-26 10:11:15 -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 Merge "power: qpnp-qg: Update the qg_esr_mod_count based on fifo-length" 2019-12-26 19:42:16 -08:00
firmware
fs f2fs: call f2fs_balance_fs outside of locked page 2019-12-11 10:13:22 +05:30
include Merge "msm: Increase the kernel virtual area to include lowmem" 2019-12-26 10:11:15 -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/walt: Improve the scheduler" 2019-12-26 06:47:23 -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 msm: Increase the kernel virtual area to include lowmem 2019-12-25 01:53:46 -08:00
net net: qrtr: free flow structure after radix tree node delete 2019-12-04 20:18:17 +05:30
samples
scripts kbuild: modpost: Replace call to xargs 2019-12-11 12:33:03 -08:00
security selinux: ensure we cleanup the internal AVC counters on error in avc_insert() 2019-12-18 00:42:32 -08:00
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 KVM: coalesced_mmio: add bounds checking 2019-09-21 07:16:44 +02:00
.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.