| Age | Commit message (Expand) | Author | Lines |
| 2020-05-19 | tools/bootconfig: Add a summary of test cases and return error | Masami Hiramatsu | -0/+7 |
| 2020-05-19 | selftests: introduce gen_tar Makefile target | Veronika Kabatova | -1/+13 |
| 2020-05-19 | selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define own bpf_iter_meta | Andrii Nakryiko | -0/+30 |
| 2020-05-19 | mm/hmm/test: add selftests for HMM | Ralph Campbell | -0/+1478 |
| 2020-05-19 | selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.h | Andrii Nakryiko | -0/+98 |
| 2020-05-19 | tools/bpf: sync bpf.h | Alexei Starovoitov | -3/+3 |
| 2020-05-19 | bpf, testing: Add get{peer, sock}name selftests to test_progs | Daniel Borkmann | -33/+215 |
| 2020-05-19 | bpf, bpftool: Enable get{peer, sock}name attach types | Daniel Borkmann | -15/+30 |
| 2020-05-19 | bpf, libbpf: Enable get{peer, sock}name attach types | Daniel Borkmann | -0/+8 |
| 2020-05-19 | bpf: Add get{peer, sock}name attach types for sock_addr | Daniel Borkmann | -0/+4 |
| 2020-05-19 | Merge tag 'noinstr-lds-2020-05-19' into core/rcu | Thomas Gleixner | -534/+1419 |
| 2020-05-18 | Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic... | Ingo Molnar | -546/+1659 |
| 2020-05-17 | selftests: Drop 'pref medium' in route checks | David Ahern | -2/+2 |
| 2020-05-16 | selftests: mlxsw: Do not hard code trap group name | Ido Schimmel | -72/+43 |
| 2020-05-16 | selftests: devlink_lib: Remove double blank line | Ido Schimmel | -1/+0 |
| 2020-05-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | -0/+214 |
| 2020-05-16 | bpf: Selftests, add ktls tests to test_sockmap | John Fastabend | -26/+44 |
| 2020-05-16 | bpf: Selftests, add blacklist to test_sockmap | John Fastabend | -2/+31 |
| 2020-05-16 | bpf: Selftests, add whitelist option to test_sockmap | John Fastabend | -1/+30 |
| 2020-05-16 | bpf: Selftests, provide verbose option for selftests execution | John Fastabend | -108/+71 |
| 2020-05-16 | bpf: Selftests, break down test_sockmap into subtests | John Fastabend | -375/+348 |
| 2020-05-16 | bpf: Selftests, improve test_sockmap total bytes counter | John Fastabend | -3/+8 |
| 2020-05-16 | bpf: Selftests, print error in test_sockmap error cases | John Fastabend | -8/+17 |
| 2020-05-16 | bpf: Selftests, sockmap test prog run without setting cgroup | John Fastabend | -6/+22 |
| 2020-05-16 | bpf: Selftests, remove prints from sockmap tests | John Fastabend | -174/+9 |
| 2020-05-16 | bpf: Selftests, move sockmap bpf prog header into progs | John Fastabend | -0/+0 |
| 2020-05-16 | selftests/bpf: Move test_align under test_progs | Stanislav Fomichev | -61/+7 |
| 2020-05-16 | selftests/bpf: Fix test_align verifier log patterns | Stanislav Fomichev | -20/+21 |
| 2020-05-16 | libbpf, hashmap: Fix signedness warnings | Ian Rogers | -3/+2 |
| 2020-05-16 | libbpf, hashmap: Remove unused #include | Ian Rogers | -1/+0 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | -33/+275 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | -5/+13 |
| 2020-05-15 | Merge tag 'linux-kselftest-5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | -12/+22 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | -4/+12 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | -86/+272 |
| 2020-05-15 | selftests: mptcp: pm: rm the right tmp file | Matthieu Baerts | -1/+1 |
| 2020-05-15 | selftests: implement flower classifier terse dump tests | Vlad Buslov | -0/+38 |
| 2020-05-15 | selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests | Alexei Starovoitov | -21/+49 |
| 2020-05-15 | bpf, bpftool: Allow probing for CONFIG_HZ from kernel config | Daniel Borkmann | -53/+67 |
| 2020-05-15 | objtool: optimize add_dead_ends for split sections | Sami Tolvanen | -19/+17 |
| 2020-05-15 | objtool: use gelf_getsymshndx to handle >64k sections | Sami Tolvanen | -7/+17 |
| 2020-05-15 | objtool: Allow no-op CFI ops in alternatives | Peter Zijlstra | -5/+6 |
| 2020-05-14 | selftests/bpf: Xdp_adjust_tail add grow tail tests | Jesper Dangaard Brouer | -5/+144 |
| 2020-05-14 | selftests/bpf: Adjust BPF selftest for xdp_adjust_tail | Jesper Dangaard Brouer | -8/+13 |
| 2020-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | -364/+3267 |
| 2020-05-15 | selftests/powerpc: Add a test of counting larx/stcx | Michael Ellerman | -2/+203 |
| 2020-05-15 | powerpc/mm: Replace zero-length array with flexible-array | Gustavo A. R. Silva | -2/+2 |
| 2020-05-15 | powerpc: Use trap metadata to prevent double restart rather than zeroing trap | Nicholas Piggin | -1/+175 |
| 2020-05-14 | selftests/bpf: Test for sk helpers in cgroup skb | Andrey Ignatov | -0/+192 |
| 2020-05-14 | selftests/bpf: Add connect_fd_to_fd, connect_wait net helpers | Andrey Ignatov | -13/+63 |