aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-12-13selftests/powerpc: Run fpu_preempt test for 60 secondsMichael Ellerman1-1/+1
2023-12-13selftests/powerpc: Generate better bit patterns for FPU testsMichael Ellerman2-4/+27
2023-12-13selftests/powerpc: Check all FPRs in fpu_preemptMichael Ellerman2-13/+43
2023-12-13selftests/powerpc: Fix error handling in FPU/VMX preemption testsMichael Ellerman2-8/+11
2023-12-12Revert "selftests: error out if kernel header files are not yet built"John Hubbard2-57/+4
2023-12-12selftests/mm: cow: print ksft header before printing anything elseDavid Hildenbrand1-1/+2
2023-12-12selftests/bpf: Relax time_tai test for equal timestamps in tai_forwardYiFei Zhu1-1/+1
2023-12-12selftests/damon: test quota goals directorySeongJae Park1-0/+27
2023-12-12selftests/mm: dont run ksm_functional_tests twiceNico Pache1-2/+0
2023-12-12selftests: cgroup: update per-memcg zswap writeback selftestDomenico Cerasuolo1-24/+50
2023-12-12maple_tree: remove mas_searchable()Liam R. Howlett1-1/+3
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett1-11/+15
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett1-0/+1
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett1-1/+1
2023-12-12selftests/bpf: Fixes tests for filesystem kfuncsManu Bretelle1-0/+8
2023-12-12KVM: selftests: Ensure sysreg-defs.h is generated at the expected pathOliver Upton1-10/+16
2023-12-12KVM: selftests: aarch64: Update tools copy of arm_pmuv3.hJames Clark1-3/+2
2023-12-11selftests/bpf: validate eliminated global subprog is not freplaceableAndrii Nakryiko3-3/+83
2023-12-11selftests/nolibc: disable coredump via setrlimitThomas Weißschuh1-0/+2
2023-12-11tools/nolibc: add support for getrlimit/setrlimitThomas Weißschuh1-0/+29
2023-12-11tools/nolibc: drop duplicated testcase ioctl_tiocinqThomas Weißschuh1-1/+0
2023-12-11selftests/nolibc: make result alignment more robustThomas Weißschuh1-5/+10
2023-12-11tools/nolibc: mips: add support for PICThomas Weißschuh1-1/+1
2023-12-11selftests/nolibc: run-tests.sh: enable testing via qemu-userThomas Weißschuh1-3/+19
2023-12-11selftests/nolibc: introduce QEMU_ARCH_USERThomas Weißschuh1-1/+4
2023-12-11selftests/nolibc: fix testcase status alignmentThomas Weißschuh1-2/+2
2023-12-11selftests/nolibc: add configuration for mipso32beThomas Weißschuh2-1/+8
2023-12-11selftests/nolibc: extraconfig supportThomas Weißschuh1-0/+6
2023-12-11selftests/nolibc: explicitly specify ABI for MIPSThomas Weißschuh1-1/+1
2023-12-11selftests/nolibc: use XARCH for MIPSThomas Weißschuh2-6/+8
2023-12-11selftests/nolibc: add script to run testsuiteThomas Weißschuh2-0/+154
2023-12-11selftests/nolibc: support out-of-tree buildsThomas Weißschuh1-4/+14
2023-12-11selftests/nolibc: anchor paths in $(srcdir) if possibleThomas Weißschuh1-2/+2
2023-12-11selftests/nolibc: use EFI -bios for LoongArch qemuThomas Weißschuh1-1/+8
2023-12-11selftests/bpf: Increase invalid metadata sizeLarysa Zaremba1-2/+2
2023-12-11kselftest/arm64: Log SVCR when the SME tests barfMark Brown3-0/+21
2023-12-11kselftest/arm64: Improve output for skipped TPIDR2 ABI testMark Brown1-7/+11
2023-12-10selftests/mm: check that PAGEMAP_SCAN returns correct categoriesAndrei Vagin1-3/+77
2023-12-10maple_tree: skip other tests when BENCH is enabledPeng Zhang1-0/+2
2023-12-10maple_tree: add test for mtree_dup()Peng Zhang1-0/+361
2023-12-10radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior.Peng Zhang1-12/+33
2023-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2023-12-09selftests/bpf: Add test for bpf_cpumask_weight() kfuncDavid Vernet3-0/+45
2023-12-09selftests/bpf: validate fake register spill/fill precision backtracking logicAndrii Nakryiko1-0/+154
2023-12-09Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-12-08selftests/bpf: Add selftests for cgroup1 local storageYafang Shao4-47/+278
2023-12-08selftests/bpf: Add a new cgroup helper open_classid()Yafang Shao2-0/+17
2023-12-08selftests/bpf: fix timer/test_bad_ret subtest on test_progs-cpuv4 flavorAndrii Nakryiko1-2/+3
2023-12-08bpf: Fix accesses to uninit stack slotsAndrei Matei8-33/+66
2023-12-08Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini14-167/+73