No description
Find a file
Daniel Rosenberg aeea871de1 ANDROID: sdcardfs: Move top to its own struct
Move top, and the associated data, to its own struct.
This way, we can properly track refcounts on top
without interfering with the inode's accounting.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 38045152
Change-Id: I1968e480d966c3f234800b72e43670ca11e1d3fd
2018-08-28 17:10:42 +05:30
arch ANDROID: arm64: copy CONFIG_CMDLINE_EXTEND from ARM 2018-08-28 17:10:42 +05:30
block
certs
crypto
Documentation ANDROID: memory_state_time: Implement memory_state_time, used by qcom,cpubw 2018-08-28 17:10:42 +05:30
drivers ANDROID: uid_sys_stats: fix the comment 2018-08-28 17:10:42 +05:30
firmware
fs ANDROID: sdcardfs: Move top to its own struct 2018-08-28 17:10:42 +05:30
include ANDROID: sdcardfs: Change magic value 2018-08-28 17:10:42 +05:30
init ANDROID: initramfs: call free_initrd() when skipping init 2018-08-28 17:10:42 +05:30
ipc RFC: ANDROID: vfs: Add permission2 for filesystems with per mount permissions 2018-08-28 17:10:42 +05:30
kernel ANDROID: Fix script to fetch android kernel config fragments for 4.14 2018-08-28 17:10:42 +05:30
lib
LICENSES
mm ANDROID: mm: add a field to store names for private anonymous memory 2018-08-28 17:10:42 +05:30
net ANDROID: NFC: Fix possible memory corruption when handling SHDLC I-Frame commands 2018-08-28 17:10:42 +05:30
samples
scripts
security RFC: ANDROID: vfs: Add permission2 for filesystems with per mount permissions 2018-08-28 17:10:42 +05:30
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
build.config.goldfish.arm
build.config.goldfish.arm64
build.config.goldfish.mips
build.config.goldfish.mips64
build.config.goldfish.x86
build.config.goldfish.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile ANDROID: Kbuild, LLVMLinux: allow overriding clang target triple 2018-08-28 17:10:42 +05:30
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.