Kernel sources for Moto G9 (Play) (Guamp)
Find a file
zhaoxp3 cc69f6bdcb arm64/defconfig: disable debug fs on user build
cherry-pick from:
(CR): arm64/defconfig: disable debug fs on user build

according to android R,
disable debug fs for user build

Change-Id: I985888644c92e14205f7260c423bb88bad026dd9
Signed-off-by: zhaoxp3 <zhaoxp3@motorola.com>
Reviewed-on: https://gerrit.mot.com/1752415
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Reviewed-by: Wang Wang <wangwang1@mt.com>
Submit-Approved: Jira Key
Reviewed-on: https://gerrit.mot.com/1753930
Reviewed-by: Jianguo Liu <liujg6@motorola.com>
2022-03-23 14:54:22 +08:00
android
arch arm/defconfig: enable CONFIG_DEBUG_LIST on R 2022-03-23 14:54:22 +08:00
block block: pm: Fix possible unbalanced nr_pending 2021-09-15 09:44:27 +08:00
certs
crypto
Documentation BACKPORT: cgroup: make per-cgroup pressure stall tracking configurable 2021-07-01 23:43:00 -07:00
drivers charger:support typec high 2A current at non-turbo product 2022-03-23 14:54:22 +08:00
firmware
fs sdcardfs: don't depend on reserved_mb to check free space 2022-03-23 14:49:27 +08:00
include Revert "Revert "msm: media: uapi: Redefine NV12 format with different alignment"" 2022-03-23 14:54:22 +08:00
init
ipc
kernel Capri bring up 2022-03-23 14:54:21 +08:00
lib
LICENSES
mm disable SPLIT_RSS_COUNTING to fix zero RSS issue 2022-03-23 14:54:21 +08:00
net af_unix: fix garbage collect vs MSG_PEEK 2021-12-14 10:35:34 +05:30
samples
scripts kernel/config: Add Moto ext_config feature 2022-03-23 14:49:23 +08:00
security
sound usb audio: Let the usb sound card index from 1 2022-03-23 14:49:29 +08:00
techpack
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore gitignore: ignore dts link 2022-03-23 14:49:27 +08:00
.mailmap
Android.bp Use environment variable to find unifdef tool 2021-06-25 00:24:52 -07:00
AndroidKernel.mk defconfig.mk: Don't force make defconfig 2022-03-23 14:49:27 +08:00
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
defconfig.mk arm64/defconfig: disable debug fs on user build 2022-03-23 14:54:22 +08:00
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
Kconfig
kernel_headers.py Change the subprocess argument to fix the build issue 2021-06-28 16:47:30 +05:30
MAINTAINERS UPSTREAM: HID: playstation: Initial DualSense USB support 2021-08-06 12:46:40 +05:30
Makefile Revert "kbuild: force to build vmlinux if CONFIG_MODVERSION=y" 2021-07-23 18:30:57 +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.