index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
*
selftests/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
2021-12-14
10
-67
/
+104
*
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
2021-12-14
8
-24
/
+3
*
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
2021-12-14
6
-39
/
+143
*
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
2021-12-14
6
-19
/
+31
*
libbpf: Fix potential uninit memory read
Andrii Nakryiko
2021-12-14
1
-0
/
+1
*
libbpf: Add doc comments for bpf_program__(un)pin()
Grant Seltzer
2021-12-13
1
-0
/
+24
*
selftests/bpf: Fix segfault in bpf_tcp_ca
Jean-Philippe Brucker
2021-12-13
1
-4
/
+3
*
selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-13
2
-0
/
+167
*
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-13
1
-0
/
+28
*
selftests/bpf: Add test to access int ptr argument in tracing program
Jiri Olsa
2021-12-13
1
-0
/
+12
*
libbpf: Don't validate TYPE_ID relo's original imm value
Andrii Nakryiko
2021-12-12
1
-5
/
+14
*
selftests/bpf: Remove last bpf_create_map_xattr from test_verifier
Andrii Nakryiko
2021-12-12
1
-9
/
+5
*
selftests/bpf: Add test cases for bpf_strncmp()
Hou Tao
2021-12-11
2
-0
/
+221
*
selftests/bpf: Add benchmark for bpf_strncmp() helper
Hou Tao
2021-12-11
5
-1
/
+232
*
selftests/bpf: Fix checkpatch error on empty function parameter
Hou Tao
2021-12-11
6
-33
/
+34
*
bpf: Add bpf_strncmp helper
Hou Tao
2021-12-11
1
-0
/
+11
*
libbpf: Fix gen_loader assumption on number of programs.
Alexei Starovoitov
2021-12-11
1
-2
/
+3
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-10
118
-1220
/
+3631
|
\
|
*
libbpf: Add "bool skipped" to struct bpf_map
Shuyi Cheng
2021-12-10
1
-3
/
+8
|
*
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
2021-12-10
1
-1
/
+1
|
*
bpftool: Switch bpf_object__load_xattr() to bpf_object__load()
Andrii Nakryiko
2021-12-10
3
-29
/
+21
|
*
selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()
Andrii Nakryiko
2021-12-10
1
-5
/
+5
|
*
selftests/bpf: Add test for libbpf's custom log_buf behavior
Andrii Nakryiko
2021-12-10
2
-0
/
+300
|
*
selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()
Andrii Nakryiko
2021-12-10
3
-22
/
+32
|
*
libbpf: Deprecate bpf_object__load_xattr()
Andrii Nakryiko
2021-12-10
2
-13
/
+11
|
*
libbpf: Add per-program log buffer setter and getter
Andrii Nakryiko
2021-12-10
3
-17
/
+84
|
*
libbpf: Preserve kernel error code and remove kprobe prog type guessing
Andrii Nakryiko
2021-12-10
1
-17
/
+2
|
*
libbpf: Improve logging around BPF program loading
Andrii Nakryiko
2021-12-10
2
-21
/
+23
|
*
libbpf: Allow passing user log setting through bpf_object_open_opts
Andrii Nakryiko
2021-12-10
3
-3
/
+65
|
*
libbpf: Allow passing preallocated log_buf when loading BTF into kernel
Andrii Nakryiko
2021-12-10
2
-23
/
+56
|
*
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
2021-12-10
4
-12
/
+69
|
*
libbpf: Fix bpf_prog_load() log_buf logic for log_level 0
Andrii Nakryiko
2021-12-10
1
-13
/
+16
|
*
selftests/bpf: Fix a compilation warning
Yonghong Song
2021-12-08
1
-1
/
+1
|
*
perf/bpf_counter: Use bpf_map_create instead of bpf_create_map
Song Liu
2021-12-08
1
-2
/
+16
|
*
libbpf: Add doc comments in libbpf.h
Grant Seltzer
2021-12-06
1
-0
/
+53
|
*
libbpf: Fix trivial typo
huangxuesen
2021-12-06
1
-2
/
+2
|
*
bpftool: Add debug mode for gen_loader.
Alexei Starovoitov
2021-12-05
1
-9
/
+11
|
*
bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
Maxim Mikityanskiy
2021-12-03
1
-2
/
+3
|
*
libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
Alexei Starovoitov
2021-12-03
3
-45
/
+51
|
*
perf: Mute libbpf API deprecations temporarily
Andrii Nakryiko
2021-12-03
2
-0
/
+7
|
*
libbpf: Deprecate bpf_prog_load_xattr() API
Andrii Nakryiko
2021-12-02
2
-0
/
+6
|
*
selftests/bpf: Remove all the uses of deprecated bpf_prog_load_xattr()
Andrii Nakryiko
2021-12-02
9
-107
/
+119
|
*
selftests/bpf: Mute xdpxceiver.c's deprecation warnings
Andrii Nakryiko
2021-12-02
1
-0
/
+6
|
*
selftests/bpf: Remove recently reintroduced legacy btf__dedup() use
Andrii Nakryiko
2021-12-02
1
-2
/
+2
|
*
bpftool: Migrate off of deprecated bpf_create_map_xattr() API
Andrii Nakryiko
2021-12-02
1
-10
/
+13
|
*
libbpf: Add API to get/set log_level at per-program level
Andrii Nakryiko
2021-12-02
4
-1
/
+23
|
*
libbpf: Use __u32 fields in bpf_map_create_opts
Andrii Nakryiko
2021-12-02
1
-4
/
+4
|
*
selftests/bpf: Update test names for xchg and cmpxchg
Paul E. McKenney
2021-12-02
1
-2
/
+2
|
*
selftests/bpf: Build testing_helpers.o out of tree
Jean-Philippe Brucker
2021-12-02
1
-18
/
+22
|
*
selftests/bpf: Add CO-RE relocations to verifier scale test.
Alexei Starovoitov
2021-12-02
1
-2
/
+2
[next]