summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | selftests: net: test ethtool -L vs mqJakub Kicinski2021-09-152-1/+78
* | | | | | | | | | | | | | | | Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-013-4/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | torture: Make kvm-remote.sh print size of downloaded tarballPaul E. McKenney2021-09-161-0/+1
| * | | | | | | | | | | | | | | | torture: Allot 1G of memory for scftorture runsPaul E. McKenney2021-09-161-1/+1
| * | | | | | | | | | | | | | | | torture: Make torture.sh print the number of files to be compressedPaul E. McKenney2021-09-131-2/+7
| * | | | | | | | | | | | | | | | torture: Apply CONFIG_KCSAN_STRICT to kvm.sh --kcsan argumentPaul E. McKenney2021-09-131-1/+1
* | | | | | | | | | | | | | | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-012-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | selftests/ftrace: Stop tracing while reading the trace file by defaultMasami Hiramatsu2021-10-262-1/+13
* | | | | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-019-524/+640
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | selftests: arm64: Factor out utility functions for assembly FP testsMark Brown2021-10-215-329/+185
| * | | | | | | | | | | | | | | | | selftests: arm64: Add coverage of ptrace flags for SVE VL inheritanceMark Brown2021-10-071-1/+54
| * | | | | | | | | | | | | | | | | selftests: arm64: Verify that all possible vector lengths are handledMark Brown2021-09-291-0/+77
| * | | | | | | | | | | | | | | | | selftests: arm64: Fix and enable test for setting current VL in vec-syscfgMark Brown2021-09-291-6/+4
| * | | | | | | | | | | | | | | | | selftests: arm64: Remove bogus error check on writing to filesMark Brown2021-09-291-6/+0
| * | | | | | | | | | | | | | | | | selftests: arm64: Fix printf() format mismatch in vec-syscfgMark Brown2021-09-291-1/+1
| * | | | | | | | | | | | | | | | | selftests: arm64: Move FPSIMD in SVE ptrace test into a functionMark Brown2021-09-291-61/+59
| * | | | | | | | | | | | | | | | | selftests: arm64: More comprehensively test the SVE ptrace interfaceMark Brown2021-09-292-82/+254
| * | | | | | | | | | | | | | | | | selftests: arm64: Verify interoperation of SVE and FPSIMD register setsMark Brown2021-09-291-2/+26
| * | | | | | | | | | | | | | | | | selftests: arm64: Clarify output when verifying SVE register setMark Brown2021-09-291-1/+1
| * | | | | | | | | | | | | | | | | selftests: arm64: Document what the SVE ptrace test is doingMark Brown2021-09-291-3/+8
| * | | | | | | | | | | | | | | | | selftests: arm64: Remove extraneous register setting codeMark Brown2021-09-293-62/+1
| * | | | | | | | | | | | | | | | | selftests: arm64: Don't log child creation as a test in SVE ptrace testMark Brown2021-09-291-3/+1
| * | | | | | | | | | | | | | | | | selftests: arm64: Use a define for the number of SVE ptrace tests to be runMark Brown2021-09-291-1/+3
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-012-1/+852
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | selftests/x86/amx: Add context switch testChang S. Bae2021-10-281-3/+157
| * | | | | | | | | | | | | | | | | selftests/x86/amx: Add test cases for AMX state managementChang S. Bae2021-10-282-1/+698
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-10/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | kselftests/sched: cleanup the child processesLi Zhijian2021-10-051-10/+18
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-017-6/+322
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | selftests: futex: Test sys_futex_waitv() wouldblockAndré Almeida2021-10-071-4/+37
| * | | | | | | | | | | | | | | | selftests: futex: Test sys_futex_waitv() timeoutAndré Almeida2021-10-071-1/+20
| * | | | | | | | | | | | | | | | selftests: futex: Add sys_futex_waitv() testAndré Almeida2021-10-075-1/+265
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | tools/testing/selftests/vm/split_huge_page_test.c: fix application of sizeof ...David Yang2021-10-281-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-261-55/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | selftests/bpf: Use recv_timeout() instead of retriesYucong Sun2021-10-261-55/+20
* | | | | | | | | | | | | | | | fcnal-test: kill hanging ping/nettest binaries on cleanupFlorian Westphal2021-10-221-0/+3
| |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-219-3/+415
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-212-1/+145
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | selftests: netfilter: remove stray bash debug lineFlorian Westphal2021-10-141-1/+0
| | * | | | | | | | | | | | | | selftests: nft_nat: add udp hole punch test caseFlorian Westphal2021-10-121-0/+145
| | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | selftests/tls: add SM4 algorithm dependency for tls selftestsTianjia Zhang2021-10-181-0/+1
| * | | | | | | | | | | | | | ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra2021-10-154-0/+183
| * | | | | | | | | | | | | | selftests: net/fcnal: Test --{force,no}-bind-key-ifindexLeonard Crestez2021-10-151-0/+60
| * | | | | | | | | | | | | | selftests: nettest: Add --{force,no}-bind-key-ifindexLeonard Crestez2021-10-151-2/+26
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | mm/userfaultfd: selftests: fix memory corruption with thp enabledPeter Xu2021-10-181-3/+20
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-10-161-2/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | selftests/ftrace: Update test for more eprobe removal processSteven Rostedt (VMware)2021-10-131-2/+52
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | selftests: net: modify IOAM tests for undef bitsJustin Iurman2021-10-122-109/+81
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge tag 'linux-kselftest-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-10-041-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | selftests: drivers/dma-buf: Fix implicit declaration warnsShuah Khan2021-09-271-1/+4