summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests/vm: add test for MADV_POPULATE_(READ|WRITE)David Hildenbrand2021-06-304-0/+360
* selftests/vm: add protection_keys_32 / protection_keys_64 to gitignoreDavid Hildenbrand2021-06-301-0/+2
* userfaultfd/selftests: exercise minor fault handling shmem supportAxel Rasmussen2021-06-301-4/+25
* userfaultfd/selftests: reinitialize test context in each testAxel Rasmussen2021-06-301-105/+117
* userfaultfd/selftests: create alias mappings in the shmem testAxel Rasmussen2021-06-301-3/+19
* userfaultfd/selftests: use memfd_create for shmem test typeAxel Rasmussen2021-06-301-1/+15
* userfaultfd/selftests: add pagemap uffd-wp testPeter Xu2021-06-301-0/+154
* userfaultfd/selftests: unify error handlingPeter Xu2021-06-301-369/+187
* userfaultfd/selftests: only dump counts if mode enabledPeter Xu2021-06-301-10/+20
* userfaultfd/selftests: dropping VERIFY check in locking_threadPeter Xu2021-06-301-54/+1
* userfaultfd/selftests: remove the time() check on delayed uffdPeter Xu2021-06-301-8/+0
* userfaultfd/selftests: use user mode onlyPeter Xu2021-06-301-1/+1
* khugepaged: selftests: remove debug_cowNanyong Sun2021-06-301-4/+0
* mm/gup_benchmark: support threadingPeter Xu2021-06-291-31/+65
* KVM: selftests: Fix mapping length truncation in m{,un}map()Zenghui Yu2021-06-241-2/+2
* Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-1815-15/+386
|\
| * selftests/net: Add icmp.sh for testing ICMP dummy address responsesToke Høiland-Jørgensen2021-06-181-0/+74
| * selftests: net: use bash to run udpgro_fwd test caseAndrea Righi2021-06-161-1/+1
| * selftests: net: veth: make test compatible with dashAndrea Righi2021-06-161-2/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-158-8/+53
| |\
| | * bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann2021-06-148-8/+53
| * | ipv4: Fix device used for dst_alloc with local routesDavid Ahern2021-06-141-0/+25
| * | selftests: mptcp: enable syncookie only in absence of reordersPaolo Abeni2021-06-101-3/+8
| * | selftests: netfilter: add fib test caseFlorian Westphal2021-06-092-1/+222
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-172-20/+20
|\ \ \
| * | | KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba2021-06-171-1/+1
| * | | KVM: selftests: Fix compiling errors when initializing the static structureYanan Wang2021-06-101-19/+19
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-095-16/+52
|\| | |
| * | | selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan2021-06-085-15/+45
| * | | KVM: selftests: introduce P47V64 for s390xChristian Borntraeger2021-06-082-1/+7
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-051-0/+1
|\ \ \ \
| * | | | proc: add .gitignore for proc-subset-pid selftestDavid Matlack2021-06-051-0/+1
* | | | | Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-043-5/+10
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | wireguard: selftests: make sure rp_filter is disabled on vethcJason A. Donenfeld2021-06-041-0/+1
| * | | wireguard: selftests: remove old conntrack kconfig valueJason A. Donenfeld2021-06-041-1/+0
| | |/ | |/|
| * | mptcp: update selftest for fallback due to OoOPaolo Abeni2021-05-281-4/+9
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-2916-170/+1491
|\ \ \ | |/ / |/| / | |/
| * selftests: kvm: fix overlapping addresses in memslot_perf_testPaolo Bonzini2021-05-291-1/+1
| * selftests: kvm: do only 1 memslot_perf_test run by defaultPaolo Bonzini2021-05-271-1/+1
| * KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen2021-05-274-4/+33
| * KVM: selftests: allow using UFFD minor faults for demand pagingAxel Rasmussen2021-05-271-33/+79
| * KVM: selftests: create alias mappings when using shared memoryAxel Rasmussen2021-05-273-0/+52
| * KVM: selftests: add shmem backing source typeAxel Rasmussen2021-05-273-1/+22
| * KVM: selftests: refactor vm_mem_backing_src_type flagsAxel Rasmussen2021-05-272-18/+20
| * KVM: selftests: allow different backing source typesAxel Rasmussen2021-05-271-4/+11
| * KVM: selftests: compute correct demand paging sizeAxel Rasmussen2021-05-271-4/+7
| * KVM: selftests: simplify setup_demand_paging error handlingAxel Rasmussen2021-05-271-32/+18
| * KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack2021-05-274-32/+39
| * KVM: selftests: trivial comment/logging fixesAxel Rasmussen2021-05-272-3/+3
| * KVM: selftests: Fix hang in hardware_disable_testDavid Matlack2021-05-271-1/+31