summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-053-2/+13
|\
| * Merge tag 'kvmarm-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-253-2/+13
| |\
| | * KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3Mark Brown2022-02-253-2/+13
* | | KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson2022-03-014-0/+153
* | | KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMUDavid Dunn2022-02-251-0/+33
* | | KVM: selftests: Carve out helper to create "default" VM without vCPUsDavid Dunn2022-02-252-6/+18
* | | Merge tag 'kvm-s390-next-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2022-02-224-0/+244
|\ \ \
| * | | selftests: kvm: Check whether SIDA memop fails for normal guestsThomas Huth2022-02-151-0/+15
| * | | KVM: s390: selftests: Test TEST PROTECTION emulationJanis Schoetterl-Glausch2022-02-143-0/+229
* | | | selftests: KVM: allow sev_migrate_tests on machines without SEV-ESPaolo Bonzini2022-02-181-21/+57
* | | | KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda2022-02-181-14/+33
* | | | Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini2022-02-141-1/+0
|\ \ \ \ | | |/ / | |/| |
| * | | selftests: kvm: Remove absent target fileMuhammad Usama Anjum2022-02-111-1/+0
| |/ /
* | | KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov2022-02-103-0/+177
* | | KVM: selftests: nSVM: Update 'struct vmcb_control_area' definitionVitaly Kuznetsov2022-02-101-1/+8
* | | KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guestsVitaly Kuznetsov2022-02-102-0/+11
* | | KVM: selftests: nVMX: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov2022-02-101-0/+59
* | | KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'Vitaly Kuznetsov2022-02-102-3/+152
* | | KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened M...Vitaly Kuznetsov2022-02-101-12/+17
* | | KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SETDavid Matlack2022-02-101-2/+11
|/ /
* | Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-061-8/+9
|\ \
| * | selftests/perf_events: Test modification of perf_event_attr::sig_dataMarco Elver2022-02-021-8/+9
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-02-041-2/+7
|\ \
| * | kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to...Shuah Khan2022-02-041-2/+7
* | | Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-044-8/+229
|\ \ \
| * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-031-1/+0
| |\ \ \
| | * | | tools headers UAPI: remove stale lirc.hSean Young2022-01-261-1/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-283-7/+229
| |\ \ \ \
| | * | | | selftests: nft_concat_range: add test for reload with no element add/delFlorian Westphal2022-01-271-1/+71
| | * | | | selftests: netfilter: check stateless nat udp checksum fixupFlorian Westphal2022-01-271-0/+152
| | * | | | selftests: netfilter: reduce zone stress test running timeFlorian Westphal2022-01-271-6/+6
| | |/ / /
* | | | | Merge tag 'linux-kselftest-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-02-0414-177/+201
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | kselftest: Fix vdso_test_abi return statusVincenzo Frascino2022-01-311-73/+62
| * | | | selftests: skip mincore.check_file_mmap when fs lacks needed supportCristian Marussi2022-01-281-6/+14
| * | | | selftests: openat2: Skip testcases that fail with EOPNOTSUPPCristian Marussi2022-01-281-1/+11
| * | | | selftests: openat2: Add missing dependency in MakefileCristian Marussi2022-01-282-1/+2
| * | | | selftests: openat2: Print also errno in failure messagesCristian Marussi2022-01-281-5/+6
| * | | | selftests: futex: Use variable MAKE instead of makeMuhammad Usama Anjum2022-01-281-2/+2
| * | | | selftests/exec: Remove pipe from TEST_GEN_FILESMuhammad Usama Anjum2022-01-271-1/+1
| * | | | selftests/zram: Adapt the situation that /dev/zram0 is being usedYang Xu2022-01-274-63/+66
| * | | | selftests/zram01.sh: Fix compression ratio calculationYang Xu2022-01-271-22/+8
| * | | | selftests/zram: Skip max_comp_streams interface on newer kernelYang Xu2022-01-271-0/+24
| * | | | kselftest: signal all child processesLi Zhijian2022-01-251-1/+3
| * | | | selftests: cpufreq: Write test output to stdout as wellNícolas F. R. A. Prado2022-01-251-1/+1
| * | | | selftests: rtc: Increase test timeout so that all tests runNícolas F. R. A. Prado2022-01-251-1/+1
* | | | | Merge tag 'linux-kselftest-kunit-fixes-5.17-rc3' of git://git.kernel.org/pub/...Linus Torvalds2022-02-021-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | kunit: tool: Import missing importlib.abcMichał Winiarski2022-01-251-0/+1
| |/ / /
* | | | tools/testing/scatterlist: add missing definesMaor Gottlieb2022-01-301-1/+2
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-291-2/+9
|\ \ \ \
| * | | | kselftest/arm64: Correct logging of FPSIMD register read via ptraceMark Brown2022-01-281-1/+1