No description
Find a file
Willem de Bruijn f01c373fbe locking/static_key: always define static_branch_deferred_inc
This interface is currently only defined if CONFIG_JUMP_LABEL. Make it
available also when jump labels are off.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-14 19:31:47 -07:00
arch
block
certs
crypto
Documentation net: dsa: microchip: Support optional 125MHz SYNCLKO output 2019-06-14 19:11:53 -07:00
drivers net: hns3: some variable modification 2019-06-14 19:26:16 -07:00
fs
include locking/static_key: always define static_branch_deferred_inc 2019-06-14 19:31:47 -07:00
init
ipc
kernel
lib
LICENSES
mm
net vsock: correct removal of socket from the list 2019-06-14 19:20:20 -07:00
samples
scripts
security
sound
tools selftests: ptp: Add Physical Hardware Clock test 2019-06-13 22:34:55 -07:00
usr
virt
.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.

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.