No description
Find a file
Andrii Nakryiko 9c65112744 selftests/btf: add initial BTF dedup tests
This patch sets up a new kind of tests (BTF dedup tests) and tests few aspects of
BTF dedup algorithm. More complete set of tests will come in follow up patches.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2019-02-05 16:52:57 +01:00
arch s390: bpf: fix JMP32 code-gen 2019-02-04 09:45:09 -08:00
block
certs
crypto
Documentation
drivers net: phy: aquantia: replace magic numbers with constants 2019-02-03 14:31:04 -08:00
firmware
fs
include netdevice.h: Add __cold to netdev_<level> logging functions 2019-02-03 20:27:39 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: Fix fall through warning in y2038 tstamp changes. 2019-02-03 20:25:31 -08:00
samples
scripts
security
sound
tools selftests/btf: add initial BTF dedup tests 2019-02-05 16:52:57 +01: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.