summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2023-01-02kselftest/alsa: pcm - Drop recent coverage improvement changesMark Brown
2023-01-01selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca...Po-Hsu Lin
2023-01-01selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrierPo-Hsu Lin
2022-12-30selftests: net: fix cmsg_so_mark.sh test hangPo-Hsu Lin
2022-12-30tcp: Add selftest for bind() and TIME_WAIT.Kuniyuki Iwashima
2022-12-29Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini
2022-12-29KVM: selftests: Test Hyper-V invariant TSC controlVitaly Kuznetsov
2022-12-29KVM: selftests: Test that values written to Hyper-V MSRs are preservedVitaly Kuznetsov
2022-12-29KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()Vitaly Kuznetsov
2022-12-29KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_f...Vitaly Kuznetsov
2022-12-29KVM: selftests: x86: Use TAP interface in the tsc_msrs_testThomas Huth
2022-12-29KVM: selftests: Use TAP interface in the kvm_binary_stats_testThomas Huth
2022-12-28selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee
2022-12-28selftests/bpf: Temporarily disable part of btf_dump:var_data test.Alexei Starovoitov
2022-12-28Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini
2022-12-28KVM: selftests: restore special vmmcall code layout needed by the harnessPaolo Bonzini
2022-12-28KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini
2022-12-27selftests/rseq: Add mm_numa_cid to test scriptMathieu Desnoyers
2022-12-27selftests/rseq: parametrized test: Report/abort on negative concurrency IDMathieu Desnoyers
2022-12-27selftests/rseq: Implement parametrized mm_cid testMathieu Desnoyers
2022-12-27selftests/rseq: Implement basic percpu ops mm_cid testMathieu Desnoyers
2022-12-27selftests/rseq: riscv: Template memory ordering and percpu access modeMathieu Desnoyers
2022-12-27selftests/rseq: s390: Template memory ordering and percpu access modeMathieu Desnoyers
2022-12-27selftests/rseq: ppc: Template memory ordering and percpu access modeMathieu Desnoyers
2022-12-27selftests/rseq: mips: Template memory ordering and percpu access modeMathieu Desnoyers
2022-12-27selftests/rseq: arm64: Template memory ordering and percpu access modeMathieu Desnoyers
2022-12-27selftests/rseq: arm: Template memory ordering and percpu access modeMathieu Desnoyers
2022-12-27selftests/rseq: x86: Template memory ordering and percpu access modeMathieu Desnoyers
2022-12-27selftests/rseq: Implement rseq mm_cid field supportMathieu Desnoyers
2022-12-27selftests/rseq: Remove RSEQ_SKIP_FASTPATH codeMathieu Desnoyers
2022-12-27selftests/rseq: Implement rseq numa node id field selftestMathieu Desnoyers
2022-12-27selftests/rseq: Use ELF auxiliary vector for extensible rseqMathieu Desnoyers
2022-12-27selftests/rseq: Fix: Fail thread registration when CONFIG_RSEQ=nMathieu Desnoyers
2022-12-27KVM: selftests: Mark correct page as mapped in virt_map()Oliver Upton
2022-12-27KVM: arm64: selftests: Don't identity map the ucall MMIO holeOliver Upton
2022-12-27KVM: selftests: document the default implementation of vm_vaddr_populate_bitmapPaolo Bonzini
2022-12-27KVM: selftests: Use magic value to signal ucall_alloc() failureSean Christopherson
2022-12-27KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warningSean Christopherson
2022-12-27KVM: selftests: Include lib.mk before consuming $(CC)Sean Christopherson
2022-12-27KVM: selftests: Explicitly disable builtins for mem*() overridesSean Christopherson
2022-12-27KVM: selftests: Probe -no-pie with actual CFLAGS used to compileSean Christopherson
2022-12-27KVM: selftests: Use proper function prototypes in probing codeSean Christopherson
2022-12-27KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86Sean Christopherson
2022-12-27KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()Sean Christopherson
2022-12-27KVM: selftests: Use pattern matching in .gitignoreSean Christopherson
2022-12-27KVM: selftests: Fix divide-by-zero bug in memslot_perf_testSean Christopherson
2022-12-27KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.cSean Christopherson
2022-12-27KVM: selftests: Define literal to asm constraint in aarch64 as unsigned longSean Christopherson
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-12-23selftests/bpf: Add host-tools to gitignoreStanislav Fomichev