summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-173-14/+34
|\
| * bpf, selftests: delete xfrm tunnel when test exits.William Tu2018-06-151-11/+13
| * bpf, selftest: check tunnel type more accuratelyJian Wang2018-06-151-1/+1
| * selftests/bpf: test offloads even with BPF programs presentJakub Kicinski2018-06-151-2/+10
| * selftests: bpf: config: add config fragmentsAnders Roxell2018-06-131-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-4/+2
|\ \
| * | tc-testing: ife: fix wrong teardown command in test b7b8Davide Caratti2018-06-121-1/+1
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-111-3/+1
| |\
| | * selftests: bpf: fix urandom_read build issueAnders Roxell2018-06-111-3/+1
* | | Merge tag 'linux-kselftest-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-06-153-2/+17
|\ \ \ | |/ / |/| |
| * | kselftest/cgroup: fix a signedness bugDan Carpenter2018-06-071-2/+2
| * | selftests/ftrace: Add ppc support for kprobe args testsNaveen N. Rao2018-06-072-0/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-103-4/+80
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-073-4/+80
| |\ \
| | * | tools/bpf: fix selftest get_cgroup_id_userYonghong Song2018-06-082-3/+23
| | * | bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-071-1/+57
* | | | 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
OpenPOWER on IntegriCloud