index
:
linux-stable.git
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.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
...
|
|
*
|
|
bpf: Add bpf_kallsyms_lookup_name helper
Kumar Kartikeya Dwivedi
2021-10-28
1
-0
/
+16
|
|
*
|
|
bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...
Joanne Koong
2021-10-28
4
-5
/
+104
|
|
*
|
|
bpf/benchs: Add benchmark tests for bloom filter throughput + false positive
Joanne Koong
2021-10-28
8
-30
/
+695
|
|
*
|
|
selftests/bpf: Add bloom filter map test cases
Joanne Koong
2021-10-28
2
-0
/
+286
|
|
*
|
|
libbpf: Add "map_extra" as a per-map-type extra flag
Joanne Koong
2021-10-28
7
-9
/
+91
|
|
*
|
|
bpf: Add bloom filter map implementation
Joanne Koong
2021-10-28
1
-0
/
+9
|
|
*
|
|
selftests/bpf: Adding a namespace reset for tc_redirect
Yucong Sun
2021-10-27
1
-0
/
+14
|
|
*
|
|
selftests/bpf: Fix attach_probe in parallel mode
Yucong Sun
2021-10-27
1
-2
/
+7
|
|
*
|
|
selfetests/bpf: Update vmtest.sh defaults
Yucong Sun
2021-10-27
1
-3
/
+3
|
|
*
|
|
libbpf: Deprecate bpf_objects_list
Joe Burton
2021-10-27
3
-2
/
+15
|
|
*
|
|
selftests/bpf: Guess function end for test_get_branch_snapshot
Song Liu
2021-10-25
3
-44
/
+4
|
|
*
|
|
selftests/bpf: Skip all serial_test_get_branch_snapshot in vm
Song Liu
2021-10-25
1
-10
/
+6
|
|
*
|
|
selftests/bpf: Fix test_core_reloc_mods on big-endian machines
Ilya Leoshkevich
2021-10-25
1
-0
/
+9
|
|
*
|
|
selftests/seccomp: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-25
1
-3
/
+3
|
|
*
|
|
selftests/bpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-25
5
-16
/
+16
|
|
*
|
|
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-25
5
-15
/
+15
|
|
*
|
|
libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
Ilya Leoshkevich
2021-10-25
1
-1
/
+1
|
|
*
|
|
libbpf: Deprecate ambiguously-named bpf_program__size() API
Andrii Nakryiko
2021-10-25
1
-0
/
+1
|
|
*
|
|
libbpf: Deprecate multi-instance bpf_program APIs
Andrii Nakryiko
2021-10-25
2
-10
/
+18
|
|
*
|
|
libbpf: Add ability to fetch bpf_program's underlying instructions
Andrii Nakryiko
2021-10-25
3
-4
/
+46
|
|
*
|
|
libbpf: Fix off-by-one bug in bpf_core_apply_relo()
Andrii Nakryiko
2021-10-25
1
-1
/
+1
|
|
*
|
|
bpftool: Switch to libbpf's hashmap for PIDs/names references
Quentin Monnet
2021-10-25
7
-65
/
+72
|
|
*
|
|
bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
Quentin Monnet
2021-10-25
2
-68
/
+62
|
|
*
|
|
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
2021-10-25
6
-84
/
+111
|
|
*
|
|
bpftool: Do not expose and init hash maps for pinned path in main.c
Quentin Monnet
2021-10-25
5
-18
/
+24
|
|
*
|
|
bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
Quentin Monnet
2021-10-25
1
-2
/
+2
|
|
*
|
|
selftests/bpf: Split out bpf_verif_scale selftests into multiple tests
Andrii Nakryiko
2021-10-25
1
-68
/
+152
|
|
*
|
|
selftests/bpf: Mark tc_redirect selftest as serial
Andrii Nakryiko
2021-10-25
1
-1
/
+1
|
|
*
|
|
selftests/bpf: Support multiple tests per file
Andrii Nakryiko
2021-10-25
1
-4
/
+3
|
|
*
|
|
selftests/bpf: Normalize selftest entry points
Andrii Nakryiko
2021-10-25
6
-15
/
+13
|
|
*
|
|
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
[prev]
[next]