summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1014-0/+4637
|\ \ \ \
| * | | | rseq/selftests: Provide Makefile, scripts, gitignoreMathieu Desnoyers2018-06-064-0/+158
| * | | | rseq/selftests: Provide parametrized testsMathieu Desnoyers2018-06-061-0/+1260
| * | | | rseq/selftests: Provide basic percpu ops testMathieu Desnoyers2018-06-061-0/+312
| * | | | rseq/selftests: Provide basic testMathieu Desnoyers2018-06-061-0/+56
| * | | | rseq/selftests: Provide rseq libraryMathieu Desnoyers2018-06-066-0/+2847
| * | | | selftests/lib.mk: Introduce OVERRIDE_TARGETSMathieu Desnoyers2018-06-061-0/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-06-097-0/+817
|\ \ \ \ \
| * | | | | selftests: sparc64: char: Selftest for privileged ADI driverTom Hromatka2018-06-057-0/+817
* | | | | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-081-0/+104
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-081-0/+104
| |\ \ \ \ \ \
| | * | | | | | x86, nfit_test: Add unit test for memcpy_mcsafe()Dan Williams2018-05-221-0/+104
* | | | | | | | tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!)Alexey Dobriyan2018-06-078-32/+451
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-0716-120/+1517
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | selftests/powerpc: Add perf breakpoint testMichael Neuling2018-06-033-1/+198
| * | | | | | selftests/powerpc: Add core file test for Protection Key registersThiago Jung Bauermann2018-05-282-3/+464
| * | | | | | selftests/powerpc: Add ptrace tests for Protection Key registersThiago Jung Bauermann2018-05-285-1/+509
| * | | | | | selftests/powerpc: Add ptrace hw breakpoint testMichael Neuling2018-05-253-1/+344
| * | | | | | selftests/powerpc: Add missing .gitignoresMichael Neuling2018-05-252-0/+2
| * | | | | | selftests/powerpc: Remove redundant cp_abort testMichael Neuling2018-05-214-117/+0
| * | | | | | selftests/powerpc: fix exec benchmarkNicholas Piggin2018-05-141-2/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0682-349/+18619
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-0516-236/+1790
| |\ \ \ \ \ \
| | * | | | | | tools/bpf: add a selftest for bpf_get_current_cgroup_id() helperYonghong Song2018-06-036-2/+232
| | * | | | | | tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helperYonghong Song2018-06-031-0/+2
| | * | | | | | bpf: test case for map pointer poison with calls/branchesDaniel Borkmann2018-06-031-27/+158
| | * | | | | | bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-021-0/+22
| | * | | | | | bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-021-0/+23
| | * | | | | | selftests/bpf: test_sockmap, print additional test optionsPrashant Bhole2018-06-021-9/+19
| | * | | | | | selftests/bpf: test_sockmap, fix data verificationPrashant Bhole2018-06-021-1/+13
| | * | | | | | selftests/bpf: test_sockmap, timing improvementsPrashant Bhole2018-06-021-4/+9
| | * | | | | | selftests/bpf: test_sockmap, join cgroup in selftest modePrashant Bhole2018-06-021-0/+5
| | * | | | | | selftests/bpf: test_sockmap, check test failurePrashant Bhole2018-06-021-6/+21
| | * | | | | | bpf: add selftest for lirc_mode2 type programSean Young2018-05-306-3/+210
| | * | | | | | selftests/bpf: Selftest for sys_sendmsg hooksAndrey Ignatov2018-05-284-1/+628
| | * | | | | | selftests/bpf: Prepare test_sock_addr for extensionAndrey Ignatov2018-05-281-195/+460
| * | | | | | | selftests: forwarding: mirror_vlan: Change test descriptionPetr Machata2018-06-041-1/+1
| * | | | | | | selftests: forwarding: mirror_vlan: Uninstall trapPetr Machata2018-06-041-1/+1
| * | | | | | | selftests/net: add packet socket packet_snd testWillem de Bruijn2018-06-044-2/+498
| * | | | | | | selftests/net: udpgso: test small gso_size boundary conditionsWillem de Bruijn2018-06-041-2/+75
| * | | | | | | selftests/net: enable msg_zerocopy testWillem de Bruijn2018-06-042-1/+9
| * | | | | | | selftests: forwarding: mirror_gre_bridge_1d_vlan: Add STP testPetr Machata2018-06-011-0/+12
| * | | | | | | selftests: forwarding: mirror_gre_vlan_bridge_1q: Add more testsPetr Machata2018-06-011-0/+129
| * | | | | | | selftests: forwarding: mirror_gre_vlan_bridge_1q: Rename two testsPetr Machata2018-06-011-7/+7
| * | | | | | | selftests: forwarding: mirror_gre_vlan_bridge_1q: Test final configPetr Machata2018-06-011-2/+3
| * | | | | | | selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix tunnel namePetr Machata2018-06-011-1/+1
| * | | | | | | selftests: forwarding: mirror_gre_lib: Add STP testPetr Machata2018-06-011-0/+32
| * | | | | | | selftests: forwarding: mirror_lib: skip_hw the VLAN capturePetr Machata2018-06-011-1/+4
| * | | | | | | selftests: forwarding: mirror_lib: Move here do_test_span_vlan_dir_ips()Petr Machata2018-06-012-15/+35
| * | | | | | | selftests: forwarding: lib: Move here vlan_capture_{, un}install()Petr Machata2018-06-012-23/+23