No description
Find a file
Daniel Borkmann 4db25cc988 bpf, mips64: remove ld_abs/ld_ind
Since LD_ABS/LD_IND instructions are now removed from the core and
reimplemented through a combination of inlined BPF instructions and
a slow-path helper, we can get rid of the complexity from mips64 JIT.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2018-05-03 16:49:20 -07:00
arch bpf, mips64: remove ld_abs/ld_ind 2018-05-03 16:49:20 -07:00
block
certs
crypto
Documentation samples/bpf: sample application and documentation for AF_XDP sockets 2018-05-03 15:55:25 -07:00
drivers Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2018-04-26 21:19:50 -04:00
firmware
fs
include bpf: add skb_load_bytes_relative helper 2018-05-03 16:49:19 -07:00
init
ipc
kernel bpf: implement ld_abs/ld_ind in native bpf 2018-05-03 16:49:19 -07:00
lib bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier 2018-05-03 16:49:19 -07:00
LICENSES
mm
net bpf: add skb_load_bytes_relative helper 2018-05-03 16:49:19 -07:00
samples samples/bpf: sample application and documentation for AF_XDP sockets 2018-05-03 15:55:25 -07:00
scripts bpf: relax constraints on formatting for eBPF helper documentation 2018-05-02 17:46:50 +02:00
security net: initial AF_XDP skeleton 2018-05-03 15:55:23 -07:00
sound
tools bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier 2018-05-03 16:49:19 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: initial AF_XDP skeleton 2018-05-03 15:55:23 -07:00
Makefile Linux 4.17-rc2 2018-04-22 19:20:09 -07: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.
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.