No description
Find a file
Suren Baghdasaryan d52bd0f72d ANDROID: GKI: mm: export mm_trace_rss_stat for modules to report RSS changes
RSS changes are reported by calling {add|dec|inc}_mm_counter which
in turn call mm_trace_rss_stat. Export mm_trace_rss_stat to allow
modules to report RSS changes.

Bug: 153945060
Bug: 153826075
Bug: 153823050
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I4d77b88d9cd9b3f62d75975fa059d0b9bbaeae0a
2020-04-27 16:27:05 +00:00
arch ANDROID: GKI: gki_defconfig: Enable CONFIG_LEDS_TRIGGER_TRANSIENT 2020-04-25 19:39:42 +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
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 ANDROID: GKI: mm: export mm_trace_rss_stat for modules to report RSS changes 2020-04-27 16:27:05 +00: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
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.