summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more dataSean Christopherson2023-11-141-0/+11
* KVM: selftests: Introduce VM "shape" to allow tests to specify the VM typeSean Christopherson2023-11-147-35/+73
* KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)Vishal Annapurve2023-11-141-0/+15
* KVM: selftests: Add helpers to convert guest memory b/w private and sharedVishal Annapurve2023-11-142-0/+76
* KVM: selftests: Add support for creating private memslotsSean Christopherson2023-11-143-31/+73
* KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2Sean Christopherson2023-11-142-10/+11
* KVM: selftests: Drop unused kvm_userspace_memory_region_find() helperSean Christopherson2023-11-142-33/+0
* selftests: kvm/s390x: use vm_create_barebones()Paolo Bonzini2023-11-081-8/+3
* Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-318-18/+1191
|\
| * Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextOliver Upton2023-10-303-0/+672
| |\
| | * KVM: selftests: aarch64: vPMU test for validating user accessesRaghavendra Rao Ananta2023-10-251-1/+86
| | * KVM: selftests: aarch64: vPMU register test for unimplemented countersReiji Watanabe2023-10-252-7/+76
| | * KVM: selftests: aarch64: vPMU register test for implemented countersReiji Watanabe2023-10-251-4/+266
| | * KVM: selftests: aarch64: Introduce vpmu_counter_access testReiji Watanabe2023-10-252-0/+256
| * | Merge branch kvm-arm64/writable-id-regs into kvmarm/nextOliver Upton2023-10-306-17/+515
| |\ \
| | * | KVM: selftests: Avoid using forced target for generating arm64 headersOliver Upton2023-10-301-6/+5
| | * | KVM: arm64: selftests: Test for setting ID register from usersapceJing Zhang2023-10-192-0/+482
| | * | tools headers arm64: Update sysreg.h with kernel sourcesJing Zhang2023-10-194-14/+14
| | * | KVM: selftests: Generate sysreg-defs.h and add to include pathOliver Upton2023-10-191-3/+20
| | |/
| * | Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2023-10-301-1/+4
| |\ \ | | |/ | |/|
| | * KVM: arm64: selftest: Perform ISB before reading PAR_EL1Zenghui Yu2023-10-301-1/+1
| | * KVM: arm64: selftest: Add the missing .guest_prepare()Zenghui Yu2023-10-301-0/+3
* | | Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-312-0/+48
|\ \ \
| * | | KVM: selftests: Test behavior of HWCR, a.k.a. MSR_K7_HWCRJim Mattson2023-10-092-0/+48
* | | | Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-10-311-89/+144
|\ \ \ \
| * | | | KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list testAnup Patel2023-10-201-0/+2
| * | | | KVM: riscv: selftests: get-reg-list print_reg should never failAndrew Jones2023-10-121-51/+42
| * | | | KVM: riscv: selftests: Add condops extensions to get-reg-list testAnup Patel2023-10-121-0/+17
| * | | | KVM: riscv: selftests: Add smstateen registers to get-reg-list testAnup Patel2023-10-121-0/+34
| * | | | KVM: riscv: selftests: Add senvcfg register to get-reg-list testAnup Patel2023-10-121-0/+3
| * | | | KVM: selftests: Add array order helpers to riscv get-reg-listAndrew Jones2023-10-121-39/+47
* | | | | Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-241-0/+1
|\ \ \ \ \
| * | | | | selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda2023-10-181-0/+1
* | | | | | Merge tag 'probes-fixes-v6.6-rc6.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-211-0/+13
|\ \ \ \ \ \
| * | | | | | selftests/ftrace: Add new test case which checks non unique symbolFrancis Laniel2023-10-201-0/+13
* | | | | | | Merge tag 'linux_kselftest_active-fixes-6.6-rc7' of git://git.kernel.org/pub/...Linus Torvalds2023-10-201-7/+9
|\ \ \ \ \ \ \
| * | | | | | | selftests/user_events: Fix abi_test for BE archsBeau Belgrave2023-10-171-7/+9
* | | | | | | | Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-197-7/+230
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests: mptcp: join: no RST when rm subflow/addrMatthieu Baerts2023-10-191-0/+13
| * | | | | | | | selftests: mptcp: join: correctly check for no RSTMatthieu Baerts2023-10-191-2/+6
| * | | | | | | | selftests: net: add very basic test for netdev names and namespacesJakub Kicinski2023-10-192-0/+88
| * | | | | | | | selftests: netfilter: Run nft_audit.sh in its own netnsPhil Sutter2023-10-181-0/+6
| * | | | | | | | netfilter: nf_tables: audit log object reset once per tablePhil Sutter2023-10-181-0/+46
| * | | | | | | | selftests: openvswitch: Fix the ct_tuple for v4Aaron Conole2023-10-151-1/+3
| * | | | | | | | selftests: openvswitch: Skip drop testing on older kernelsAaron Conole2023-10-152-0/+51
| * | | | | | | | selftests: openvswitch: Catch cases where the tests are killedAaron Conole2023-10-151-0/+2
| * | | | | | | | selftests: openvswitch: Add version check for pyroute2Aaron Conole2023-10-152-2/+10
| * | | | | | | | selftests: fib_tests: Count all trace point invocationsIdo Schimmel2023-10-131-2/+2
| * | | | | | | | selftests: fib_tests: Disable RP filter in multipath list receive testIdo Schimmel2023-10-131-0/+3
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-10-1711-25/+141
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |