No description
Find a file
Paul Lawrence 05cf04f60a ANDROID: Incremental fs: Add INCFS_IOC_GET_FILLED_BLOCKS
Test: incfs_test passes
Bug: 151240628
Signed-off-by: Paul Lawrence <paullawrence@google.com>
Change-Id: I66d0ba1911adc5d68ed404585222e6a81a7eb94f
(cherry picked from commit 8d963bb24076b60cb2de0f2d49deaff1d52e8270)
2020-03-30 04:47:45 +00:00
arch ANDROID: GKI: Add API to create pagetable mappings. 2020-03-26 14:45:13 -07:00
block This is the 4.19.113 stable release 2020-03-25 09:50:38 +01:00
certs
crypto UPSTREAM: crypto: skcipher - Introduce crypto_sync_skcipher 2020-03-12 10:46:18 -07:00
Documentation This is the 4.19.112 stable release 2020-03-21 08:37:27 +01:00
drivers ANDROID: GKI: power_supply: add more soc properties 2020-03-27 14:29:21 -07:00
firmware
fs ANDROID: Incremental fs: Add INCFS_IOC_GET_FILLED_BLOCKS 2020-03-30 04:47:45 +00:00
include ANDROID: Incremental fs: Add INCFS_IOC_GET_FILLED_BLOCKS 2020-03-30 04:47:45 +00:00
init ANDROID: GKI: Add CONFIG_SOC_BUS to gki_defconfig 2020-03-25 05:15:15 +00:00
ipc
kernel FROMGIT: sched/rt: cpupri_find: Trigger a full search as fallback 2020-03-26 12:04:38 +00:00
lib
LICENSES
mm This is the 4.19.113 stable release 2020-03-25 09:50:38 +01:00
net BACKPORT: nl80211: Add support for EDMG channels 2020-03-26 19:35:27 +00:00
samples
scripts This is the 4.19.113 stable release 2020-03-25 09:50:38 +01:00
security
sound This is the 4.19.113 stable release 2020-03-25 09:50:38 +01:00
tools ANDROID: Incremental fs: Add INCFS_IOC_GET_FILLED_BLOCKS 2020-03-30 04:47:45 +00:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
abi_gki_aarch64.xml ANDROID: GKI: Update ABI 2020-03-27 14:39:17 -07:00
abi_gki_aarch64_cuttlefish_whitelist
abi_gki_aarch64_qcom_whitelist
abi_gki_aarch64_whitelist
build.config.aarch64
build.config.allmodconfig
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
build.config.cuttlefish.aarch64
build.config.cuttlefish.x86_64
build.config.gki
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
build.config.gki.x86_64
build.config.x86_64
COPYING
CREDITS
cuttlefish.fragment ANDROID: Add TPM support and the vTPM proxy to Cuttlefish. 2020-03-13 17:19:53 +00:00
Kbuild
Kconfig
MAINTAINERS
Makefile This is the 4.19.113 stable release 2020-03-25 09:50:38 +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.