Kernel sources for Moto G9 (Play) (Guamp)
Find a file
2019-01-18 17:51:26 -08:00
arch defconfig: arm64: Enable bus scaling for kona 2019-01-18 14:14:08 -08:00
block blk-mq: punt failed direct issue to dispatch list 2018-12-08 12:59:10 +01:00
certs
crypto Merge remote-tracking branch 'origin_4.19/tmp-0567d2f' into msm-4.19 2018-12-20 17:43:16 -08:00
Documentation Merge "PM / devfreq: bw_hwmon: Add support for BWMON5 monitors" 2019-01-18 17:51:26 -08:00
drivers Merge "PM / devfreq: bw_hwmon: Add support for BWMON5 monitors" 2019-01-18 17:51:26 -08:00
firmware
fs configfs: Fix use-after-free when accessing sd->s_dentry 2019-01-10 02:07:26 -08:00
include Merge "sched: deprecate sched_is_energy_aware() and energy_aware()" 2019-01-18 15:51:06 -08:00
init sched: Add snapshot of core_ctl 2019-01-02 11:46:27 -08:00
ipc ANDROID: vfs: Add permission2 for filesystems with per mount permissions 2018-12-05 09:48:14 -08:00
kernel Merge "sched/fair: Skip pulling tasks from cpu marked for active balancing" 2019-01-18 16:52:55 -08:00
lib sched/rt: Add snapshot of changes to RT class 2019-01-02 12:43:27 -08:00
LICENSES LICENSES: Add ISC license text 2019-01-10 17:22:01 +02:00
mm Revert "mm: memory: reduce fault_around_bytes" 2019-01-16 10:57:55 -08:00
net gss_krb5: Remove VLA usage of skcipher 2019-01-16 15:43:08 -07:00
samples
scripts checkpatch: Treat duplicate signatures as a different error class 2019-01-08 14:45:45 -08:00
security Merge remote-tracking branch 'origin_4.19/tmp-0567d2f' into msm-4.19 2018-12-20 17:43:16 -08:00
sound Use 'GPL-2.0-only' as the SPDX-License-Identifier tag 2019-01-11 16:55:33 -08:00
tools tc-testing: tdc.py: Guard against lack of returncode in executed command 2018-12-13 09:16:13 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
AndroidKernel.mk AndroidKernel: Add support for Uncompresed Kernel 2019-01-14 18:26:08 -08:00
build.config.cuttlefish.aarch64 ANDROID: Move from clang r328903 to r346389b. 2018-12-07 11:52:07 -08:00
build.config.cuttlefish.x86_64 ANDROID: Move from clang r328903 to r346389b. 2018-12-07 11:52:07 -08: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
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge remote-tracking branch 'origin_4.19/tmp-0567d2f' into msm-4.19 2018-12-20 17:43:16 -08:00
Makefile Merge remote-tracking branch 'origin_4.19/tmp-0567d2f' into msm-4.19 2018-12-20 17:43:16 -08: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.