index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-19
selftests/bpf: Fix endianness issue in test_sockopt_sk
Ilya Leoshkevich
1
-2
/
+2
2020-09-18
selftests/bpf: Fix endianness issue in sk_assign
Ilya Leoshkevich
1
-1
/
+1
2020-09-17
selftests/bpf: Add tailcall_bpf2bpf tests
Maciej Fijalkowski
5
-0
/
+533
2020-09-17
bpf: Add abnormal return checks.
Alexei Starovoitov
1
-3
/
+3
2020-09-15
selftests/bpf: Merge most of test_btf into test_progs
Andrii Nakryiko
3
-335
/
+78
2020-09-15
selftests/bpf: Test load and dump metadata with btftool and skel
YiFei Zhu
5
-1
/
+255
2020-09-15
bpftool: Support dumping metadata
YiFei Zhu
3
-0
/
+208
2020-09-15
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
4
-0
/
+94
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
1
-0
/
+7
2020-09-14
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
1
-0
/
+1
2020-09-14
bpftool: Fix build failure
Yonghong Song
1
-1
/
+1
2020-09-10
tools: bpftool: Automate generation for "SEE ALSO" sections in man pages
Quentin Monnet
13
-198
/
+11
2020-09-10
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Song Liu
1
-2
/
+2
2020-09-10
selftests/bpf: Define string const as global for test_sysctl_prog.c
Yonghong Song
1
-2
/
+2
2020-09-10
selftests/bpf: Fix test_ksyms on non-SMP kernels
Ilya Leoshkevich
1
-2
/
+4
2020-09-10
tools: bpftool: Add "inner_map" to "bpftool map create" outer maps
Quentin Monnet
3
-18
/
+62
2020-09-10
tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT
Quentin Monnet
1
-2
/
+2
2020-09-10
tools: bpftool: Clean up function to dump map entry
Quentin Monnet
1
-49
/
+52
2020-09-10
selftests: bpf: Test iterating a sockmap
Lorenz Bauer
4
-0
/
+144
2020-09-10
tools: bpftool: Include common options from separate file
Quentin Monnet
14
-196
/
+35
2020-09-10
tools: bpftool: Print optional built-in features along with version
Quentin Monnet
2
-3
/
+38
2020-09-10
selftests, bpftool: Add bpftool (and eBPF helpers) documentation build
Quentin Monnet
2
-0
/
+26
2020-09-10
tools: bpftool: Log info-level messages when building bpftool man pages
Quentin Monnet
4
-1
/
+12
2020-09-09
perf: Stop using deprecated bpf_program__title()
Andrii Nakryiko
1
-10
/
+2
2020-09-09
selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change
Yonghong Song
2
-4
/
+4
2020-09-08
selftests/bpf: Add test for map_ptr arithmetic
Yonghong Song
2
-1
/
+41
2020-09-07
tools, bpf: Synchronise BPF UAPI header with tools
Quentin Monnet
1
-42
/
+45
2020-09-07
tools: bpftool: Fix formatting in bpftool-link documentation
Quentin Monnet
1
-1
/
+1
2020-09-04
libbpf: Fix potential multiplication overflow
Andrii Nakryiko
1
-1
/
+1
2020-09-04
libbpf: Fix another __u64 cast in printf
Andrii Nakryiko
1
-1
/
+1
2020-09-03
selftests/bpf: Fix check in global_data_init.
Hao Luo
1
-1
/
+2
2020-09-03
selftests/bpf: Add __noinline variant of cls_redirect selftest
Andrii Nakryiko
3
-64
/
+115
2020-09-03
selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinline
Andrii Nakryiko
2
-42
/
+43
2020-09-03
selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline tests
Andrii Nakryiko
7
-37
/
+73
2020-09-03
selftests/bpf: Turn fexit_bpf2bpf into test with subtests
Andrii Nakryiko
1
-7
/
+14
2020-09-03
libbpf: Deprecate notion of BPF program "title" in favor of "section name"
Andrii Nakryiko
3
-120
/
+101
2020-09-03
selftests/bpf: Don't use deprecated libbpf APIs
Andrii Nakryiko
3
-3
/
+9
2020-09-03
tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()
Andrii Nakryiko
1
-2
/
+2
2020-09-03
selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf calls
Andrii Nakryiko
2
-0
/
+134
2020-09-03
libbpf: Add multi-prog section support for struct_ops
Andrii Nakryiko
1
-18
/
+8
2020-09-03
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
3
-84
/
+153
2020-09-03
libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls
Andrii Nakryiko
1
-138
/
+380
2020-09-03
libbpf: Support CO-RE relocations for multi-prog sections
Andrii Nakryiko
1
-8
/
+74
2020-09-03
libbpf: Parse multi-function sections into multiple BPF programs
Andrii Nakryiko
1
-107
/
+142
2020-09-03
libbpf: Ensure ELF symbols table is found before further ELF processing
Andrii Nakryiko
1
-11
/
+29
2020-09-02
selftests/bpf: Test task_file iterator without visiting pthreads
Yonghong Song
2
-1
/
+30
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
93
-1018
/
+6671
2020-08-31
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
1
-17
/
+17
2020-08-31
libbpf: Support shared umems between queues and devices
Magnus Karlsson
3
-132
/
+254
2020-08-28
selftests/bpf: Add sleepable tests
Alexei Starovoitov
5
-2
/
+99
[next]