summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-0113-27/+123
|\
| * Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner2020-05-1948-145/+749
| |\
| | \
| | \
| *-. \ Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney2020-05-0713-27/+123
| |\ \ \
| | | * | torture: Add a --kasan argumentPaul E. McKenney2020-05-072-0/+6
| | | * | torture: Save a few lines by using config_override_param initiallyPaul E. McKenney2020-05-071-22/+16
| | | * | torture: Allow scenario-specific Kconfig options to override CFcommonPaul E. McKenney2020-05-071-4/+3
| | | * | torture: Allow --kconfig options to override --kcsan defaultsPaul E. McKenney2020-05-072-6/+4
| | | * | torture: Abstract application of additional Kconfig optionsPaul E. McKenney2020-05-071-11/+20
| | | * | torture: Eliminate duplicate #CHECK# from ConfigFragmentPaul E. McKenney2020-05-071-4/+2
| | | * | torture: Make --kcsan argument also create a summaryPaul E. McKenney2020-05-073-0/+32
| | | * | torture: Add --kcsan argument to top-level kvm.sh scriptPaul E. McKenney2020-05-071-0/+8
| | | * | rcutorture: Right-size TREE10 CPU consumptionPaul E. McKenney2020-05-071-1/+1
| | | * | rcutorture: Make kvm-recheck-rcu.sh handle truncated linesPaul E. McKenney2020-04-271-1/+15
| | |/ / | |/| |
| | * | rcutorture: Add TRACE02 scenario enabling RCU Tasks Trace IPIsPaul E. McKenney2020-04-274-0/+14
| | * | rcutorture: Add torture tests for RCU Tasks TracePaul E. McKenney2020-04-273-0/+12
| | * | rcutorture: Add torture tests for RCU Tasks RudePaul E. McKenney2020-04-273-0/+12
| |/ /
* | | Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-1/+1
|\ \ \
| * | | pstore/platform: Use backend name for console registrationKees Cook2020-05-301-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-301-14/+32
|\ \ \ \
| * | | | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend2020-05-291-0/+22
| * | | | bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend2020-05-291-14/+10
* | | | | net/sched: fix infinite loop in sch_fq_pieDavide Caratti2020-05-271-0/+21
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-245-3/+26
|\| | | |
| * | | | selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integerAmit Cohen2020-05-231-1/+1
| * | | | selftests: netdevsim: Always initialize 'RET' variableIdo Schimmel2020-05-231-0/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-222-1/+20
| |\ \ \ \
| | * | | | bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-212-1/+20
| * | | | | wireguard: selftests: use newer iproute2 for gcc-10Jason A. Donenfeld2020-05-211-1/+1
| |/ / / /
* | | | | selftests/vm/write_to_hugetlbfs.c: fix unused variable warningJohn Hubbard2020-05-231-2/+0
* | | | | selftests/vm/.gitignore: add mremap_dontunmapJohn Hubbard2020-05-231-0/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-05-164-0/+214
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini2020-05-081-1/+23
| * | | | KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu2020-05-074-0/+192
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-153-3/+11
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-152-2/+10
| |\ \ \ \ \
| | * | | | | selftests/bpf: Enforce returning 0 for fentry/fexit programsYonghong Song2020-05-141-2/+2
| | * | | | | bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko2020-05-141-0/+8
| * | | | | | selftests: mptcp: pm: rm the right tmp fileMatthieu Baerts2020-05-151-1/+1
| |/ / / / /
* | | | | | Merge tag 'linux-kselftest-5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-154-12/+22
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | selftests/lkdtm: Use grep -E instead of egrepMichael Ellerman2020-05-081-4/+4
| * | | | | selftests/lkdtm: Don't clear dmesg when running testsMichael Ellerman2020-05-081-6/+8
| * | | | | selftests/ftrace: mark irqsoff_tracer.tc test as unresolved if the test modul...Po-Hsu Lin2020-05-081-1/+8
| * | | | | tools/testing: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-081-1/+1
| * | | | | kselftests: dmabuf-heaps: Fix confused return value on expected error testingJohn Stultz2020-05-081-0/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-05-082-1/+146
|\ \ \ \ \ \
| * | | | | | ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook2020-05-081-1/+0
| * | | | | | kselftests: introduce new epoll60 testcase for catching lost wakeupsRoman Penyaev2020-05-081-0/+146
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'linux-kselftest-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-082-3/+58
|\ \ \ \ \ \
| * | | | | | selftests: fix kvm relocatable native/cross builds and installsShuah Khan2020-05-011-1/+28
| * | | | | | selftests/ftrace: Make XFAIL green colorMasami Hiramatsu2020-05-011-1/+1