Go to file
Qinglang Miao e34ff4cda2 x86/xen: Convert to DEFINE_SHOW_ATTRIBUTE
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.

Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20200917125547.104472-1-miaoqinglang@huawei.com
Signed-off-by: Juergen Gross <jgross@suse.com>
2020-12-16 07:53:53 +01:00
Documentation Bugfixes for ARM, x86 and tools. 2020-12-12 10:08:16 -08:00
LICENSES
arch x86/xen: Convert to DEFINE_SHOW_ATTRIBUTE 2020-12-16 07:53:53 +01:00
block
certs
crypto
drivers xen-blkback: set ring->xenblkd to NULL after kthread_stop() 2020-12-14 10:25:57 +01:00
fs io_uring-5.10-2020-12-11 2020-12-12 09:45:01 -08:00
include xen/xenbus: Count pending messages for each watch 2020-12-14 10:07:13 +01:00
init
ipc
kernel A set of x86 and membarrier fixes: 2020-12-13 11:31:19 -08:00
lib
mm
net
samples
scripts
security
sound
tools Bugfixes for ARM, x86 and tools. 2020-12-12 10:08:16 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.10 2020-12-13 14:41:30 -08:00
README

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.