Kernel sources for Moto G9 (Play) (Guamp)
Find a file
2020-03-10 09:16:13 -07:00
arch Merge "defconfig: Add QUSB PHY configuration to Lagoon" 2020-03-10 09:16:13 -07:00
block
certs
crypto
Documentation Merge "Merge android-4.19.66 (487e617) into msm-4.19" 2020-03-05 22:43:21 -08:00
drivers Merge "icnss: change to avoid device crash if RF card is not present" 2020-03-10 09:16:13 -07:00
firmware
fs Merge "Merge android-4.19.66 (487e617) into msm-4.19" 2020-03-05 22:43:21 -08:00
include Merge "iommu/arm-smmu: replicate faulty transaction" 2020-03-10 09:16:10 -07:00
init
ipc
kernel Merge "sched: Improve the scheduler" 2020-03-09 22:42:06 -07:00
lib
LICENSES
mm mm: vmalloc: don't print lowmem information 2020-02-24 05:02:58 -08:00
net cfg80211: Enhance the AKM advertizement to support per interface 2020-02-29 23:42:23 +05:30
samples
scripts
security
sound
techpack
tools
usr
virt Merge "KVM: arm/arm64: Don't invoke defacto-CnP on first run" 2020-02-13 22:26:27 -08:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
abi_gki_aarch64.xml
Android.bp
AndroidKernel.mk
build.config.aarch64
build.config.common
build.config.cuttlefish.aarch64
build.config.cuttlefish.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
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
COPYING
CREDITS
gen_headers_arm.bp
gen_headers_arm64.bp
Kbuild
Kconfig
kernel_headers.py
MAINTAINERS driver: can: spi: add mcp25xxfd driver 2020-03-01 18:02:44 -08:00
Makefile
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.