aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-20selftests: rtnetlink: add gretap test casesWilliam Tu1-0/+98
2017-12-20bpf: Fix tools and testing build.David Miller2-5/+5
2017-12-19selftests/bpf: add netdevsim to configJakub Kicinski1-0/+1
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-10/+3190
2017-12-17selftests/bpf: additional bpf_call testsDaniel Borkmann1-0/+597
2017-12-17selftests/bpf: add xdp noinline testAlexei Starovoitov3-1/+916
2017-12-17selftests/bpf: add bpf_call testAlexei Starovoitov3-6/+492
2017-12-17selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov1-2/+64
2017-12-17selftests/bpf: add verifier tests for bpf_callAlexei Starovoitov1-1/+960
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+1
2017-12-15bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann1-0/+24
2017-12-12bpf: fix broken BPF selftest buildDaniel Borkmann1-12/+1
2017-12-12samples/bpf: add a test for bpf_override_returnJosef Bacik1-1/+2
2017-12-12bpf/tracing: add a bpf test for new ioctl query interfaceYonghong Song3-1/+160
2017-12-12selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=yNaresh Kamboju1-0/+1
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+13
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2017-12-05selftests/bpf: sync kernel headers and introduce arch support in MakefileHendrik Brueckner1-1/+13
2017-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+7
2017-12-03selftests/bpf: add offload test based on netdevsimJakub Kicinski3-2/+691
2017-12-01selftests/bpf: adjust test_align expected outputAlexei Starovoitov1-78/+78
2017-11-30tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_logYonghong Song1-0/+7
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-9/+189
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-7/+106
2017-11-21bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song1-23/+16
2017-11-21x86/pkeys/selftests: Fix protection keys write() warningDave Hansen1-1/+4
2017-11-21x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen1-5/+5
2017-11-21x86/mpx/selftests: Fix up weird arraysDave Hansen1-2/+2
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+92
2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2-0/+92
2017-11-17Merge tag 'linux-kselftest-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds55-71/+1303
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-32/+340
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-5/+398
2017-11-16x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov2-1/+178
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-0/+234
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-1/+1
2017-11-15Merge branch 'for-4.15/dax' into libnvdimm-for-nextDan Williams20-65/+245
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds40-1260/+5518
2017-11-15selftests: firmware: skip unsupported custom firmware fallback testsAmit Pundir1-12/+26
2017-11-15selftests: firmware: skip unsupported async loading testsAmit Pundir1-13/+21
2017-11-15selftests: memfd_test.c: fix compilation warning.Lei Yang1-2/+2
2017-11-15selftests/ftrace: Introduce exit_pass and exit_failMasami Hiramatsu28-28/+35
2017-11-15selftests: ftrace: add more config fragmentsLei Yang1-0/+4
2017-11-15android/ion: userspace test utility for ion buffer sharingPintu Agarwal15-1/+1171
2017-11-15selftests: remove obsolete kconfig fragment for cpu-hotpluglei.yang@windriver.com1-1/+0
2017-11-15selftests: vdso_test: support ARM64 targetsGreg Hackmann1-3/+16
2017-11-15selftests/ftrace: Do not use arch dependent do_IRQ as a target functionMasami Hiramatsu1-1/+1
2017-11-15selftests: breakpoints: fix compile error on breakpoint_test_arm64Sumit Semwal1-0/+1
2017-11-15selftests: add missing test result status in memory-hotplug testlei.yang@windriver.com1-2/+2