Go to file
Andrii Nakryiko 7a387bed47 scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions
Enhance scripts/bpf_helpers_doc.py to emit C header with BPF helper
definitions (to be included from libbpf's bpf_helpers.h).

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2019-10-06 22:29:36 -07:00
arch bpf, x86: Small optimization in comparing against imm0 2019-10-04 12:26:51 -07:00
block
certs
crypto
Documentation dt-bindings: sh_eth convert bindings to json-schema 2019-10-01 15:31:33 -07:00
drivers net: usb: ax88179_178a: allow optionally getting mac address from device tree 2019-10-01 15:19:28 -07:00
fs
include uapi/bpf: fix helper docs 2019-10-06 22:29:36 -07:00
init
ipc
kernel
lib
LICENSES
mm
net ipv6: minor code reorg in inet6_fill_ifla6_attrs() 2019-10-01 14:59:03 -07:00
samples
scripts scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions 2019-10-06 22:29:36 -07:00
security
sound
tools uapi/bpf: fix helper docs 2019-10-06 22:29:36 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: sh_eth convert bindings to json-schema 2019-10-01 15:31:33 -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.