Go to file
Alistair Delva 788594063c ANDROID: clang: update to 12.0.1
Bug: 176824850
Signed-off-by: Alistair Delva <adelva@google.com>
Change-Id: I19ae68518af68caa99ed55b87e4e04c58ded9947
2021-01-26 04:20:13 +00:00
android ANDROID: GKI: Update the ABI xml and symbol list 2021-01-20 06:01:27 +00:00
arch This is the 4.19.170 stable release 2021-01-23 16:13:31 +01:00
block This is the 4.19.169 stable release 2021-01-19 18:49:37 +01:00
certs
crypto Merge 4.19.167 into android-4.19-stable 2021-01-13 10:28:13 +01:00
Documentation This is the 4.19.164 stable release 2020-12-30 12:19:31 +01:00
drivers This is the 4.19.170 stable release 2021-01-23 16:13:31 +01:00
firmware
fs This is the 4.19.170 stable release 2021-01-23 16:13:31 +01:00
include This is the 4.19.170 stable release 2021-01-23 16:13:31 +01:00
init
ipc
kernel ANDROID: GKI: genirq: export kstat_irqs_usr for watchdog 2021-01-20 06:01:16 +00:00
lib Merge 4.19.167 into android-4.19-stable 2021-01-13 10:28:13 +01:00
LICENSES
mm This is the 4.19.169 stable release 2021-01-19 18:49:37 +01:00
net This is the 4.19.170 stable release 2021-01-23 16:13:31 +01:00
samples This is the 4.19.164 stable release 2020-12-30 12:19:31 +01:00
scripts Merge 4.19.167 into android-4.19-stable 2021-01-13 10:28:13 +01:00
security This is the 4.19.169 stable release 2021-01-19 18:49:37 +01:00
sound ANDROID: ASoC: core: add locked version of soc_find_component 2021-01-20 06:00:52 +00:00
tools This is the 4.19.164 stable release 2020-12-30 12:19:31 +01:00
usr
virt KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace 2020-12-02 08:48:07 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
build.config.aarch64 ANDROID: enable LLVM_IAS=1 for clang's integrated assembler for aarch64 2021-01-11 17:34:43 -08:00
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common ANDROID: clang: update to 12.0.1 2021-01-26 04:20:13 +00:00
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.x86_64 Revert "ANDROID: enable LLVM_IAS=1 for clang's integrated assembler for x86_64" 2021-01-26 01:05:23 +00:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile This is the 4.19.170 stable release 2021-01-23 16:13:31 +01: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.