Kernel sources for Moto G9 (Play) (Guamp)
Find a file
Jasleen Kalsi d5e60957c4 taskstats: extended taskstats2 with acct fields
Add basic accounting stats in taskstats2 struct

Change-Id: Ieb5aa751381f889628eba143db3988a56ef0f096
Signed-off-by: Jasleen Kalsi <jkalsi@codeaurora.org>
2020-05-13 22:59:08 -07:00
arch Merge "defconfig: Enable hardware key manager driver" 2020-05-13 08:02:15 -07:00
block Merge 'File and metadata encryption changes from android-4.19.96-107' into msm-4.19 2020-04-24 15:22:03 -07:00
certs
crypto Merge android-4.19-q.89 (c79e0f8) into msm-4.19 2020-01-28 03:22:36 -08:00
Documentation Merge "defconfig: Enable new file encryption framework" 2020-05-05 23:33:46 -07:00
drivers Merge "diag: dci: Synchronize dci mempool buffers alloc and free" 2020-05-13 16:13:12 -07:00
firmware
fs Merge "f2fs: fix long latency due to discard during umount" 2020-05-12 23:07:05 -07:00
include taskstats: extended taskstats2 with acct fields 2020-05-13 22:59:08 -07:00
init Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
ipc
kernel taskstats: extended taskstats2 with acct fields 2020-05-13 22:59:08 -07:00
lib Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
LICENSES
mm Merge "mm: page_alloc: Add u64 typecast to memblock_dbg call in free_reserved_area" 2020-05-05 01:29:17 -07:00
net tcp: Reset tcp connections in SYN-SENT state 2020-04-13 23:11:43 -07:00
samples samples: bpf: fix syscall_tp due to unused syscall 2020-01-12 12:17:13 +01:00
scripts Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
security Revert existing FBE changes for ICE FBE 2020-04-24 15:19:09 -07:00
sound Merge android-4.19-q.95 (138a4a6) into msm-4.19 2020-02-03 21:43:57 -08:00
techpack
tools This is the 4.19.95 stable release 2020-01-12 12:30:50 +01:00
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: update kernel ABI (perf_event changes) 2020-01-10 15:18:53 +00:00
abi_gki_aarch64_whitelist ANDROID: add initial ABI whitelist for android-4.19 2019-12-18 12:44:33 +00:00
Android.bp Example kernel headers header_lib package 2020-01-18 11:53:58 -08:00
AndroidKernel.mk
build.config.aarch64
build.config.allmodconfig ANDROID: Don't base allmodconfig on gki_defconfig 2019-12-05 12:48:26 +00:00
build.config.allmodconfig.aarch64
build.config.allmodconfig.x86_64
build.config.common
build.config.gki
build.config.gki.aarch64 ANDROID: add initial ABI whitelist for android-4.19 2019-12-18 12:44:33 +00:00
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_header: add new fscrypt header file 2020-05-07 19:06:48 +05:30
gen_headers_arm64.bp gen_header: add new fscrypt header file 2020-05-07 19:06:48 +05:30
Kbuild
Kconfig
kernel_headers.py Revert "kernel_headers: Disable headers matching" 2020-05-01 13:22:22 -07:00
MAINTAINERS Merge crypto changes from android-4.19.79-95 into msm-4.19 2020-04-24 15:21:22 -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.