summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | kselftest: breakpoints: convert step_after_suspend_test to TAP13 outputPaul Elder2017-06-131-26/+17
| * | | | kselftest: breakpoints: convert breakpoint_test to TAP13 outputPaul Elder2017-06-131-14/+15
| * | | | kselftest: membarrier: convert to TAP13 outputPaul Elder2017-06-131-16/+19
| * | | | kselftest: add TAP13 conformant versions of ksft_* functionsPaul Elder2017-06-131-4/+48
| * | | | selftests: kselftest_harness: Fix compile warningMickaël Salaün2017-06-121-1/+1
| * | | | selftests/ftrace: Return unsupported if it detects older kernelMasami Hiramatsu2017-06-072-0/+18
| * | | | 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.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-20/+33
|\ \ \ \
| * | | | selftests/powerpc: context_switch use private futexes with threadsNicholas Piggin2017-06-051-20/+33
| |/ / /
* | | | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-1/+1
|\ \ \ \
| * | | | tools/testing/nvdimm: fix nfit_test buffer overflowYasunori Goto2017-06-151-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0517-49/+2536
|\ \ \ \ \
| * | | | | bpf: add various test cases for verifier selftestDaniel Borkmann2017-07-031-0/+165
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-0/+66
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+1
| |\ \ \ \ \
| * | | | | | selftests: Introduce tc testsuiteLucas Bates2017-06-2010-0/+1863
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-11/+30
| |\ \ \ \ \ \
| * | | | | | | selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song2017-06-144-1/+234
| * | | | | | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-79/+13
| * | | | | | | selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer2017-06-133-3/+3
| * | | | | | | bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann2017-06-101-0/+5
| * | | | | | | bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann2017-06-101-0/+50
| * | | | | | | bpf: Fix test_obj_id.c for llvm 5.0Martin KaFai Lau2017-06-091-2/+2
| * | | | | | | bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabledMartin KaFai Lau2017-06-091-4/+15
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-062-1/+22
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | bpf: Test for bpf IDMartin KaFai Lau2017-06-063-1/+227
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-17/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | seccomp: Adjust selftests to avoid double-joinKees Cook2017-06-261-17/+34
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-033-4/+273
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kselftests: timers: Add test for frequency stepMiroslav Lichvar2017-06-202-2/+271
| * | | | | | | | | kselftests: timers: Fix inconsistency-check to not ignore first timestampMiroslav Lichvar2017-06-201-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0332-108/+65
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney2017-06-081-1/+0
| * | | | | | | | | rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2017-06-086-8/+5
| * | | | | | | | | rcu: Remove debugfs tracingPaul E. McKenney2017-06-083-46/+0
| * | | | | | | | | srcu: Remove Classic SRCUPaul E. McKenney2017-06-083-28/+0
| * | | | | | | | | rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-081-4/+0
OpenPOWER on IntegriCloud