Go to file
UtsavBalar1231 4bec416178 .gitignore: Exclude qcom devicetree from gitignore
Change-Id: If4956efee51f0c476b6ce9060575b713b61edec7
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2022-02-05 16:34:45 +01:00
android
arch dtbo.img: build device tree overlay partition image 2022-02-05 16:30:14 +01:00
block
certs
crypto
Documentation
drivers qcacld-3.0: Fallback to default WCNSS config path for MIUI 2022-02-05 16:28:52 +01:00
firmware
fs
include
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts scripts: use aosp python mkdtboimg for cmd_mkdtimg 2022-02-05 16:34:45 +01:00
security
sound
techpack
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: Exclude qcom devicetree from gitignore 2022-02-05 16:34:45 +01: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_kasan
build.config.gki_kasan.aarch64
build.config.gki_kasan.x86_64
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
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_arm64.bp
gen_headers_arm.bp
Kbuild
Kconfig
kernel_headers.py
MAINTAINERS
Makefile Revert "scripts: gcc-wrapper: Use wrapper to check compiler warnings" 2022-02-05 16:28:52 +01:00
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.