summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocationsSean Christopherson2021-06-241-6/+4
| * | | | | | | | | | | | | | | KVM: selftests: Lower the min virtual address for misc page allocationsSean Christopherson2021-06-241-1/+1
| * | | | | | | | | | | | | | | KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson2021-06-246-24/+59
| * | | | | | | | | | | | | | | KVM: selftests: Use "standard" min virtual address for Hyper-V pagesSean Christopherson2021-06-241-1/+1
| * | | | | | | | | | | | | | | KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson2021-06-241-10/+8
| * | | | | | | | | | | | | | | KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson2021-06-246-10/+7
| * | | | | | | | | | | | | | | KVM: selftests: Zero out the correct page in the Hyper-V features testSean Christopherson2021-06-241-1/+1
| * | | | | | | | | | | | | | | KVM: selftests: Remove errant asm/barrier.h include to fix arm64 buildSean Christopherson2021-06-241-1/+0
| * | | | | | | | | | | | | | | KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong2021-06-244-8/+3
| * | | | | | | | | | | | | | | Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-06-231-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | KVM: selftests: evmcs_test: Test that KVM_STATE_NESTED_EVMCS is never lostVitaly Kuznetsov2021-06-171-26/+38
| * | | | | | | | | | | | | | | KVM: selftests: Introduce hyperv_features testVitaly Kuznetsov2021-06-174-0/+817
| * | | | | | | | | | | | | | | KVM: selftests: Move evmcs.h to x86_64/Vitaly Kuznetsov2021-06-171-1/+1
| * | | | | | | | | | | | | | | KVM: selftests: move Hyper-V MSR definitions to hyperv.hVitaly Kuznetsov2021-06-172-7/+20
| * | | | | | | | | | | | | | | KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson2021-06-173-5/+14
| * | | | | | | | | | | | | | | KVM: selftests: Hoist APIC functions out of individual testsJim Mattson2021-06-177-66/+83
| * | | | | | | | | | | | | | | KVM: selftests: Move APIC definitions into a separate fileJim Mattson2021-06-173-47/+59
| * | | | | | | | | | | | | | | KVM: selftests: x86: Add vmx_nested_tsc_scaling_testIlias Stamatis2021-06-173-0/+244
* | | | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | kselftest/arm64: Add missing newline to SVE test skipping outputMark Brown2021-05-251-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-284-0/+354
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-189-21/+63
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-0332-466/+2413
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | kselftest: Add test for core sched prctl interfaceChris Hyser2021-05-124-0/+354
* | | | | | | | | | | | | | | | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-286-18/+430
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | selftests: futex: Add futex compare requeue testAndré Almeida2021-06-224-1/+142
| * | | | | | | | | | | | | | | | selftests: futex: Add futex wait testAndré Almeida2021-06-224-1/+177
| * | | | | | | | | | | | | | | | selftests: futex: Expand timeout testAndré Almeida2021-05-121-16/+110
| * | | | | | | | | | | | | | | | selftests: futex: Correctly include headers dirsAndré Almeida2021-05-121-1/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | / / / / 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
| | |/ / / / / / / / / | |/| | | | | | | | |