Go to file
Matthias Maennich 3031e16419 ANDROID: Correct build.config branch name
Bug: 148979805
Change-Id: I948ed494ef08601392f0d6688a392e9cb37488b5
Signed-off-by: Matthias Maennich <maennich@google.com>
2020-05-05 13:46:27 +02:00
arch ANDROID: GKI: ARM/ARM64: Introduce arch_read_hardware_id 2020-04-10 18:15:14 -07:00
block ANDROID: block: require drivers to declare supported crypto key type(s) 2020-04-07 17:57:33 +00:00
certs
crypto UPSTREAM: crypto: skcipher - Introduce crypto_sync_skcipher 2020-03-12 10:46:18 -07:00
Documentation UPSTREAM: Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 (v5.7-rc1) 2020-04-15 03:11:30 +00:00
drivers ANDROID: GKI: export symbols required by SPECTRA_CAMERA 2020-04-10 18:15:14 -07:00
firmware
fs UPSTREAM: Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 (v5.7-rc1) 2020-04-15 03:11:30 +00:00
include UPSTREAM: Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 (v5.7-rc1) 2020-04-15 03:11:30 +00:00
init ANDROID: GKI: export saved_command_line 2020-04-10 00:48:14 +00:00
ipc This is the 4.19.107 stable release 2020-03-03 07:33:01 +01:00
kernel ANDROID: GKI: kernel/dma, mm/cma: Export symbols needed by vendor modules 2020-04-10 02:39:49 +00:00
lib FROMLIST: lib: test_stackinit.c: XFAIL switch variable init tests 2020-03-05 17:59:19 +00:00
LICENSES
mm UPSTREAM: Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 (v5.7-rc1) 2020-04-15 03:11:30 +00:00
net ANDROID: GKI: net, skbuff: export symbols needed by vendor drivers 2020-04-10 02:38:59 +00:00
samples FROMGIT: samples/hw_breakpoint: drop use of kallsyms_lookup_name() 2020-03-12 11:18:49 +00:00
scripts BACKPORT: FROMGIT: kbuild: mkcompile_h: Include $LD version in /proc/version 2020-04-09 15:16:12 +00:00
security This is the 4.19.106 stable release 2020-02-24 09:13:25 +01:00
sound ANDROID: GKI: ASoC: msm: fix integer overflow for long duration offload playback 2020-04-11 00:30:41 +00:00
tools ANDROID: Incremental fs: Fix remount 2020-04-03 17:25:37 +00:00
usr
virt KVM: Check for a bad hva before dropping into the ghc slow path 2020-03-05 16:42:21 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
abi_gki_aarch64_cuttlefish_whitelist ANDROID: ABI/Whitelist: update for Cuttlefish 2020-02-12 11:11:16 +00:00
abi_gki_aarch64_qcom_whitelist ANDROID: GKI: Bulk ABI update 2020-04-08 00:38:26 -07:00
abi_gki_aarch64_whitelist ANDROID: abi_gki_aarch64_whitelist: add module_layout and task_struct 2020-03-05 09:07:15 +00:00
abi_gki_aarch64.xml ANDROID: GKI: Update ABI 2020-04-10 18:14:58 -07:00
build.config.aarch64
build.config.allmodconfig ANDROID: fix allmodconfig build to use the right toolchain 2020-04-14 15:40:26 +00:00
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm ANDROID: Add build.config files for ARM 32-bit 2020-03-16 17:43:55 +00:00
build.config.allmodconfig.x86_64
build.config.arm ANDROID: Add build.config files for ARM 32-bit 2020-03-16 17:43:55 +00:00
build.config.common ANDROID: Correct build.config branch name 2020-05-05 13:46:27 +02:00
build.config.gki ANDROID: gki: Removed cf modules from gki_defconfig 2020-01-31 16:23:38 -08:00
build.config.gki-debug.aarch64 ANDROID: Add build.config.gki-debug.aarch64 2020-03-16 14:29:13 +00:00
build.config.gki-debug.x86_64 ANDROID: Add build.config.gki-debug.x86_64 2020-03-16 14:29:13 +00:00
build.config.gki.aarch64 ANDROID: Add ABI Whitelist for qcom 2020-02-28 23:45:43 +00:00
build.config.gki.x86_64
build.config.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS This is the 4.19.107 stable release 2020-03-03 07:33:01 +01:00
Makefile ANDROID: kbuild: ensure __cfi_check is correctly aligned 2020-04-06 20:34:01 +00: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.