summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* selftests/ftrace: Use top-level available_filter_functionMasami Hiramatsu2017-06-071-0/+4
* selftests/ftrace: Add instance indication in test logMasami Hiramatsu2017-06-071-1/+1
* selftests/ftrace: Reset ftrace filter on older kernelMasami Hiramatsu2017-06-071-1/+4
* ftrace/kprobes: selftests: Check kretprobe maxactive is supportedMasami Hiramatsu2017-06-071-0/+1
* selftests/ftrace: Reduce trace buffer checking overheadMasami Hiramatsu2017-06-071-2/+6
* selftests/ftrace: Skip full-glob-matching filter test on older kernelMasami Hiramatsu2017-06-071-11/+17
* selftests/seccomp: Force rebuild according to dependenciesMickaël Salaün2017-06-071-0/+2
* Documentation/dev-tools: Add kselftest_harness documentationMickaël Salaün2017-06-071-85/+330
* selftests: Remove the TEST_API() wrapper from kselftest_harness.hMickaël Salaün2017-06-071-205/+150
* selftests: Cosmetic renames in kselftest_harness.hMickaël Salaün2017-06-071-5/+6
* selftests: Make test_harness.h more generally availableMickaël Salaün2017-06-072-1/+1
* selftests: sync: Skip the test if kernel support is not foundMichael Ellerman2017-06-071-0/+13
* selftests/vm: Fix test for virtual address range mapping for arm64Michal Suchanek2017-06-071-9/+26
* selftests: futex: print testcase-name and PASS/FAIL/ERROR statusNaresh Kamboju2017-06-078-10/+19
* Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-271-1/+1
|\
| * selftests/powerpc: Fix TM resched DSCR test with some compilersMichael Ellerman2017-05-191-1/+1
* | Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-271-0/+21
|\ \
| * | selftests/ftrace: Add a testcase for many kprobe eventsMasami Hiramatsu2017-05-261-0/+21
* | | bpf: add various verifier test casesDaniel Borkmann2017-05-251-4/+235
|/ /
* | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-204-6/+10
|\ \
| * | selftests/ftrace: Add test to remove instance with active event triggersNaveen N. Rao2017-05-171-2/+6
| * | selftests/ftrace: Fix bashismsNaveen N. Rao2017-05-173-4/+4
* | | Merge tag 'powerpc-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-193-1/+122
|\ \ \ | | |/ | |/|
| * | selftests/powerpc: Test TM and VMX register stateMichael Neuling2017-05-163-1/+122
| |/
* | selftests/bpf: fix broken build due to types.hYonghong Song2017-05-172-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-153-2/+463
|\ \ | |/ |/|
| * bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller2017-05-111-0/+37
| * bpf: Remove commented out debugging hack in test_align.David S. Miller2017-05-111-1/+0
| * bpf: Provide a linux/types.h override for bpf selftests.David S. Miller2017-05-112-1/+8
| * bpf: Add verifier test case for alignment.David S. Miller2017-05-112-1/+419
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * torture: Use correct path for Kconfig fragment for duplicatesPaul E. McKenney2017-04-191-1/+1
* | | Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0824-68/+124
|\ \ \
| * | | selftests: x86: add missing executables to .gitignoreShuah Khan2017-05-031-0/+13
| * | | selftests: watchdog: accept multiple params on command lineTimur Tabi2017-05-021-27/+34
| * | | selftests: create cpufreq kconfig fragmentsNaresh Kamboju2017-04-271-0/+15
| * | | selftests: x86: override clean in lib.mk to fix warningsShuah Khan2017-04-271-2/+1
| * | | selftests: sync: override clean in lib.mk to fix warningsShuah Khan2017-04-271-2/+1
| * | | selftests: splice: override clean in lib.mk to fix warningsShuah Khan2017-04-271-2/+1
| * | | selftests: gpio: fix clean target to remove all generated files and dirsShuah Khan2017-04-251-1/+7
| * | | selftests: add gpio generated files to .gitignoreShuah Khan2017-04-251-0/+4
| * | | selftests: powerpc: override clean in lib.mk to fix warningsShuah Khan2017-04-251-1/+2
| * | | selftests: gpio: override clean in lib.mk to fix warningsShuah Khan2017-04-251-1/+2
| * | | selftests: futex: override clean in lib.mk to fix warningsShuah Khan2017-04-251-1/+2
| * | | selftests: lib.mk: define CLEAN macro to allow Makefiles to override cleanShuah Khan2017-04-251-1/+5
| * | | selftests: splice: fix clean target to not remove default_file_splice_read.shShuah Khan2017-04-251-1/+1
| * | | selftests: gpio: add config fragment for gpio-mockupFathi Boudra2017-04-211-0/+2
| * | | selftests: breakpoints: allow to cross-compile for aarch64/arm64Fathi Boudra2017-04-211-1/+1
| * | | selftests/Makefile: Add missed PHONY targetsSeongJae Park2017-04-211-1/+1
OpenPOWER on IntegriCloud