Kernel sources for Moto G9 (Play) (Guamp)
Find a file
Prateek Sood 388f01fcd0
headers_lib: rename Android.bp
Rename Android.bp to Androidbp. This is done to
avoid compilation failure reported for SA* targets.

Ignore tracking of Android.bp link file.

Change-Id: Ie36f8bf5e0ac011e5f82e4cbd3c2cc7d6bf14070
Signed-off-by: Prateek Sood <prsood@codeaurora.org>
Signed-off-by: Naitik Bharadiya <bharad@codeaurora.org>
2022-11-20 19:48:48 +02:00
android
arch arm64: dts: vendor: Symlink qcom display bindings 2022-11-20 19:36:24 +02:00
block
certs
crypto
Documentation
drivers Add 'drivers/staging/qcacld-3.0/' from tag 'LA.UM.9.12.r1-14900-SMxx50.QSSI13.0' 2022-11-20 19:43:27 +02:00
firmware
fs fuse: make sure reclaim doesn't write the inode 2022-09-12 14:16:06 +05:30
include arm64: entry: Add vectors that have the bhb mitigation sequences 2022-10-17 04:03:35 -07:00
init
ipc
kernel FROMGIT: cgroup: Use separate src/dst nodes when preloading css_sets for migration 2022-06-30 08:19:43 -07:00
lib lib/iov_iter: initialize "flags" in new pipe_buffer 2022-06-19 17:21:12 +05:30
LICENSES
mm gup: document and work around "COW can break either way" issue 2022-07-22 14:44:55 +05:30
net Merge "igmp: Add ip_mc_list lock in ip_check_mc_rcu" 2022-06-29 05:26:49 -07:00
samples
scripts
security ANDROID: selinux: modify RTM_GETNEIGH{TBL} 2022-06-28 13:45:10 +05:30
sound
techpack headers_lib: rename Android.bp 2022-11-20 19:48:48 +02:00
tools
usr
virt KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated 2022-10-17 04:05:04 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore headers_lib: rename Android.bp 2022-11-20 19:48:48 +02:00
.mailmap
Android.mk Android: Add empty Android.mk file 2022-11-20 19:48:44 +02:00
Androidbp headers_lib: rename Android.bp 2022-11-20 19:48:48 +02: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
gen_headers_arm64.bp
Kbuild
Kconfig
kernel_headers.py
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.