summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2024-04-30selftests: net: py: avoid all ports < 10kJakub Kicinski-1/+1
2024-04-30selftests: net: py: extract tool logicJakub Kicinski-3/+9
2024-04-30selftests: drv-net-hw: support using Python from net hw testsJakub Kicinski-3/+26
2024-04-30selftests: netfilter: avoid test timeouts on debug kernelsFlorian Westphal-3/+10
2024-04-30selftests/bpf: Drop an unused local variableBenjamin Tissoires-2/+0
2024-04-29selftests/bpf: validate nulled-out struct_ops program is handled properlyAndrii Nakryiko-2/+23
2024-04-29selftests/bpf: Free strdup memory in veristatGeliang Tang-1/+4
2024-04-29selftests/bpf: Free strdup memory in test_sockmapGeliang Tang-2/+8
2024-04-29selftests/bpf: Run cgroup1_hierarchy test in own mount namespaceViktor Malik-1/+9
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov-13/+20
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-777/+3770
2024-04-29KVM: selftests: Drop @selector from segment helpersSean Christopherson-15/+14
2024-04-29KVM: selftests: Init x86's segments during VM creationSean Christopherson-48/+20
2024-04-29KVM: selftests: Add macro for TSS selector, rename up code/data macrosSean Christopherson-9/+9
2024-04-29KVM: selftests: Allocate x86's TSS at VM creationSean Christopherson-3/+2
2024-04-29KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Sean Christopherson-25/+5
2024-04-29KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Sean Christopherson-16/+11
2024-04-29KVM: selftests: Allocate x86's GDT during VM creationSean Christopherson-3/+1
2024-04-29KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupSean Christopherson-1/+2
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson-69/+6
2024-04-29KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Sean Christopherson-2/+2
2024-04-29KVM: selftests: Move x86's descriptor table helpers "up" in processor.cSean Christopherson-96/+95
2024-04-29KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcaseSean Christopherson-0/+12
2024-04-29KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson-33/+33
2024-04-29KVM: selftests: Move platform_info_test's main assert into guest codeSean Christopherson-8/+12
2024-04-29KVM: selftests: Fix off-by-one initialization of GDT limitAckerley Tng-1/+1
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson-16/+18
2024-04-29KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_tSean Christopherson-15/+21
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson-12/+1156
2024-04-29KVM: selftests: Randomly force emulation on x86 writes from guest codeSean Christopherson-0/+21
2024-04-29KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest codeSean Christopherson-4/+9
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson-11/+7
2024-04-29KVM: selftests: Provide an API for getting a random bool from an RNGSean Christopherson-1/+12
2024-04-29KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson-29/+23
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson-120/+17
2024-04-29KVM: selftests: Avoid assuming "sudo" exists in NX hugepage testBrendan Jackman-1/+12
2024-04-29cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCHDave Jiang-0/+7
2024-04-29selftests/powerpc: Install tests in sub-directoriesMichael Ellerman-4/+4
2024-04-29selftests/powerpc: Convert pmu Makefile to for loop styleMichael Ellerman-21/+22
2024-04-29selftests/powerpc: make sub-folders buildable on their ownMadhavan Srinivasan-7/+25
2024-04-29selftests/powerpc: Add flags.mk to support pmu buildableMadhavan Srinivasan-0/+16
2024-04-29selftests/powerpc: Re-order *FLAGS to follow lib.mkMadhavan Srinivasan-44/+45
2024-04-28kselftest: arm64: Add a null pointer checkKunwu Chan-0/+4
2024-04-28kselftest/arm64: Remove unused parameters in abi testxieming-1/+1
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+25
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+3
2024-04-26selftests: drv-net: validate the environmentJakub Kicinski-0/+25
2024-04-26selftests: drv-net: reimplement the config parserJakub Kicinski-12/+14
2024-04-26selftests: drv-net: extend the README with more info and exampleJakub Kicinski-12/+85
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds-43/+12