No description
Find a file
Kristof Petho 532a685ebb
security: default to INIT_STACK_NONE
Change-Id: Id99590053310cf797a30897354cf1e1e1f761be1
Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
2021-08-21 16:10:47 +02:00
android
arch arm64: boot: Add dts binding docs 2021-08-21 16:10:44 +02:00
block Merge android-4.19-stable.146 (443485d) into msm-4.19 2020-10-16 11:06:31 +05:30
certs
crypto Merge android-4.19-stable.136 (204dd19) into msm-4.19 2020-10-14 20:04:29 +05:30
Documentation Merge android-4.19-stable.149 (9ce79d9) into msm-4.19 2020-10-21 09:25:49 +05:30
drivers partially revert UPSTREAM: PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare() 2021-08-21 16:10:47 +02:00
firmware
fs fs: pstore: Import xiaomi changes 2021-08-21 16:10:46 +02:00
include partially revert UPSTREAM: PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare() 2021-08-21 16:10:47 +02:00
init Merge "sched/tune: Fix improper accounting of tasks" 2020-10-19 15:55:56 -07:00
ipc
kernel drivers: cpufreq: Import xiaomi changes 2021-08-21 16:10:45 +02:00
lib Merge android-4.19-stable.152 (13abe23) into msm-4.19 2020-10-28 17:52:20 +05:30
LICENSES
mm Merge android-4.19-stable.152 (13abe23) into msm-4.19 2020-10-28 17:52:20 +05:30
net Merge "cfg80211: use same IR permissive rules for 6GHz band" 2020-11-11 11:31:26 -08:00
samples
scripts scripts: Disable some noisy dtc warnings 2021-08-21 16:10:43 +02:00
security security: default to INIT_STACK_NONE 2021-08-21 16:10:47 +02:00
sound Merge android-4.19-stable.149 (9ce79d9) into msm-4.19 2020-10-21 09:25:49 +05:30
techpack techpack: display: Import xiaomi changes 2021-08-21 16:10:47 +02:00
tools This is the 4.19.152 stable release 2020-10-17 10:26:40 +02:00
usr
virt Merge android-4.19-stable.149 (9ce79d9) into msm-4.19 2020-10-21 09:25:49 +05:30
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore arch: Import dts with xiaomi changes 2021-08-21 16:10:44 +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 gen_headers*: Pass along audio techpack headers. 2021-08-21 16:06:51 +02:00
gen_headers_arm64.bp gen_headers*: Pass along audio techpack headers. 2021-08-21 16:06:51 +02:00
Kbuild qcacld-3.0: Enhance hang info feature 2020-10-31 14:27:01 -07:00
Kconfig
kernel_headers.py
MAINTAINERS Merge android-4.19-stable.149 (9ce79d9) into msm-4.19 2020-10-21 09:25:49 +05:30
Makefile Makefile: Don't use GCC wrapper 2021-08-21 16:10:42 +02: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.