summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+5
2020-01-31mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"John Hubbard-1/+5
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-5/+5
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+402
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds-1/+260
2020-01-29Merge tag 'linux-kselftest-5.6-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+210
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1220
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1887/+14952
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-728/+10
2020-01-28selftests/ftrace: fix glob selftestSven Schnelle-1/+1
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-79/+63
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1065
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-13/+4
2020-01-27selftests: settings: tests can be in subsubdirsMatthieu Baerts-1/+1
2020-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-24/+205
2020-01-27selftests/bpf: Add test based on port range for BPF flow dissectorYoshiki Komachi-0/+14
2020-01-27selftests: netfilter: Introduce tests for sets with range concatenationStefano Brivio-1/+1483
2020-01-25selftest/bpf: Add test for allowed trampolines countJiri Olsa-0/+133
2020-01-25selftests: mlxsw: Add a TBF selftestPetr Machata-0/+344
2020-01-25selftests: forwarding: lib: Allow reading TC rule byte countersPetr Machata-1/+2
2020-01-25selftests: forwarding: lib: Add helpers for busywaitingPetr Machata-0/+18
2020-01-25selftests: Move two functions from mlxsw's qos_lib to libPetr Machata-24/+24
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-79/+63
2020-01-24selftests: bpf: Reset global state between reuseport test runsLorenz Bauer-2/+14
2020-01-24selftests: bpf: Make reuseport test output more legibleLorenz Bauer-4/+24
2020-01-24selftests: bpf: Ignore FIN packets for reuseport testsLorenz Bauer-0/+6
2020-01-24selftests: bpf: Use a temporary file in test_sockmapLorenz Bauer-10/+5
2020-01-24mptcp: add basic kselftest for mptcpFlorian Westphal-0/+1448
2020-01-24selftests/bpf: Improve bpftool changes detectionAndrii Nakryiko-5/+6
2020-01-24selftests/bpf: Initialize duration variable before usingJohn Sperbeck-3/+3
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-451/+2721
2020-01-22bpf: tcp: Add bpf_cubic exampleMartin KaFai Lau-0/+585
2020-01-22selftests/bpf: Add tests for program extensionsAlexei Starovoitov-2/+83
2020-01-22selftests/bpf: Build urandom_read with LDFLAGS and LDLIBSDaniel Díaz-1/+1
2020-01-20selftests: Refactor build to remove tools/lib/bpf from include pathToke Høiland-Jørgensen-33/+30
2020-01-20selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen-181/+181
2020-01-20selftests: Pass VMLINUX_BTF to runqslower MakefileToke Høiland-Jørgensen-2/+6
2020-01-20selftests/bpf: Skip perf hw events test if the setup disabled itHangbin Liu-2/+6
2020-01-20selftests/bpf: Don't check for btf fd in test_btfStanislav Fomichev-4/+0
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie-295/+810
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+6
2020-01-19selftests: devlink_trap_tunnel_vxlan: Add test case for overlay_smac_is_mcAmit Cohen-0/+54
2020-01-19selftests: devlink_trap_tunnel_ipip: Add test case for decap_errorAmit Cohen-0/+265
2020-01-19selftests: devlink_trap_tunnel_vxlan: Add test case for decap_errorAmit Cohen-0/+276
2020-01-19selftests: devlink_trap_l3_drops: Add test cases of irif and erif disabledAmit Cohen-0/+112
2020-01-18selftests: add openat2(2) selftestsAleksa Sarai-0/+1220
2020-01-16selftests/bpf: Fix test_progs send_signal flakiness with nmi modeYonghong Song-5/+1
2020-01-16kselftest: Minimise dependency of get_size on C library interfacesSiddhesh Poyarekar-6/+18
2020-01-16selftests/livepatch: Remove unused local variable in set_ftrace_enabled()Miroslav Benes-1/+0
2020-01-16selftests/livepatch: Replace set_dynamic_debug() with setup_config() in READMEMiroslav Benes-1/+1