index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-13
perf test: Convert llvm tests to test cases.
Ian Rogers
1
-23
/
+54
2021-11-13
perf test: Convert bpf tests to test cases.
Ian Rogers
1
-29
/
+43
2021-11-13
perf test: Convert clang tests to test cases.
Ian Rogers
3
-47
/
+24
2021-11-13
perf test: Convert watch point tests to test cases.
Ian Rogers
1
-98
/
+32
2021-11-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-11
/
+235
2021-11-13
perf test: Convert pmu event tests to test cases.
Ian Rogers
1
-62
/
+16
2021-11-13
perf test: Convert pfm tests to use test cases.
Ian Rogers
1
-47
/
+19
2021-11-13
perf test: Add skip reason to test case.
Ian Rogers
2
-1
/
+13
2021-11-13
perf test: Add test case struct.
Ian Rogers
2
-10
/
+46
2021-11-13
perf test: Add helper functions for abstraction.
Ian Rogers
2
-29
/
+71
2021-11-13
perf test: Rename struct test to test_suite
Ian Rogers
81
-123
/
+125
2021-11-13
perf test: Move each test suite struct to its test
Ian Rogers
70
-348
/
+397
2021-11-13
perf test: Make each test/suite its own struct.
Ian Rogers
12
-170
/
+216
2021-11-12
selftests: net: switch to socat in the GSO GRE test
Jakub Kicinski
1
-7
/
+9
2021-11-12
libbpf: Perform map fd cleanup for gen_loader in case of error
Kumar Kartikeya Dwivedi
3
-21
/
+34
2021-11-12
tools/runqslower: Fix cross-build
Jean-Philippe Brucker
2
-3
/
+2
2021-11-12
selftests/bpf: Check map in map pruning
Lorenz Bauer
1
-0
/
+34
2021-11-12
selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warning
Yonghong Song
1
-6
/
+11
2021-11-12
selftests/bpf: Fix an unused-but-set-variable compiler warning
Yonghong Song
1
-2
/
+0
2021-11-12
tools/lib/lockdep: drop liblockdep
Sasha Levin
38
-1224
/
+3
2021-11-12
bpftool: Enable libbpf's strict mode by default
Stanislav Fomichev
5
-19
/
+48
2021-11-12
perf test: Use macro for "suite" definitions
Ian Rogers
1
-330
/
+149
2021-11-12
perf test: Use macro for "suite" declarations
Ian Rogers
1
-74
/
+77
2021-11-12
perf beauty: Add socket level scnprintf that handles ARCH specific SOL_SOCKET
Arnaldo Carvalho de Melo
2
-0
/
+21
2021-11-12
perf trace: Beautify the 'level' argument of setsockopt
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-11-12
perf trace: Beautify the 'level' argument of getsockopt
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-11-12
perf beauty socket: Add generator for socket level (SOL_*) string table
Arnaldo Carvalho de Melo
3
-3
/
+17
2021-11-12
perf beauty socket: Sort the ipproto array entries
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-11-12
perf beauty socket: Rename 'regex' to 'ipproto_regex'
Arnaldo Carvalho de Melo
1
-3
/
+3
2021-11-12
perf beauty socket: Prep to receive more input header files
Arnaldo Carvalho de Melo
1
-1
/
+5
2021-11-12
perf beauty socket: Rename header_dir to uapi_header_dir
Arnaldo Carvalho de Melo
1
-2
/
+2
2021-11-12
perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table generators
Arnaldo Carvalho de Melo
3
-7
/
+8
2021-11-12
perf beauty: Make all sockaddr files use a common naming scheme
Arnaldo Carvalho de Melo
3
-7
/
+7
2021-11-11
selftests/bpf: Clarify llvm dependency with btf_tag selftest
Yonghong Song
1
-4
/
+5
2021-11-11
selftests/bpf: Add a C test for btf_type_tag
Yonghong Song
2
-0
/
+49
2021-11-11
selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c
Yonghong Song
2
-11
/
+13
2021-11-11
selftests/bpf: Test BTF_KIND_DECL_TAG for deduplication
Yonghong Song
1
-4
/
+135
2021-11-11
selftests/bpf: Add BTF_KIND_TYPE_TAG unit tests
Yonghong Song
2
-0
/
+21
2021-11-11
selftests/bpf: Test libbpf API function btf__add_type_tag()
Yonghong Song
2
-28
/
+43
2021-11-11
bpftool: Support BTF_KIND_TYPE_TAG
Yonghong Song
1
-0
/
+2
2021-11-11
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
6
-2
/
+73
2021-11-11
bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
Yonghong Song
1
-1
/
+2
2021-11-11
bpftool: Update btf_dump__new() and perf_buffer__new_raw() calls
Andrii Nakryiko
3
-8
/
+5
2021-11-11
tools/runqslower: Update perf_buffer__new() calls
Andrii Nakryiko
1
-4
/
+2
2021-11-11
selftests/bpf: Update btf_dump__new() uses to v1.0+ variant
Andrii Nakryiko
3
-26
/
+15
2021-11-11
selftests/bpf: Migrate all deprecated perf_buffer uses
Andrii Nakryiko
6
-25
/
+11
2021-11-11
libbpf: Make perf_buffer__new() use OPTS-based interface
Andrii Nakryiko
3
-28
/
+132
2021-11-11
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
3
-13
/
+71
2021-11-11
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
6
-66
/
+58
2021-11-11
selftests/bpf: Minor cleanups and normalization of Makefile
Andrii Nakryiko
1
-16
/
+16
[prev]
[next]