summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | | KVM: selftests: Test if event filter meets expectations on fixed countersJinrong Liang2023-08-171-0/+80
| | * | | | | KVM: selftests: Add test cases for unsupported PMU event filter input valuesJinrong Liang2023-08-171-0/+26
| | * | | | | KVM: selftests: Introduce "struct __kvm_pmu_event_filter" to manipulate filterJinrong Liang2023-08-171-92/+90
| | * | | | | KVM: selftests: Drop the return of remove_event()Jinrong Liang2023-08-171-3/+1
| | * | | | | KVM: selftests: Add x86 properties for Intel PMU in processor.hJinrong Liang2023-08-171-0/+5
| | * | | | | KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpersSean Christopherson2023-08-022-10/+6
| | * | | | | KVM: selftests: Print out guest RIP on unhandled exceptionSean Christopherson2023-08-021-12/+6
| | * | | | | KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson2023-08-0224-117/+0
| | * | | | | KVM: selftests: Convert x86's XCR0 test to use printf-based guest assertsSean Christopherson2023-08-021-11/+18
| | * | | | | KVM: selftests: Convert VMX's PMU capabilities test to printf guest assertsSean Christopherson2023-08-021-13/+15
| | * | | | | KVM: selftests: Convert the x86 userspace I/O test to printf guest assertSean Christopherson2023-08-021-4/+8
| | * | | | | KVM: selftests: Convert x86's TSC MSRs test to use printf guest assertsSean Christopherson2023-08-021-1/+3
| | * | | | | KVM: selftests: Convert the nSVM software interrupt test to printf guest assertsSean Christopherson2023-08-021-10/+12
| | * | | | | KVM: selftests: Convert x86's set BSP ID test to printf style guest assertsSean Christopherson2023-08-021-3/+5
| | * | | | | KVM: selftests: Convert x86's nested exceptions test to printf guest assertsSean Christopherson2023-08-021-3/+3
| | * | | | | KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest assertsSean Christopherson2023-08-021-15/+22
| | * | | | | KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERTSean Christopherson2023-08-021-4/+6
| | * | | | | KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERTSean Christopherson2023-08-021-10/+21
| | * | | | | KVM: selftests: Convert the Hyper-V extended hypercalls test to printf assertsSean Christopherson2023-08-021-1/+2