aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox1-27/+0
2018-08-21idr-test: Convert ida_check_nomem to new APIMatthew Wilcox1-6/+7
2018-08-21ida: Start new test_ida moduleMatthew Wilcox4-7/+22
2018-08-21radix tree test suite: Enable ubsanMatthew Wilcox2-11/+14
2018-08-21radix tree test suite: Fix compilationMatthew Wilcox1-0/+2
2018-08-08bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann1-1/+1
2018-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+3
2018-08-03selftests/bpf: update test_lwt_seg6local.sh according to iproute2Mathieu Xhonneux1-3/+3
2018-08-02selftest/net: fix protocol family to work for IPv4.Maninder Singh1-1/+1
2018-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-7/+123
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+28
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau1-2/+84
2018-07-25selftests/ftrace: Add snapshot and tracing_on test caseMasami Hiramatsu1-0/+28
2018-07-25bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2-5/+11
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau1-0/+28
2018-07-20bpf: Use option "help" in the llvm-objcopy testMartin KaFai Lau1-1/+1
2018-07-19bpf: test case to check whether src/dst regs got mangled by xaddDaniel Borkmann1-0/+40
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-45/+22
2018-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+22
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+17
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+1
2018-07-12selftests: in udpgso_bench do not test udp zerocopyWillem de Bruijn1-3/+0
2018-07-11bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann1-1/+22
2018-07-10rseq/selftests: cleanup: Update comment above rseq_prepare_unloadMathieu Desnoyers1-6/+7
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers1-1/+10
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern1-41/+0
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-6/+28
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-6/+28
2018-06-30tools/testing/nvdimm: advertise a write cache for nfit_testVishal Verma1-2/+1
2018-06-28selftests/net: Fix permissions for fib_tests.shShuah Khan1-0/+0
2018-06-27selftests/x86/sigreturn: Do minor cleanupsAndy Lutomirski1-6/+7
2018-06-27selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUsAndy Lutomirski1-17/+29
2018-06-26selftests: bpf: notification about privilege required to run test_lwt_seg6local.sh testing scriptJeffrin Jose T1-0/+9
2018-06-26selftests: bpf: notification about privilege required to run test_lirc_mode2.sh testing scriptJeffrin Jose T1-0/+9
2018-06-26selftests: bpf: add missing NET_SCHED to configAnders Roxell1-0/+1
2018-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+3
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+1
2018-06-24Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-0/+751
2018-06-24Merge tag 'linux-kselftest-4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds13-27/+79
2018-06-22tools/bpf: fix test_sockmap failureYonghong Song1-6/+0
2018-06-22selftests: bpf: notification about privilege required to run test_kmod.sh testing scriptJeffrin Jose T1-0/+9
2018-06-21rseq/selftests/arm: Align 'struct rseq_cs' on 32 bytesMathieu Desnoyers1-0/+1
2018-06-21rseq/selftests: Make run_param_test.sh executableMathieu Desnoyers1-0/+0
2018-06-21selftests: net: add tcp_inq to gitignoreAnders Roxell1-0/+1
2018-06-21selftests: net: add config fragmentsAnders Roxell1-0/+2
2018-06-19rseq/selftests: Implement MIPS supportPaul Burton3-0/+751
2018-06-18selftests: sparc64: Add missing SPDX License IdentifiersShuah Khan (Samsung OSG)2-1/+2
2018-06-18selftests: sparc64: delete RUN_TESTS and EMIT_TESTS overridesShuah Khan (Samsung OSG)1-8/+0
2018-06-18selftests: sparc64: Fix to do nothing on non-sparc64Shuah Khan (Samsung OSG)1-0/+11
2018-06-18selftests: sync: add config fragment for testing sync frameworkFathi Boudra1-0/+4