index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-04-25
47
-497
/
+2559
|
\
|
*
selftests/bpf: Document latest Clang fix expectations for linking tests
Andrii Nakryiko
2021-04-23
1
-0
/
+9
|
*
selftests/bpf: Add map linking selftest
Andrii Nakryiko
2021-04-23
4
-1
/
+191
|
*
selftests/bpf: Add global variables linking selftest
Andrii Nakryiko
2021-04-23
4
-1
/
+154
|
*
selftests/bpf: Add function linking selftest
Andrii Nakryiko
2021-04-23
4
-1
/
+190
|
*
selftests/bpf: Omit skeleton generation for multi-linked BPF object files
Andrii Nakryiko
2021-04-23
1
-1
/
+3
|
*
selftests/bpf: Use -O0 instead of -Og in selftests builds
Andrii Nakryiko
2021-04-23
1
-4
/
+4
|
*
libbpf: Support extern resolution for BTF-defined maps in .maps section
Andrii Nakryiko
2021-04-23
1
-0
/
+132
|
*
libbpf: Add linker extern resolution support for functions and global variables
Andrii Nakryiko
2021-04-23
1
-59
/
+790
|
*
libbpf: Tighten BTF type ID rewriting with error checking
Andrii Nakryiko
2021-04-23
1
-0
/
+7
|
*
libbpf: Extend sanity checking ELF symbols with externs validation
Andrii Nakryiko
2021-04-23
1
-9
/
+40
|
*
libbpf: Make few internal helpers available outside of libbpf.c
Andrii Nakryiko
2021-04-23
3
-18
/
+16
|
*
libbpf: Factor out symtab and relos sanity checks
Andrii Nakryiko
2021-04-23
1
-106
/
+127
|
*
libbpf: Refactor BTF map definition parsing
Andrii Nakryiko
2021-04-23
2
-111
/
+178
|
*
libbpf: Allow gaps in BPF program sections to support overriden weak functions
Andrii Nakryiko
2021-04-23
1
-36
/
+22
|
*
libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
Andrii Nakryiko
2021-04-23
4
-6
/
+58
|
*
libbpf: Suppress compiler warning when using SEC() macro with externs
Andrii Nakryiko
2021-04-23
1
-2
/
+9
|
*
bpftool: Dump more info about DATASEC members
Andrii Nakryiko
2021-04-23
1
-8
/
+18
|
*
bpftool: Support dumping BTF VAR's "extern" linkage
Andrii Nakryiko
2021-04-23
1
-1
/
+3
|
*
selftests/bpf: Add docs target as all dependency
Jiri Olsa
2021-04-20
1
-1
/
+2
|
*
bpf/selftests: Add bpf_get_task_stack retval bounds test_prog
Dave Marchevsky
2021-04-19
2
-0
/
+28
|
*
bpf/selftests: Add bpf_get_task_stack retval bounds verifier test
Dave Marchevsky
2021-04-19
1
-0
/
+43
|
*
selftests/bpf: Add a series of tests for bpf_snprintf
Florent Revest
2021-04-19
3
-0
/
+218
|
*
libbpf: Introduce a BPF_SNPRINTF helper macro
Florent Revest
2021-04-19
1
-0
/
+18
|
*
libbpf: Initialize the bpf_seq_printf parameters array field by field
Florent Revest
2021-04-19
1
-11
/
+29
|
*
bpf: Add a bpf_snprintf helper
Florent Revest
2021-04-19
1
-0
/
+28
|
*
bpftool: Fix a clang compilation warning
Yonghong Song
2021-04-15
1
-1
/
+1
|
*
selftests/bpf: Silence clang compilation warnings
Yonghong Song
2021-04-15
3
-4
/
+9
|
*
selftests/bpf: Fix test_cpp compilation failure with clang
Yonghong Song
2021-04-15
1
-1
/
+1
|
*
tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include
Yonghong Song
2021-04-15
1
-2
/
+10
|
*
selftests: Set CC to clang in lib.mk if LLVM is set
Yonghong Song
2021-04-15
1
-0
/
+4
|
*
libbpf: Remove unused field.
Alexei Starovoitov
2021-04-15
1
-14
/
+1
|
*
tools/testing: Remove unused variable
zuoqilin
2021-04-14
1
-1
/
+1
|
*
selftests/bpf: Fix the ASSERT_ERR_PTR macro
Florent Revest
2021-04-14
1
-1
/
+1
|
*
selftests/bpf: Add tests for target information in bpf_link info queries
Toke Høiland-Jørgensen
2021-04-13
1
-14
/
+44
|
*
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
2021-04-13
1
-0
/
+2
|
*
libbpf: Clarify flags in ringbuf helpers
Pedro Tammela
2021-04-12
1
-0
/
+16
|
*
bpf: Sync bpf headers in tooling infrastucture
Daniel Borkmann
2021-04-12
1
-5
/
+32
|
*
selftests/bpf: ringbuf_multi: Test bpf_map__set_inner_map_fd
Yauheni Kaliuta
2021-04-08
2
-0
/
+25
|
*
selftests/bpf: ringbuf_multi: Use runtime page size
Yauheni Kaliuta
2021-04-08
2
-4
/
+20
|
*
libbpf: Add bpf_map__inner_map API
Andrii Nakryiko
2021-04-08
3
-0
/
+12
|
*
selftests/bpf: ringbuf: Use runtime page size
Yauheni Kaliuta
2021-04-08
2
-5
/
+13
|
*
selftests/bpf: mmap: Use runtime page size
Yauheni Kaliuta
2021-04-08
2
-7
/
+19
|
*
selftests/bpf: Pass page size from userspace in map_ptr
Yauheni Kaliuta
2021-04-08
2
-4
/
+15
|
*
selftests/bpf: Pass page size from userspace in sockopt_sk
Yauheni Kaliuta
2021-04-08
2
-6
/
+6
|
*
selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeleton
Yauheni Kaliuta
2021-04-08
1
-48
/
+17
|
*
selftests/bpf: test_progs/sockopt_sk: Remove version
Yauheni Kaliuta
2021-04-08
1
-1
/
+0
|
*
libbpf: Fix KERNEL_VERSION macro
Hengqi Chen
2021-04-05
1
-1
/
+1
|
*
bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing config
Martin KaFai Lau
2021-04-03
1
-0
/
+2
|
*
libbpf: Remove redundant semi-colon
Yang Yingliang
2021-04-03
1
-1
/
+1
[next]