Go to file
Christoph Hellwig dd67081b36 pipe: convert to ->poll_mask
Signed-off-by: Christoph Hellwig <hch@lst.de>
2018-05-26 09:16:44 +02:00
arch
block
certs
crypto crypto: af_alg: convert to ->poll_mask 2018-05-26 09:16:44 +02:00
Documentation fs: introduce new ->get_poll_head and ->poll_mask methods 2018-05-26 09:16:44 +02:00
drivers net: convert datagram_poll users tp ->poll_mask 2018-05-26 09:16:44 +02:00
firmware
fs pipe: convert to ->poll_mask 2018-05-26 09:16:44 +02:00
include crypto: af_alg: convert to ->poll_mask 2018-05-26 09:16:44 +02:00
init
ipc
kernel
lib
LICENSES
mm fs: add new vfs_poll and file_can_poll helpers 2018-05-26 09:16:44 +02:00
net net/rxrpc: convert to ->poll_mask 2018-05-26 09:16:44 +02:00
samples
scripts
security
sound
tools
usr
virt fs: add new vfs_poll and file_can_poll helpers 2018-05-26 09:16:44 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.
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.