index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-29
bpf/selftests: Update local storage selftest for sleepable programs
KP Singh
2
-33
/
+11
2021-12-28
libbpf: Improve LINUX_VERSION_CODE detection
Andrii Nakryiko
3
-17
/
+28
2021-12-28
libbpf: Use 100-character limit to make bpf_tracing.h easier to read
Andrii Nakryiko
1
-32
/
+22
2021-12-28
libbpf: Normalize PT_REGS_xxx() macro definitions
Andrii Nakryiko
1
-225
/
+152
2021-12-23
selftests/bpf: Add btf_dump__new to test_cpp
Jiri Olsa
1
-1
/
+8
2021-12-23
libbpf: Do not use btf_dump__new() macro in C++ mode
Jiri Olsa
1
-0
/
+6
2021-12-21
bpftool: Enable line buffering for stdout
Paul Chaignon
1
-0
/
+2
2021-12-20
selftests/bpf: Correct the INDEX address in vmtest.sh
Pu Lehui
1
-1
/
+1
2021-12-18
bpf/selftests: Test PTR_TO_RDONLY_MEM
Hao Luo
2
-0
/
+43
2021-12-17
bpftool: Reimplement large insn size limit feature probing
Andrii Nakryiko
1
-3
/
+23
2021-12-17
selftests/bpf: Add libbpf feature-probing API selftests
Andrii Nakryiko
2
-0
/
+126
2021-12-17
libbpf: Rework feature-probing APIs
Andrii Nakryiko
3
-54
/
+236
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
1
-77
/
+92
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
1
-15
/
+15
2021-12-16
selftests/bpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-4
/
+4
2021-12-16
tools/runqslower: Enable cross-building with clang
Jean-Philippe Brucker
1
-2
/
+2
2021-12-16
bpftool: Enable cross-building with clang
Jean-Philippe Brucker
1
-6
/
+7
2021-12-16
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-1
/
+2
2021-12-16
tools/resolve_btfids: Support cross-building the kernel with clang
Jean-Philippe Brucker
1
-0
/
+1
2021-12-16
tools: Help cross-building with clang
Jean-Philippe Brucker
1
-1
/
+12
2021-12-14
libbpf: Avoid reading past ELF data section end when copying license
Andrii Nakryiko
1
-1
/
+4
2021-12-14
libbpf: Mark bpf_object__find_program_by_title API deprecated.
Kui-Feng Lee
1
-0
/
+1
2021-12-14
tools/perf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
1
-1
/
+12
2021-12-14
selftests/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
10
-67
/
+104
2021-12-14
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
8
-24
/
+3
2021-12-14
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
6
-39
/
+143
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
6
-19
/
+31
2021-12-14
libbpf: Fix potential uninit memory read
Andrii Nakryiko
1
-0
/
+1
2021-12-13
libbpf: Add doc comments for bpf_program__(un)pin()
Grant Seltzer
1
-0
/
+24
2021-12-13
selftests/bpf: Fix segfault in bpf_tcp_ca
Jean-Philippe Brucker
1
-4
/
+3
2021-12-13
selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2
-0
/
+167
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
1
-0
/
+28
2021-12-13
selftests/bpf: Add test to access int ptr argument in tracing program
Jiri Olsa
1
-0
/
+12
2021-12-12
libbpf: Don't validate TYPE_ID relo's original imm value
Andrii Nakryiko
1
-5
/
+14
2021-12-12
selftests/bpf: Remove last bpf_create_map_xattr from test_verifier
Andrii Nakryiko
1
-9
/
+5
2021-12-11
selftests/bpf: Add test cases for bpf_strncmp()
Hou Tao
2
-0
/
+221
2021-12-11
selftests/bpf: Add benchmark for bpf_strncmp() helper
Hou Tao
5
-1
/
+232
2021-12-11
selftests/bpf: Fix checkpatch error on empty function parameter
Hou Tao
6
-33
/
+34
2021-12-11
bpf: Add bpf_strncmp helper
Hou Tao
1
-0
/
+11
2021-12-11
libbpf: Fix gen_loader assumption on number of programs.
Alexei Starovoitov
1
-2
/
+3
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
118
-1220
/
+3631
2021-12-10
libbpf: Add "bool skipped" to struct bpf_map
Shuyi Cheng
1
-3
/
+8
2021-12-10
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
1
-1
/
+1
2021-12-10
bpftool: Switch bpf_object__load_xattr() to bpf_object__load()
Andrii Nakryiko
3
-29
/
+21
2021-12-10
selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()
Andrii Nakryiko
1
-5
/
+5
2021-12-10
selftests/bpf: Add test for libbpf's custom log_buf behavior
Andrii Nakryiko
2
-0
/
+300
2021-12-10
selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()
Andrii Nakryiko
3
-22
/
+32
2021-12-10
libbpf: Deprecate bpf_object__load_xattr()
Andrii Nakryiko
2
-13
/
+11
2021-12-10
libbpf: Add per-program log buffer setter and getter
Andrii Nakryiko
3
-17
/
+84
2021-12-10
libbpf: Preserve kernel error code and remove kprobe prog type guessing
Andrii Nakryiko
1
-17
/
+2
[next]