Go to file
Quentin Perret 4b1ee0c027 ANDROID: build.config.gki.aarch64: Enable WHITELIST_STRICT_MODE
This will ensure we get a build-time error if the whitelist does not
match the KMI resulting from a build. This indicates that some
whitelisted symbols are not actually exported, or that we export
non-whitelisted symbols. This is non-desirable either way.

Bug: 151133259
Bug: 149980028
Signed-off-by: Quentin Perret <qperret@google.com>
Change-Id: Ifaa1ae8a15f09f3791ed4487920d7751062fa210
2020-05-07 08:12:23 +00:00
arch ANDROID: GKI: Enable net testing options 2020-05-05 21:27:22 +00:00
block
certs
crypto
Documentation This is the 4.19.119 stable release 2020-04-29 17:26:17 +02:00
drivers This is the 4.19.121 stable release 2020-05-06 09:03:15 +02:00
firmware
fs ANDROID: remove unused variable 2020-05-06 16:18:59 +00:00
include UPSTREAM: vdso: Fix clocksource.h macro detection 2020-05-03 16:11:10 +00:00
init
ipc This is the 4.19.119 stable release 2020-04-29 17:26:17 +02:00
kernel This is the 4.19.121 stable release 2020-05-06 09:03:15 +02:00
lib
LICENSES
mm This is the 4.19.120 stable release 2020-05-03 08:48:02 +02:00
net This is the 4.19.120 stable release 2020-05-03 08:48:02 +02:00
samples This is the 4.19.119 stable release 2020-04-29 17:26:17 +02:00
scripts This is the 4.19.119 stable release 2020-04-29 17:26:17 +02:00
security This is the 4.19.121 stable release 2020-05-06 09:03:15 +02:00
sound This is the 4.19.121 stable release 2020-05-06 09:03:15 +02:00
tools ANDROID: Incremental fs: Fix issues with very large files 2020-05-05 13:34:18 +00:00
usr
virt x86/kvm: Cache gfn to pfn translation 2020-04-29 16:31:19 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
abi_gki_aarch64_cuttlefish_whitelist
abi_gki_aarch64_qcom_whitelist ANDROID: GKI: Update the ABI xml and qcom whitelist 2020-05-06 22:43:34 +00:00
abi_gki_aarch64_whitelist ANDROID: GKI: Bulk update ABI XML representation and whitelist. 2020-05-04 15:31:17 -07:00
abi_gki_aarch64.xml ANDROID: GKI: Update the ABI xml and qcom whitelist 2020-05-06 22:43:34 +00: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_kasan ANDROID: Rename build.config.gki.arch_kasan 2020-05-05 20:46:14 +00:00
build.config.gki_kasan.aarch64 ANDROID: Drop ABI monitoring from KASAN build config 2020-05-06 11:13:09 +00:00
build.config.gki_kasan.x86_64 ANDROID: Rename build.config.gki.arch_kasan 2020-05-05 20:46:14 +00:00
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64 ANDROID: build.config.gki.aarch64: Enable WHITELIST_STRICT_MODE 2020-05-07 08:12:23 +00:00
build.config.gki.x86_64
build.config.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile This is the 4.19.121 stable release 2020-05-06 09:03:15 +02:00
README

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.