index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
2021-10-22
1
-3
/
+9
*
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
2021-10-22
1
-2
/
+2
*
selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.c
Yonghong Song
2021-10-22
1
-2
/
+7
*
selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedef
Yonghong Song
2021-10-22
1
-6
/
+41
*
selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit tests
Yonghong Song
2021-10-22
1
-0
/
+36
*
selftests/bpf: Fix flow dissector tests
Stanislav Fomichev
2021-10-22
3
-20
/
+18
*
libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
Stanislav Fomichev
2021-10-22
2
-2
/
+14
*
bpftool: Avoid leaking the JSON writer prepared for program metadata
Quentin Monnet
2021-10-22
1
-7
/
+9
*
selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIs
Hengqi Chen
2021-10-22
8
-22
/
+22
*
bpftool: Switch to new btf__type_cnt API
Hengqi Chen
2021-10-22
2
-8
/
+8
*
tools/resolve_btfids: Switch to new btf__type_cnt API
Hengqi Chen
2021-10-22
1
-2
/
+2
*
perf bpf: Switch to new btf__raw_data API
Hengqi Chen
2021-10-22
1
-1
/
+1
*
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-22
6
-50
/
+64
*
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
2021-10-22
1
-2
/
+4
*
selftests/bpf: Make perf_buffer selftests work on 4.9 kernel again
Andrii Nakryiko
2021-10-22
2
-2
/
+23
*
libbpf: Fix the use of aligned attribute
Andrii Nakryiko
2021-10-22
1
-1
/
+1
*
selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal maps
Andrii Nakryiko
2021-10-21
6
-7
/
+14
*
libbpf: Simplify look up by name of internal maps
Andrii Nakryiko
2021-10-21
1
-0
/
+10
*
selftests/bpf: Demonstrate use of custom .rodata/.data sections
Andrii Nakryiko
2021-10-21
2
-0
/
+47
*
libbpf: Support multiple .rodata.* and .data.* BPF maps
Andrii Nakryiko
2021-10-21
1
-29
/
+101
*
bpftool: Improve skeleton generation for data maps without DATASEC type
Andrii Nakryiko
2021-10-21
1
-6
/
+45
*
bpftool: Support multiple .rodata/.data internal maps in skeleton
Andrii Nakryiko
2021-10-21
1
-47
/
+60
*
libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps
Andrii Nakryiko
2021-10-21
1
-120
/
+140
*
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
2021-10-21
3
-162
/
+196
*
libbpf: Extract ELF processing state into separate struct
Andrii Nakryiko
2021-10-21
1
-36
/
+34
*
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
2021-10-21
4
-102
/
+102
*
selftests/bpf: Use nanosleep tracepoint in perf buffer test
Jiri Olsa
2021-10-21
1
-1
/
+1
*
selftests/bpf: Fix possible/online index mismatch in perf_buffer test
Jiri Olsa
2021-10-21
1
-6
/
+7
*
selftests/bpf: Fix perf_buffer test on system with offline cpus
Jiri Olsa
2021-10-21
1
-2
/
+2
*
selftests/bpf: Add verif_stats test
Dave Marchevsky
2021-10-21
1
-0
/
+28
*
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
2021-10-21
1
-0
/
+1
*
libbpf: Fix ptr_is_aligned() usages
Ilya Leoshkevich
2021-10-21
1
-8
/
+12
*
selftests/bpf: Test bpf_skc_to_unix_sock() helper
Hengqi Chen
2021-10-21
2
-0
/
+94
*
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
2021-10-21
1
-0
/
+7
*
selftests/bpf: Some more atomic tests
Brendan Jackman
2021-10-20
3
-0
/
+120
*
libbpf: Fix dumping non-aligned __int128
Ilya Leoshkevich
2021-10-20
1
-3
/
+6
*
libbpf: Fix dumping big-endian bitfields
Ilya Leoshkevich
2021-10-20
1
-8
/
+7
*
selftests/bpf: Use cpu_number only on arches that have it
Ilya Leoshkevich
2021-10-20
1
-0
/
+2
*
bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.c
Quentin Monnet
2021-10-20
2
-3
/
+1
*
selftests/bpf: Remove duplicated include in cgroup_helpers
Wan Jiabing
2021-10-20
1
-1
/
+0
*
libbpf: Migrate internal use of bpf_program__get_prog_info_linear
Dave Marchevsky
2021-10-20
1
-12
/
+10
*
bpftool: Turn check on zlib from a phony target into a conditional error
Quentin Monnet
2021-10-19
1
-5
/
+5
*
bpftool: Do not FORCE-build libbpf
Quentin Monnet
2021-10-19
1
-2
/
+2
*
bpftool: Fix install for libbpf's internal header(s)
Quentin Monnet
2021-10-19
1
-7
/
+7
*
libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
Quentin Monnet
2021-10-19
1
-6
/
+0
*
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-10-18
14
-155
/
+155
*
selftests/bpf: Skip verifier tests that fail to load with ENOTSUPP
Ilya Leoshkevich
2021-10-08
1
-1
/
+11
*
selfetest/bpf: Make some tests serial
Yucong Sun
2021-10-08
38
-38
/
+48
*
selftests/bpf: Fix pid check in fexit_sleep test
Yucong Sun
2021-10-08
1
-2
/
+2
*
selftests/bpf: Adding pid filtering for atomics test
Yucong Sun
2021-10-08
2
-0
/
+17
[prev]
[next]