No description
Find a file
Christoph Hellwig 594d323485 bpf, docs: Better document the atomic instructions
Use proper tables and RST markup to document the atomic instructions
in a structured way.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20220131183638.3934982-6-hch@lst.de
2022-02-03 09:29:37 -08:00
arch bpf, x86: Remove unnecessary handling of BPF_SUB atomic op 2022-01-27 22:47:05 +01:00
block
certs
crypto lib/crypto: add prompts back to crypto libraries 2022-01-18 13:03:55 +01:00
Documentation bpf, docs: Better document the atomic instructions 2022-02-03 09:29:37 -08:00
drivers ice: xsk: Borrow xdp_tx_active logic from i40e 2022-01-27 17:25:33 +01:00
fs Merge branch 'akpm' (patches from Andrew) 2022-01-20 10:41:01 +02:00
include bpf: Make dst_port field in struct bpf_sock 16-bit wide 2022-01-31 12:39:12 -08:00
init kbuild: Add CONFIG_PAHOLE_VERSION 2022-02-02 11:19:33 +01:00
ipc
kernel bpf: Drop libbpf, libelf, libz dependency from bpf preload. 2022-02-01 23:56:18 +01:00
lib lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ 2022-02-02 11:19:34 +01:00
LICENSES
mm Merge branch 'akpm' (patches from Andrew) 2022-01-20 10:41:01 +02:00
net bpf: Make dst_port field in struct bpf_sock 16-bit wide 2022-01-31 12:39:12 -08:00
samples samples/bpf: Get rid of bpf_prog_load_xattr() use 2022-02-03 16:32:25 +01:00
scripts scripts/pahole-flags.sh: Use pahole-version.sh 2022-02-02 11:19:33 +01:00
security Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2022-01-24 15:42:29 -08:00
sound virtio,vdpa,qemu_fw_cfg: features, cleanups, fixes 2022-01-18 10:05:48 +02:00
tools selftests/bpf: Redo the switch to new libbpf XDP APIs 2022-02-03 16:32:25 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update email address of Brian Silverman 2022-01-24 18:27:23 +01:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS kbuild: Add CONFIG_PAHOLE_VERSION 2022-02-02 11:19:33 +01:00
Makefile Kbuild updates for v5.17 2022-01-19 11:15:19 +02:00
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.