Go to file
Greg Kroah-Hartman 18aada792e ANDROID: GKI: drop unneeded "_whitelist" off of symbol filenames
No need for "_whitelist" to be on the abi symbol files, it's just a
list of abi symbols we are going to support.

Bug: 160578303
Cc: Matthias Maennich <maennich@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I0e4c449550f41ff364a09a2987e877a62b986be7
2020-07-07 09:35:38 +02:00
arch Linux 4.19.131 2020-07-01 13:11:06 +02:00
block Linux 4.19.131 2020-07-01 13:11:06 +02:00
certs
crypto This is the 4.19.130 stable release 2020-06-27 09:50:13 +02:00
Documentation This is the 4.19.130 stable release 2020-06-27 09:50:13 +02:00
drivers UPSTREAM: binder: fix null deref of proc->context 2020-07-07 00:12:16 +00:00
firmware
fs Linux 4.19.131 2020-07-01 13:11:06 +02:00
include Revert "drm/dsi: Fix byte order of DCS set/get brightness" 2020-07-01 18:58:38 +00:00
init This is the 4.19.124 stable release 2020-05-20 11:37:46 +02:00
ipc Revert "ANDROID: vfs: Add permission2 for filesystems with per mount permissions" 2020-06-27 15:17:42 +02:00
kernel ANDROID: cpufreq: schedutil: maintain raw cache when next_f is not changed 2020-07-06 22:42:28 +00:00
lib ANDROID: lib/vdso: do not update timespec if clock_getres() fails 2020-06-30 05:51:06 +00:00
LICENSES
mm Linux 4.19.131 2020-07-01 13:11:06 +02:00
net Linux 4.19.131 2020-07-01 13:11:06 +02:00
samples This is the 4.19.126 stable release 2020-06-03 09:23:15 +02:00
scripts ANDROID: GKI: scripts: Makefile: update the lz4 command (#2) 2020-07-02 00:44:44 +00:00
security Linux 4.19.131 2020-07-01 13:11:06 +02:00
sound Linux 4.19.131 2020-07-01 13:11:06 +02:00
tools This is the 4.19.130 stable release 2020-06-27 09:50:13 +02:00
usr
virt KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception 2020-06-22 09:05:09 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
abi_gki_aarch64 ANDROID: GKI: drop unneeded "_whitelist" off of symbol filenames 2020-07-07 09:35:38 +02:00
abi_gki_aarch64_cuttlefish ANDROID: GKI: drop unneeded "_whitelist" off of symbol filenames 2020-07-07 09:35:38 +02:00
abi_gki_aarch64_qcom ANDROID: GKI: drop unneeded "_whitelist" off of symbol filenames 2020-07-07 09:35:38 +02:00
abi_gki_aarch64.xml ANDROID: Update the ABI xml representation 2020-07-01 18:58:46 +00:00
build.config.aarch64 ANDROID: add compat cross compiler 2020-04-27 22:52:19 -07:00
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common ANDROID: Use depmod from the hermetic toolchain 2020-06-22 12:55:38 +00:00
build.config.gki
build.config.gki_kasan ANDROID: Rename build.config.gki.arch_kasan 2020-05-13 15:10:51 +00:00
build.config.gki_kasan.aarch64 ANDROID: Drop ABI monitoring from KASAN build config 2020-05-13 15:11:47 +00:00
build.config.gki_kasan.x86_64 ANDROID: Rename build.config.gki.arch_kasan 2020-05-13 15:10:51 +00:00
build.config.gki-debug.aarch64 ANDROID: Fix build.config.gki-debug 2020-05-20 11:50:18 +00:00
build.config.gki-debug.x86_64 ANDROID: Fix build.config.gki-debug 2020-05-20 11:50:18 +00:00
build.config.gki.aarch64 ANDROID: GKI: drop unneeded "_whitelist" off of symbol filenames 2020-07-07 09:35:38 +02:00
build.config.gki.x86_64
build.config.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.19.131 2020-07-01 13:11:06 +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.