Linux kernel source tree
Find a file
Björn Töpel 7f3631e88e riscv, bpf: Provide RISC-V specific JIT image alloc/free
This commit makes sure that the JIT images is kept close to the kernel
text, so BPF calls can use relative calling with auipc/jalr or jal
instead of loading the full 64-bit address and jalr.

The BPF JIT image region is 128 MB before the kernel text.

Signed-off-by: Björn Töpel <bjorn.topel@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20191216091343.23260-7-bjorn.topel@gmail.com
2019-12-19 16:03:31 +01:00
arch riscv, bpf: Provide RISC-V specific JIT image alloc/free 2019-12-19 16:03:31 +01:00
block
certs
crypto
Documentation
drivers
fs
include libbpf: Support libbpf-provided extern variables 2019-12-15 16:41:12 -08:00
init
ipc
kernel
lib
LICENSES
mm
net bpf: Allow to change skb mark in test_run 2019-12-18 17:05:58 -08:00
samples samples/bpf: Attach XDP programs in driver mode by default 2019-12-16 07:05:38 -08:00
scripts
security
sound
tools libbpf: BTF is required when externs are present 2019-12-18 17:33:36 -08: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.