Kernel sources for Moto G9 (Play) (Guamp)
Find a file
Michael Bestas 213c4e99fc
Add 'techpack/video/' from tag 'LA.UM.9.12.r1-14900-SMxx50.QSSI13.0'
git-subtree-dir: techpack/video
git-subtree-mainline: 078c8b4302
git-subtree-split: 563c068743
Change-Id: I03aafbfd2c133ff9cd1475c96f3bed969f7bb5be
2022-11-20 19:45:22 +02:00
android
arch arm64: dts: vendor: Symlink qcom display bindings 2022-11-20 19:36:24 +02:00
block block: pm: Fix possible unbalanced nr_pending 2021-09-15 09:44:27 +08:00
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 Add 'techpack/video/' from tag 'LA.UM.9.12.r1-14900-SMxx50.QSSI13.0' 2022-11-20 19:45:22 +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 Revert ".gitignore: Add device tree vendor directories to gitignore" 2022-11-20 19:28:46 +02:00
.mailmap
Android.bp
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 uapi: Add UAPI headers for slatecom_interface driver 2021-09-08 04:43:44 -07:00
gen_headers_arm64.bp uapi: Add UAPI headers for slatecom_interface driver 2021-09-08 04:43:44 -07:00
Kbuild qcacld-3.0: Enable feature to dump reo queue info in DDR 2022-05-18 23:29:44 -07:00
Kconfig
kernel_headers.py
MAINTAINERS
Makefile Makefile: Move -Wno-unused-but-set-variable out of GCC only block 2022-05-11 07:51:18 +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.