summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2023-03-25selftests/bpf: verifier/div_overflow.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/div0.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/direct_stack_access_wraparound.c converted to inline ...Eduard Zingerman
2023-03-25selftests/bpf: verifier/ctx_sk_msg.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/const_or.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/cgroup_storage.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/cgroup_skb.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/cgroup_inv_retcode.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/cfg.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/bounds_mix_sign_unsign.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/bounds_deduction.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/basic_stack.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/array_access.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: verifier/and.c converted to inline assemblyEduard Zingerman
2023-03-25selftests/bpf: prog_tests entry point for migrated test_verifier testsEduard Zingerman
2023-03-25selftests/bpf: Tests execution support for test_loader.cEduard Zingerman
2023-03-25selftests/bpf: Unprivileged tests for test_loader.cEduard Zingerman
2023-03-25selftests/bpf: __imm_insn & __imm_const macro for bpf_misc.hEduard Zingerman
2023-03-25selftests/bpf: Report program name on parse_test_spec errorEduard Zingerman
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds
2023-03-24KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis
2023-03-24KVM: selftests: Check that the palette table exists before using itAaron Lewis
2023-03-24KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()Aaron Lewis
2023-03-24KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabledAaron Lewis
2023-03-24KVM: selftests: Assert that XTILE is XSAVE-enabledAaron Lewis
2023-03-24KVM: selftests: Verify XTILE_DATA in XSTATE isn't affected by IA32_XFDMingwei Zhang
2023-03-24KVM: selftests: Assert that XTILE_DATA is set in IA32_XFD on #NMMingwei Zhang
2023-03-24KVM: selftests: Add check of CR0.TS in the #NM handler in amx_testMingwei Zhang
2023-03-24KVM: selftests: Enable checking on xcomp_bv in amx_testMingwei Zhang
2023-03-24KVM: selftests: Fix an error in comment of amx_testMingwei Zhang
2023-03-24KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang
2023-03-24KVM: selftests: Add 'malloc' failure check in vcpu_save_stateIvan Orlov
2023-03-24KVM: selftests: Adjust VM's initial stack address to align with SysV ABI specAckerley Tng
2023-03-24KVM: selftests: Report enable_pmu module value when test is skippedLike Xu
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-24KVM: selftests: Add a helper to read kvm boolean module parametersLike Xu
2023-03-24KVM: selftests: Fix nsec to sec conversion in demand_paging_testAnish Moorthy
2023-03-24kselftest/alsa - pcm-test: Don't include diagnostic message in test nameMark Brown
2023-03-24kselftest/alsa - mixer-test: Log values associated with event issuesMark Brown
2023-03-23kselftest: vm: fix unused variable warningPeter Xu
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-23sh: remove sh5/sh64 last fragmentsRandy Dunlap
2023-03-23selftests: rtnetlink: Add an address proto testPetr Machata
2023-03-23selftests: rtnetlink: Make the set of tests to run configurablePetr Machata
2023-03-22selftests/bpf: Test switching TCP Congestion Control algorithms.Kui-Feng Lee
2023-03-22selftests/bpf: Check when bounds are not in the 32-bit rangeXu Kuohai
2023-03-22bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann
2023-03-22bpf/selftests: coverage for bpf_map_ops errorsJP Kobryn
2023-03-22selftests/x86/amx: Add a ptrace testChang S. Bae