summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread areaMathieu Desnoyers2022-02-021-32/+34
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread areaMathieu Desnoyers2022-02-021-28/+30
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Fix: work-around asm goto compiler bugsMathieu Desnoyers2022-02-027-6/+245
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Remove arm/mips asm goto compiler work-aroundMathieu Desnoyers2022-02-022-74/+0
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Fix warnings about #if checks of undefined tokensMathieu Desnoyers2022-02-022-2/+2
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Fix ppc32 offsets by using long rather than off_tMathieu Desnoyers2022-02-029-11/+11
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/...Mathieu Desnoyers2022-02-021-27/+28
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endianMathieu Desnoyers2022-02-025-38/+38
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35Mathieu Desnoyers2022-02-023-88/+88
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Introduce thread pointer gettersMathieu Desnoyers2022-02-024-0/+114
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Introduce rseq_get_abi() helperMathieu Desnoyers2022-02-027-94/+99
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Remove volatile from __rseq_abiMathieu Desnoyers2022-02-022-4/+4
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: Remove useless assignment to cpu variableMathieu Desnoyers2022-02-021-3/+1
| * | | | | | | | | | | | | | | | | | | | selftests/rseq: introduce own copy of rseq uapi headerMathieu Desnoyers2022-02-023-14/+161
| | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-212-0/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | selftests/exec: Test for empty string on NULL argvKees Cook2022-03-012-0/+79
| | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-2114-42/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | rcutorture: Provide non-power-of-two Tasks RCU scenariosPaul E. McKenney2022-02-082-2/+2
| * | | | | | | | | | | | | | | | | | | | rcutorture: Test SRCU size transitionsPaul E. McKenney2022-02-082-0/+3
| * | | | | | | | | | | | | | | | | | | | torture: Make torture.sh help message match realityPaul E. McKenney2022-02-081-2/+2
| * | | | | | | | | | | | | | | | | | | | torture: Change KVM environment variable to RCUTORTUREPaul E. McKenney2022-02-016-19/+19
| * | | | | | | | | | | | | | | | | | | | torture: Make kvm-find-errors.sh notice missing vmlinux filePaul E. McKenney2022-02-011-0/+6
| * | | | | | | | | | | | | | | | | | | | torture: Print only one summary line per runPaul E. McKenney2022-02-011-1/+1
| * | | | | | | | | | | | | | | | | | | | torture: Make kvm-remote.sh try multiple times to download tarballPaul E. McKenney2022-02-011-6/+11
| * | | | | | | | | | | | | | | | | | | | torture: Compress KCSAN as well as KASAN vmlinux filesPaul E. McKenney2022-02-011-9/+9
| * | | | | | | | | | | | | | | | | | | | torture: Indicate which torture.sh runs' bugs are all KCSAN reportsPaul E. McKenney2022-02-011-1/+11
| * | | | | | | | | | | | | | | | | | | | torture: Make kvm.sh summaries note runs having only KCSAN reportsPaul E. McKenney2022-02-012-1/+11
| * | | | | | | | | | | | | | | | | | | | torture: Output per-failed-run summary lines from torture.shPaul E. McKenney2022-02-011-1/+1
| * | | | | | | | | | | | | | | | | | | | torture: Allow four-digit repetition numbers for --configs parameterPaul E. McKenney2022-02-011-1/+1
| * | | | | | | | | | | | | | | | | | | | torture: Drop trailing ^M from console outputPaul E. McKenney2022-02-011-1/+1
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge tag 'x86_sgx_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-214-10/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | selftests/sgx: Treat CC as one argumentMuhammad Usama Anjum2022-02-171-1/+1
| * | | | | | | | | | | | | | | | | | | | selftests/x86: Add validity check and allow field splittingMuhammad Usama Anjum2022-02-171-1/+1
| * | | | | | | | | | | | | | | | | | | | selftests/sgx: Remove extra newlines in test outputReinette Chatre2022-02-111-2/+2
| * | | | | | | | | | | | | | | | | | | | selftests/sgx: Ensure enclave data available during debug printReinette Chatre2022-02-111-2/+2
| * | | | | | | | | | | | | | | | | | | | selftests/sgx: Do not attempt enclave build without valid enclaveReinette Chatre2022-02-111-0/+1
| * | | | | | | | | | | | | | | | | | | | selftests/sgx: Fix NULL-pointer-dereference upon early test failureReinette Chatre2022-02-111-4/+5
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-03-217-56/+190
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: Log the PIDs of the parent and child in sve-ptraceMark Brown2022-03-071-0/+2
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: signal: Allow tests to be incompatible with featuresMark Brown2022-02-253-9/+28
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: mte: user_mem: test a wider range of valuesJoey Gouly2022-02-151-11/+83
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: mte: user_mem: add more test typesJoey Gouly2022-02-151-0/+21
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: mte: user_mem: add test type enumJoey Gouly2022-02-151-12/+26
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: mte: user_mem: check different offsets and sizesJoey Gouly2022-02-151-18/+27
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: mte: user_mem: rework error handlingJoey Gouly2022-02-151-7/+15
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: mte: user_mem: introduce tag_offset and tag_lenJoey Gouly2022-02-151-8/+11
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: Remove local definitions of MTE prctlsMark Brown2022-02-151-11/+0
| * | | | | | | | | | | | | | | | | | | | kselftest/arm64: Remove local ARRAY_SIZE() definitionsMark Brown2022-02-152-3/+0
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-212-8/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | selftests: tpm: add async space test with noneexisting handleTadeusz Struk2022-03-081-0/+16