summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-10-166-4/+87
|\
| * selftests/ftrace: Add test case for synthetic event syntax errorsTom Zanussi2020-10-151-0/+19
| * selftests/ftrace: Change synthetic event name for inter-event-combined testTom Zanussi2020-10-151-4/+4
| * selftests/ftrace: Add test case for synthetic event dynamic stringsTom Zanussi2020-10-081-0/+31
| * selftests/ftrace: Add %return suffix testsMasami Hiramatsu2020-09-223-0/+33
* | Merge tag 'linux-kselftest-kunit-fixes-5.10-rc1' of git://git.kernel.org/pub/...Linus Torvalds2020-10-165-28/+154
|\ \
| * | kunit: tool: fix display of make errorsDaniel Latypov2020-10-091-6/+6
| * | kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins2020-10-021-4/+8
| * | kunit: tool: fix --alltests flagBrendan Higgins2020-09-232-5/+11
| * | kunit: tool: allow generating test results in JSONHeidi Fahim2020-08-313-6/+125
| * | kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins2020-08-311-8/+5
* | | Merge tag 'linux-kselftest-next-5.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-166-28/+113
|\ \ \
| * | | selftests/run_kselftest.sh: Make each test individually selectableKees Cook2020-10-071-6/+71
| * | | selftests: Extract run_kselftest.sh and generate stand-alone test listKees Cook2020-10-073-22/+37
| * | | selftests: Add missing gitignore entriesGabriel Krisman Bertazi2020-09-233-0/+5
| * | | selftests: more general make nesting supportGreg Thelen2020-08-311-4/+4
| * | | selftests: use "$(MAKE)" instead of "make" for headers_installDenys Vlasenko2020-08-311-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-161-0/+1
|\ \ \
| * | | selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev2020-09-011-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-10-161-1/+1
|\ \ \ \
| * | | | selftests/livepatch: Do not check order when using "comm" for dmesg checkingMiroslav Benes2020-08-271-1/+1
* | | | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-152-1/+92
|\ \ \ \ \
| * | | | | test_firmware: Test partial read supportScott Branden2020-10-051-0/+91
| * | | | | Merge 5.9-rc5 into char-misc-nextGreg Kroah-Hartman2020-09-146-33/+64
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | selftests/lkdtm: Use "comm" instead of "diff" for dmesgKees Cook2020-09-101-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2020-10-142-175/+133
|\ \ \ \ \
| * | | | | tests: remove O_NONBLOCK before waiting for WSTOPPEDChristian Brauner2020-10-091-2/+2
| * | | | | tests: add waitid() tests for non-blocking pidfdsChristian Brauner2020-09-042-1/+94
| * | | | | tests: port pidfd_wait to kselftest harnessChristian Brauner2020-09-041-174/+39
* | | | | | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-1416-35/+35
|\ \ \ \ \ \
| * | | | | | tracing: switch to kernel_clone()Christian Brauner2020-08-2016-35/+35
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-143-119/+200
|\ \ \ \ \ \
| * | | | | | tools: Avoid comma separated statementsJoe Perches2020-10-022-119/+195
| * | | | | | selftests/harness: Flush stdout before forkingMichael Ellerman2020-09-181-0/+5
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-146-22/+48
|\ \ \ \ \ \ \
| * | | | | | | selftests/vm: 8x compaction_test speedupJohn Hubbard2020-10-141-5/+6
| * | | | | | | tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macroRalph Campbell2020-10-141-2/+2
| * | | | | | | selftests/vm: fix incorrect gcc invocation in some casesJohn Hubbard2020-10-141-0/+12
| * | | | | | | selftests/vm: fix false build success on the second and later attemptsJohn Hubbard2020-10-141-0/+5
| * | | | | | | mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song2020-10-141-7/+7
| * | | | | | | device-dax: add dis-contiguous resource supportDan Williams2020-10-141-6/+14
| * | | | | | | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-141-1/+1
| * | | | | | | device-dax: make pgmap optional for instance creationDan Williams2020-10-141-4/+4
* | | | | | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-147-203/+318
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | selftests/clone3: Avoid OS-defined clone_argsKees Cook2020-10-087-44/+41
| * | | | | | | selftests/seccomp: powerpc: Set syscall return during ptrace syscall exitKees Cook2020-10-081-4/+21
| * | | | | | | selftests/seccomp: Allow syscall nr and ret value to be set separatelyKees Cook2020-10-081-12/+47
| * | | | | | | selftests/seccomp: Record syscall during ptrace entryKees Cook2020-10-081-13/+27
| * | | | | | | selftests/seccomp: powerpc: Fix seccomp return value testingKees Cook2020-09-191-0/+15
| * | | | | | | selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SETKees Cook2020-09-191-10/+23