summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1822-69/+208
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-10-0922-69/+208
| |\
| | * Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney2020-09-0318-23/+115
| | |\
| | | * rcuperf: Change rcuperf to rcuscalePaul E. McKenney2020-08-2411-20/+20
| | | * torture: Add scftorture to the rcutorture scriptingPaul E. McKenney2020-08-248-1/+92
| | | * torture: Declare parse-console.sh independence from rcutorturePaul E. McKenney2020-08-241-3/+4
| | * | torture: Add gdb supportPaul E. McKenney2020-08-242-8/+46
| | * | torture: Add kvm.sh --help and update help messagePaul E. McKenney2020-08-241-2/+6
| | * | rcutorture: Add CONFIG_PROVE_RCU_LIST to TREE05Paul E. McKenney2020-08-241-0/+1
| | * | torture: Update initrd documentationPaul E. McKenney2020-08-242-34/+37
| | * | rcutorture: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-241-3/+3
| | * | torture: document --allcpus argument added to the kvm.sh scriptPaul Gortmaker2020-08-241-0/+1
| | |/
* | | selftests/vm: 10x speedup for hmm-testsJohn Hubbard2020-10-181-1/+1
* | | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-1629-76/+459
|\ \ \
| * | | selftests/powerpc: Fix eeh-basic.sh exit codesOliver O'Halloran2020-10-141-3/+6
| * | | selftests/powerpc: Add a rtas_filter selftestAndrew Donnellan2020-10-062-1/+286
| * | | selftests/powerpc: Tests for kernel accessing user memoryRavi Bangoria2020-09-151-2/+46
| * | | Merge branch 'fixes' into nextMichael Ellerman2020-09-143-1/+52
| |\ \ \
| * | | | selftests/powerpc: Fix prefixes in alignment_handler signal handlerJordan Niethe2020-09-081-1/+9
| * | | | selftests/powerpc: Properly handle failure in switch_endian_testMichael Ellerman2020-09-081-4/+19
| * | | | selftests/powerpc: Don't touch VMX/VSX on older CPUsMichael Ellerman2020-09-081-0/+6
| * | | | selftests/powerpc: Skip L3 bank test on older CPUsMichael Ellerman2020-09-081-0/+3
| * | | | selftests/powerpc: Skip security tests on older CPUsMichael Ellerman2020-09-082-0/+6
| * | | | selftests/powerpc: Don't run DSCR tests on old systemsMichael Ellerman2020-09-088-1/+15
| * | | | selftests/powerpc: Include asm/cputable.h from utils.hMichael Ellerman2020-09-086-8/+3
| * | | | selftests/powerpc: Move set_dscr() into rfi_flush.cMichael Ellerman2020-09-083-36/+35
| * | | | selftests/powerpc: Give the bad_accesses test longer to runMichael Ellerman2020-09-081-0/+1
| * | | | selftests/powerpc: Make using_hash_mmu() work on Cell & PowerMacMichael Ellerman2020-09-081-1/+3
| * | | | selftests/powerpc: Run tm-tmspr test for longerMichael Ellerman2020-09-081-1/+1
| * | | | selftests/powerpc: Don't use setaffinity in tm-tmsprMichael Ellerman2020-09-081-7/+1
| * | | | selftests/powerpc: Fix TM tests when CPU 0 is offlineMichael Ellerman2020-09-083-11/+19
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-163-2/+76
|\ \ \ \ \
| * | | | | tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly2020-10-163-2/+76
* | | | | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-15190-1565/+16426
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-153-26/+28
| |\ \ \ \ \ \
| | * | | | | | bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau2020-10-152-26/+2
| | * | | | | | bpf: Fix register equivalence tracking.Alexei Starovoitov2020-10-151-0/+26
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-155-29/+761
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | selftests: Add VRF route leaking testsMichael Jeanson2020-10-142-0/+627
| | * | | | | | selftests: netfilter: extend nfqueue test caseFlorian Westphal2020-10-122-22/+109
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-091-7/+25
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | selftests: netfilter: add time counter checkFabian Frederick2020-09-301-2/+8
| | | * | | | | selftests: netfilter: remove unused cnt and simplify command testingFabian Frederick2020-09-221-4/+2
| | | * | | | | selftests: netfilter: fix nft_meta.sh error reportingFabian Frederick2020-09-221-1/+1
| | | * | | | | selftests: netfilter: add cpu counter checkFabian Frederick2020-09-221-0/+14
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-1235-293/+2615
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, selftests: Add three new sockmap tests for verdict only programsJohn Fastabend2020-10-111-1/+18
| | * | | | | | | bpf, selftests: Add option to test_sockmap to omit adding parser programJohn Fastabend2020-10-111-14/+21
| | * | | | | | | bpf, selftests: Add redirect_peer selftestDaniel Borkmann2020-10-112-9/+61
| | * | | | | | | bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann2020-10-113-186/+219