No description
Find a file
Tejun Heo 9b0eb69b75 cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages
btrfs is going to use css_put() and wbc helpers to improve cgroup
writeback support.  Add dummy css_get() definition and export wbc
helpers to prepare for module and !CONFIG_CGROUP builds.

Reported-by: kbuild test robot <lkp@intel.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-07-10 09:00:57 -06:00
arch Power management updates for 5.3-rc1 2019-07-09 10:05:22 -07:00
block cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages 2019-07-10 09:00:57 -06:00
certs
crypto
Documentation for-5.3/block-20190708 2019-07-09 10:45:06 -07:00
drivers for-5.3/libata-20190708 2019-07-09 10:59:26 -07:00
fs cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages 2019-07-10 09:00:57 -06:00
include cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages 2019-07-10 09:00:57 -06:00
init for-5.3/block-20190708 2019-07-09 10:45:06 -07:00
ipc
kernel for-5.3/block-20190708 2019-07-09 10:45:06 -07:00
lib for-5.3/block-20190708 2019-07-09 10:45:06 -07:00
LICENSES
mm
net
samples media updates for v5.3-rc1 2019-07-09 09:47:22 -07:00
scripts
security
sound
tools ACPI updates for 5.3-rc1 2019-07-09 10:21:39 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ACPI updates for 5.3-rc1 2019-07-09 10:21:39 -07:00
Makefile
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.

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.