summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2023-06-09selftests/nolibc: remove gettimeofday_bad1/2 completelyZhangjin Wu-4/+0
2023-06-09selftests/nolibc: support two errnos with EXPECT_SYSER2()Zhangjin Wu-4/+10
2023-06-09selftests/nolibc: use INT_MAX instead of __INT_MAX__Zhangjin Wu-2/+2
2023-06-09selftests/nolibc: not include limits.h for nolibcZhangjin Wu-3/+1
2023-06-09selftests/nolibc: fix up compile warning with glibc on x86_64Zhangjin Wu-1/+1
2023-06-09selftests/nolibc: allow specify extra arguments for qemuZhangjin Wu-1/+1
2023-06-09selftests/nolibc: remove test gettimeofday_nullThomas Weißschuh-1/+0
2023-06-09tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh-3/+3
2023-06-09selftests/nolibc: test_fork: fix up duplicated printZhangjin Wu-1/+7
2023-06-09selftests/nolibc: remove the duplicated gettimeofday_bad2Zhangjin Wu-1/+0
2023-06-09selftests/nolibc: print name instead of number for EOVERFLOWZhangjin Wu-0/+1
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh-0/+23
2023-06-09selftests/nolibc: prevent coredumps during test executionThomas Weißschuh-0/+1
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh-0/+2
2023-06-09tools/nolibc: simplify stackprotector compiler flagsThomas Weißschuh-12/+2
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh-2/+2
2023-06-09tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh-0/+8
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh-0/+1
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh-0/+1
2023-06-09tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh-0/+1
2023-06-09tools/nolibc: arm: add stackprotector supportThomas Weißschuh-0/+1
2023-06-09tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh-0/+1
2023-06-09selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh-4/+11
2023-06-09selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu-1/+1
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh-0/+2
2023-06-09tools/nolibc: add testcase for fork()/waitpid()Thomas Weißschuh-0/+20
2023-06-09tools/nolibc: validate C89 compatibilityThomas Weißschuh-1/+1
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh-6/+6
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh-1/+1
2023-06-09tools/nolibc: add testcases for vfprintfThomas Weißschuh-0/+86
2023-06-09tools/nolibc: add libc-test binaryThomas Weißschuh-0/+7
2023-06-09tools/nolibc: fix build of the test case using glibcWilly Tarreau-0/+2
2023-06-09tools/nolibc: tests: fix build on non-c99 compliant compilersWilly Tarreau-1/+2
2023-06-09tools/nolibc: tests: use volatile to force stack smashingThomas Weißschuh-6/+2
2023-06-09Merge tag 'sound-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-5/+5
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+192
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-2/+90
2023-06-08selftests: add .gitignore file for RISC-V hwprobeAndy Chiu-0/+1
2023-06-08selftests: Test RISC-V Vector prctl interfaceAndy Chiu-1/+318
2023-06-08selftests: hid: Add touch tests for Wacom devicesJoshua Dickens-3/+81
2023-06-08selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa-8/+15
2023-06-08selftests/bpf: Add test cases to assert proper ID tracking on spillMaxim Mikityanskiy-0/+79
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+77
2023-06-07tools/testing/nvdimm: Drop empty platform remove functionUwe Kleine-König-6/+0
2023-06-07testing: nvdimm: add missing prototypes for wrapped functionsArnd Bergmann-0/+29
2023-06-07selftests: ALSA: Add test for the 'pcmtest' driverIvan Orlov-1/+334
2023-06-06KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu-13/+32
2023-06-06selftests/bpf: Fix sockopt_sk selftestYonghong Song-1/+1
2023-06-06KVM: selftests: get-reg-list: add Permission Indirection registersJoey Gouly-0/+21
2023-06-06KVM: selftests: get-reg-list: support ID register featuresJoey Gouly-1/+31