No description
Find a file
Paul Lawrence 9d7386aae2 ANDROID: Incremental fs: Use simple compression in log buffer
Bug: 154342202
Test: incfs_test passes
Signed-off-by: Paul Lawrence <paullawrence@google.com>
Change-Id: Ibcc641dd92596018c9f10b5bc7bd0db2642a80c7
(cherry picked from commit b6b4a3a404ccd9c62347e27c4fc7883d776c2cbb)
2020-04-25 13:34:36 +00:00
arch ANDROID: GKI: gki_defconfig: Enable FW_LOADER_USER_HELPER* 2020-04-23 20:51:43 +00:00
block This is the 4.19.116 stable release 2020-04-18 13:33:51 +02:00
certs
crypto UPSTREAM: crypto: skcipher - Introduce crypto_sync_skcipher 2020-03-12 10:46:18 -07:00
Documentation Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 2020-04-19 13:54:17 -07:00
drivers ANDROID: GKI: usb: core: Add support to parse config summary capability descriptors 2020-04-24 23:47:06 +00:00
firmware Fix built-in early-load Intel microcode alignment 2020-01-23 08:21:29 +01:00
fs ANDROID: Incremental fs: Use simple compression in log buffer 2020-04-25 13:34:36 +00:00
include ANDROID: GKI: usb: core: Add support to parse config summary capability descriptors 2020-04-24 23:47:06 +00:00
init ANDROID: init: GKI: enable hidden configs for GPU 2020-04-23 16:33:11 +00:00
ipc This is the 4.19.107 stable release 2020-03-03 07:33:01 +01:00
kernel ANDROID: fix wakeup reason findings 2020-04-24 01:05:45 +00:00
lib This is the 4.19.118 stable release 2020-04-23 11:07:54 +02:00
LICENSES
mm This is the 4.19.117 stable release 2020-04-21 10:20:12 +02:00
net UPSTREAM: cfg80211: save multi-bssid properties 2020-04-23 14:37:15 -07: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.118 stable release 2020-04-23 11:07:54 +02:00
sound This is the 4.19.118 stable release 2020-04-23 11:07:54 +02:00
tools ANDROID: Incremental fs: Use simple compression in log buffer 2020-04-25 13:34:36 +00:00
usr initramfs: restore default compression behavior 2020-04-13 10:44:59 +02:00
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.xml ANDROID: GKI: Update ABI XML representation 2020-04-24 23:46:25 +00:00
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: Update ABI XML representation 2020-04-24 23:46:25 +00:00
abi_gki_aarch64_whitelist ANDROID: GKI: Update ABI XML representation 2020-04-24 23:46:25 +00:00
build.config.aarch64
build.config.allmodconfig ANDROID: build.config.allmodconfig: Re-enable XFS_FS 2020-04-17 08:41:31 +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: build.config.common: Add BUILDTOOLS_PREBUILT_BIN 2020-04-16 18:00:31 +00: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 This is the 4.19.118 stable release 2020-04-23 11:07:54 +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.