Kernel sources for Moto G9 (Play) (Guamp)
Find a file
Bharat Pawar 1fd38bb437 Change the subprocess argument to fix the build issue
Change subprocess arguments in  kernel_headers.py
script so that it can include dirname to resolve the
compilation issues in the new build system.

Change-Id: I89bbe53aa8a8b50e2c98a795fa20a976f2792a3b
Signed-off-by: Bharat Pawar <bpawar@codeaurora.org>
Signed-off-by: Srinivasarao P <spathi@codeaurora.org>
2021-06-28 16:47:30 +05:30
android
arch defconfig: Enable memory cgroup config 2021-06-22 09:57:33 -07:00
block
certs
crypto
Documentation Revert "ANDROID: security,perf: Allow further restriction of perf_event_open" 2021-04-30 00:21:50 -07:00
drivers Merge "leds: add initial driver for AW2016 LED device" 2021-06-23 08:58:32 -07:00
firmware
fs ANDROID: Incremental fs: Set credentials before reading/writing 2021-06-18 16:58:31 +05:30
include Merge "dt-bindings: msm: Add bindings for flash type" 2021-06-17 04:23:10 -07:00
init
ipc
kernel Revert "ANDROID: security,perf: Allow further restriction of perf_event_open" 2021-04-30 00:21:50 -07:00
lib
LICENSES
mm mm: cma: Print correct request pages 2021-03-02 18:45:12 +08:00
net netfilter: nf_conntrack_h323: lost .data_len definition for Q.931/ipv6 2021-05-18 14:41:27 +05:30
samples
scripts
security Revert "ANDROID: security,perf: Allow further restriction of perf_event_open" 2021-04-30 00:21:50 -07:00
sound
techpack
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
Android.bp Use environment variable to find unifdef tool 2021-06-25 00:24:52 -07:00
AndroidKernel.mk
build.config.aarch64
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common
build.config.gki
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
build.config.gki_kasan
build.config.gki_kasan.aarch64
build.config.gki_kasan.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 Use environment variable to find unifdef tool 2021-06-25 00:24:52 -07:00
gen_headers_arm64.bp Use environment variable to find unifdef tool 2021-06-25 00:24:52 -07:00
Kbuild
Kconfig
kernel_headers.py Change the subprocess argument to fix the build issue 2021-06-28 16:47:30 +05:30
MAINTAINERS
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.