Kernel sources for Moto G9 (Play) (Guamp)
Find a file
2020-05-01 06:01:59 -07:00
arch Merge "defconfig: Scuba: Add support for clock controllers" 2020-04-30 10:40:29 -07:00
block block, bfq: fix use-after-free in bfq_idle_slice_timer_body 2020-04-01 20:13:38 +05:30
certs
crypto
Documentation Merge "vmscan: Support multiple kswapd threads per node" 2020-04-26 04:01:40 -07:00
drivers Merge "msm: ipa4: Fix to exit from tasklet after processing max packet" 2020-05-01 06:01:59 -07:00
firmware
fs Merge "Merge android-4.19.95 (5da1114) into msm-4.19" 2020-03-30 19:55:22 -07:00
include Merge "soc: qcom: socinfo: Add soc information for SDM660" 2020-04-30 10:40:28 -07:00
init Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
ipc
kernel sched: Fix compilation errors with !WALT 2020-04-28 18:59:50 +05:30
lib Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
LICENSES
mm Merge "mm: put_and_wait_on_page_locked() while page is migrated" 2020-04-28 22:34:31 -07:00
net tcp: Reset tcp connections in SYN-SENT state 2020-04-13 23:11:43 -07:00
samples
scripts Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
security ANDROID: selinux: modify RTM_GETLINK permission 2020-04-11 01:45:54 +05:30
sound Merge android-4.19-q.95 (138a4a6) into msm-4.19 2020-02-03 21:43:57 -08:00
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
abi_gki_aarch64_whitelist
Android.bp
AndroidKernel.mk
build.config.aarch64
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.x86_64
build.config.common
build.config.gki
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 kernel_headers: Update camera uapi headers 2020-04-13 20:34:18 -07:00
gen_headers_arm64.bp kernel_headers: Update camera uapi headers 2020-04-13 20:34:18 -07:00
Kbuild
Kconfig
kernel_headers.py kernel_headers: Disable headers matching 2020-04-14 21:55:23 -07:00
MAINTAINERS Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
Makefile Makefile: Suppress few warnings with clang 2020-04-23 14:13:28 +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.