index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
selftests/bpf: fix test_xdp_noinline on s390
Ilya Leoshkevich
1
-8
/
+9
2019-07-18
selftests/bpf: fix "valid read map access into a read-only array 1" on s390
Ilya Leoshkevich
1
-1
/
+1
2019-07-17
selftests/bpf: fix perf_buffer on s390
Ilya Leoshkevich
3
-17
/
+11
2019-07-17
selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly
Andrii Nakryiko
1
-14
/
+10
2019-07-17
selftests/bpf: fix test_verifier/test_maps make dependencies
Andrii Nakryiko
1
-3
/
+3
2019-07-16
selftests/bpf: skip nmi test when perf hw events are disabled
Ilya Leoshkevich
1
-1
/
+32
2019-07-16
selftests/bpf: fix "alu with different scalars 1" on s390
Ilya Leoshkevich
1
-1
/
+1
2019-07-16
selftests/bpf: remove logic duplication in test_verifier
Andrii Nakryiko
1
-20
/
+15
2019-07-16
selftests/bpf: add selftests for wide loads
Stanislav Fomichev
1
-0
/
+37
2019-07-16
selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.c
Stanislav Fomichev
2
-36
/
+36
2019-07-16
selftests/bpf: put test_stub.o into $(OUTPUT)
Ilya Leoshkevich
1
-2
/
+5
2019-07-16
selftests/bpf: make directory prerequisites order-only
Ilya Leoshkevich
1
-8
/
+8
2019-07-16
selftests/bpf: fix attach_probe on s390
Ilya Leoshkevich
1
-0
/
+2
2019-07-16
selftests/bpf: use typedef'ed arrays as map values
Andrii Nakryiko
3
-4
/
+4
2019-07-16
selftests/bpf: add trickier size resolution tests
Andrii Nakryiko
1
-0
/
+88
2019-07-12
selftests/bpf: fix compiling loop{1, 2, 3}.c on s390
Ilya Leoshkevich
3
-3
/
+3
2019-07-12
selftests/bpf: make PT_REGS_* work in userspace
Ilya Leoshkevich
1
-20
/
+55
2019-07-12
selftests/bpf: fix s930 -> s390 typo
Ilya Leoshkevich
1
-5
/
+5
2019-07-12
selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)
Ilya Leoshkevich
1
-1
/
+3
2019-07-12
selftests/bpf: do not ignore clang failures
Ilya Leoshkevich
1
-6
/
+7
2019-07-12
selftests/bpf: fix bpf_target_sparc check
Ilya Leoshkevich
1
-2
/
+2
2019-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+91
2019-07-09
selftests/bpf: fix test_reuseport_array on s390
Ilya Leoshkevich
1
-6
/
+15
2019-07-08
selftests/bpf: fix test_attach_probe map definition
Andrii Nakryiko
1
-8
/
+5
2019-07-08
selftests/bpf: add verifier tests for wide stores
Stanislav Fomichev
2
-3
/
+50
2019-07-08
selftests/bpf: test perf buffer API
Andrii Nakryiko
2
-0
/
+125
2019-07-06
selftests/bpf: add test_tcp_rtt to .gitignore
Stanislav Fomichev
1
-0
/
+1
2019-07-06
selftests/bpf: fix test_align liveliness expectations
Stanislav Fomichev
1
-8
/
+8
2019-07-05
selftests/bpf: convert legacy BPF maps to BTF-defined ones
Andrii Nakryiko
11
-236
/
+228
2019-07-05
selftests/bpf: convert selftests using BTF-defined maps to new syntax
Andrii Nakryiko
20
-494
/
+300
2019-07-05
selftests/bpf: add __uint and __type macro for BTF-defined maps
Andrii Nakryiko
1
-0
/
+3
2019-07-05
selftests/bpf: convert existing tracepoint tests to new APIs
Andrii Nakryiko
3
-81
/
+32
2019-07-05
selftests/bpf: add kprobe/uprobe selftests
Andrii Nakryiko
2
-0
/
+221
2019-07-05
selftests/bpf: switch test to new attach_perf_event API
Andrii Nakryiko
1
-16
/
+15
2019-07-03
selftests/bpf: test BPF_SOCK_OPS_RTT_CB
Stanislav Fomichev
3
-1
/
+317
2019-07-03
selftests: bpf: fix inlines in test_lwt_seg6local
Jiri Benc
1
-6
/
+6
2019-07-03
selftests: bpf: standardize to static __always_inline
Jiri Benc
5
-35
/
+38
2019-07-03
selftests: bpf: add tests for shifts by zero
Luke Nelson
1
-0
/
+85
2019-06-29
selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.c
Stanislav Fomichev
1
-27
/
+24
2019-06-28
selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI
Stanislav Fomichev
4
-1
/
+449
2019-06-28
selftests/bpf: add sockopt test that exercises sk helpers
Stanislav Fomichev
4
-1
/
+328
2019-06-28
selftests/bpf: add sockopt test
Stanislav Fomichev
3
-1
/
+1024
2019-06-28
selftests/bpf: test sockopt section name
Stanislav Fomichev
1
-0
/
+10
2019-06-26
selftests/bpf: build tests with debug info
Andrii Nakryiko
1
-1
/
+1
2019-06-25
selftests, bpf: Add test for veth native XDP
Toshiaki Makita
4
-0
/
+162
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
55
-348
/
+2119
2019-06-19
selftests/bpf: add realistic loop tests
Alexei Starovoitov
15
-12
/
+1347
2019-06-19
selftests/bpf: add basic verifier tests for loops
Alexei Starovoitov
1
-0
/
+161
2019-06-19
selftests/bpf: fix tests
Alexei Starovoitov
3
-20
/
+24
2019-06-19
selftests/bpf: fix tests due to const spill/fill
Alexei Starovoitov
2
-14
/
+17
[next]