summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2018-05-15bpf: add ld64 imm test casesDaniel Borkmann2-0/+142
2018-05-15bpf: add selftest for stackmap with build_id in NMI contextSong Liu2-2/+142
2018-05-14selftests/powerpc: fix exec benchmarkNicholas Piggin1-2/+5
2018-05-14x86/pkeys/selftests: Add a test for pkey 0Dave Hansen1-0/+30
2018-05-14x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen1-5/+9
2018-05-14x86/pkeys/selftests: Fix pointer mathDave Hansen1-7/+7
2018-05-14x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen1-5/+8
2018-05-14x86/pkeys/selftests: Add PROT_EXEC testDave Hansen1-0/+44
2018-05-14x86/pkeys/selftests: Factor out "instruction page"Dave Hansen1-4/+17
2018-05-14x86/pkeys/selftests: Allow faults on unknown keysDave Hansen1-1/+9
2018-05-14x86/pkeys/selftests: Avoid printf-in-signal deadlocksDave Hansen1-12/+8
2018-05-14x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen1-16/+0
2018-05-14x86/pkeys/selftests: Stop using assert()Dave Hansen1-4/+8
2018-05-14x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen1-6/+7
2018-05-14x86/selftests: Add mov_to_ss testAndy Lutomirski2-1/+286
2018-05-14x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABIIngo Molnar1-2/+5
2018-05-14x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar1-26/+41
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+10
2018-05-11KVM: selftests: exit with 0 status code when tests cannot be runPaolo Bonzini5-20/+43
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski4-68/+38
2018-05-11selftests/bpf: Fix bash reference in MakefileJoe Stringer1-3/+3
2018-05-11samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern1-0/+3
2018-05-11tc-testing: fix tdc tests for 'bpf' actionDavide Caratti1-3/+8
2018-05-10selftests/bpf: ignore build productsSirio Balmelli1-0/+1
2018-05-09bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau1-13/+276
2018-05-09bpf: btf: Some test_btf clean upMartin KaFai Lau1-102/+99
2018-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+103
2018-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-30/+873
2018-05-08selftests: net: use TEST_PROGS_EXTENDEDAnders Roxell1-1/+1
2018-05-08selftests: net: add udpgso* to TEST_GEN_FILESAnders Roxell1-1/+1
2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationKees Cook1-3/+19
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-26/+81
2018-05-04Merge tag 'linux-kselftest-4.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+4
2018-05-04bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann1-7/+259
2018-05-03selftests: forwarding: mirror_gre_nh: Unset RP filterPetr Machata1-0/+6
2018-05-03selftests: forwarding: Use sysctl_set(), sysctl_restore()Petr Machata3-20/+10
2018-05-03selftests: forwarding: lib: Add sysctl_set(), sysctl_restore()Petr Machata1-0/+17
2018-05-03selftests: forwarding: Allow running specific testsIdo Schimmel15-63/+219
2018-05-03selftests: forwarding: Increase maximum deviation in multipath testIdo Schimmel1-1/+1
2018-05-03tc-testing: Updated csum action tests batch create w/wo cookies.Craig Dillabaugh1-2/+72
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2018-05-02selftest: add test for TCP_INQSoheil Hassas Yeganeh2-1/+191
2018-05-02bpf: minor fix to selftest test_stacktrace_build_id()Song Liu1-2/+2
2018-04-30selftests: net: tcp_mmap must use TCP_ZEROCOPY_RECEIVEEric Dumazet1-28/+38
2018-04-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+21
2018-04-29tools/bpf: add a test for bpf_get_stack with tracepoint progYonghong Song3-11/+98
2018-04-29tools/bpf: add a test for bpf_get_stack with raw tracepoint progYonghong Song3-12/+266
2018-04-29tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song1-0/+45
2018-04-29samples/bpf: move common-purpose trace functions to selftestsYonghong Song2-0/+203