summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* iommufd/selftest: Iterate idev_ids in mock_domain's alloc_hwpt testNicolin Chen2023-09-261-1/+1
* iommufd: Fix spelling errors in commentsGuokaiXu2023-09-192-2/+2
* Merge tag 'linux-kselftest-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-09-157-1/+129
|\
| * selftests: tracing: Fix to unmount tracefs for recovering environmentMasami Hiramatsu (Google)2023-09-121-0/+8
| * selftests: user_events: create test-specific Kconfig fragmentsNaresh Kamboju2023-09-111-0/+1
| * ftrace/selftests: Add softlink to latest log directorySteven Rostedt (Google)2023-09-111-1/+9
| * selftests/user_events: Fix failures when user_events is not installedBeau Belgrave2023-09-115-0/+111
* | Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-142-23/+71
|\ \
| * | selftest: tcp: Add v4-mapped-v6 cases in bind_wildcard.c.Kuniyuki Iwashima2023-09-131-0/+46
| * | selftest: tcp: Move expected_errno into each test case in bind_wildcard.c.Kuniyuki Iwashima2023-09-131-10/+10
| * | selftest: tcp: Fix address length in bind_wildcard.c.Kuniyuki Iwashima2023-09-131-1/+1
| * | selftests/net: Improve bind_bhash.sh to accommodate predictable network inter...Juntong Deng2023-09-101-12/+14
* | | Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-132-2/+2
|\ \ \
| * | | selftests/ftrace: Fix dependencies for some of the synthetic event testsNaveen N Rao2023-09-082-2/+2
* | | | Merge tag 'linux-kselftest-next-6.6-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-09-124-16/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | selftests: Keep symlinks, when possibleBjörn Töpel2023-09-081-2/+2
| * | | selftests: fix dependency checker scriptRicardo B. Marliere2023-09-081-12/+65
| * | | kselftest/runner.sh: Propagate SIGTERM to runner childBjörn Töpel2023-09-081-1/+2
| * | | selftests/ftrace: Correctly enable event in instance-event.tcZheng Yejian2023-09-051-1/+1
* | | | Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2023-09-081-2/+66
|\ \ \ \
| * | | | XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)2023-07-281-2/+66
* | | | | Merge tag 'landlock-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-081-3/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | selftests/landlock: Fix a resource leakDing Xiang2023-08-301-3/+5
* | | | | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-079-4/+338
|\ \ \ \ \
| * | | | | selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_allocMartin KaFai Lau2023-09-063-0/+118
| * | | | | selftests/bpf: Fix a CI failure caused by vsock writeXu Kuohai2023-09-012-0/+33
| * | | | | selftests: fib_tests: Add multipath list receive testsSriram Yagnaraman2023-09-011-1/+154
| * | | | | selftests/bpf: Include build flavors for install targetBjörn Töpel2023-08-311-0/+12
| * | | | | selftests/bpf: Fix d_path testJiri Olsa2023-08-311-1/+18
| * | | | | selftests/bpf: Fix flaky cgroup_iter_sleepable subtestYonghong Song2023-08-301-2/+3
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-0761-960/+2924
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-08-318-495/+1386
| |\ \ \ \ \ \
| | * | | | | | KVM: riscv: selftests: Add get-reg-list testHaibo Xu2023-08-093-0/+876
| | * | | | | | KVM: selftests: Add skip_set facility to get_reg_list testHaibo Xu2023-08-092-6/+16
| | * | | | | | KVM: selftests: Only do get/set tests on present blessed listHaibo Xu2023-08-091-11/+18
| | * | | | | | KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu2023-08-093-17/+21
| | * | | | | | KVM: arm64: selftests: Move reject_set check logic to a functionHaibo Xu2023-08-092-1/+11
| | * | | | | | KVM: arm64: selftests: Finish generalizing get-reg-listAndrew Jones2023-08-091-5/+21
| | * | | | | | KVM: arm64: selftests: Split get-reg-list test codeAndrew Jones2023-08-093-358/+398
| | * | | | | | KVM: arm64: selftests: Delete core_reg_fixupAndrew Jones2023-08-081-73/+10
| | * | | | | | KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones2023-08-082-38/+38
| | * | | | | | KVM: arm64: selftests: Remove print_reg's dependency on vcpu_configAndrew Jones2023-08-081-26/+26
| | * | | | | | KVM: arm64: selftests: Drop SVE cap check in print_regAndrew Jones2023-08-081-14/+1
| | * | | | | | KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones2023-08-083-18/+22
| * | | | | | | Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-08-312-0/+161
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: s390: selftests: Add selftest for single-steppingIlya Leoshkevich2023-08-282-0/+161
| * | | | | | | | Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-3154-465/+1377
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: selftests: Explicit set #UD when *potentially* injecting exceptionSean Christopherson2023-08-251-0/+3
| | * | | | | | | | KVM: selftests: Reload "good" vCPU state if vCPU hits shutdownSean Christopherson2023-08-251-1/+13
| | |/ / / / / / /
| | * | | | | | | KVM: selftests: Test gp event filters don't affect fixed event filtersJinrong Liang2023-08-171-0/+27