aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh2-1/+7
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh2-1/+8
2023-06-09tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh2-1/+7
2023-06-09tools/nolibc: arm: add stackprotector supportThomas Weißschuh2-1/+7
2023-06-09tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh2-1/+7
2023-06-09selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh1-4/+11
2023-06-09selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu1-1/+1
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh2-0/+17
2023-06-09tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu1-5/+9
2023-06-09tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh2-8/+1
2023-06-09tools/nolibc: add testcase for fork()/waitpid()Thomas Weißschuh1-0/+20
2023-06-09tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh2-0/+11
2023-06-09tools/nolibc: validate C89 compatibilityThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh11-155/+155
2023-06-09tools/nolibc: use __inline__ syntaxThomas Weißschuh1-9/+9
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh2-3/+3
2023-06-09tools/nolibc: Fix build of stdio.h due to header orderingMark Brown1-1/+1
2023-06-09tools/nolibc: add testcases for vfprintfThomas Weißschuh1-0/+86
2023-06-09tools/nolibc: implement fd-based FILE streamsThomas Weißschuh1-27/+68
2023-06-09tools/nolibc: add wrapper for memfd_createThomas Weißschuh1-0/+23
2023-06-09tools/nolibc: add libc-test binaryThomas Weißschuh2-0/+7
2023-06-09tools/nolibc: fix build of the test case using glibcWilly Tarreau1-0/+2
2023-06-09tools/nolibc: tests: fix build on non-c99 compliant compilersWilly Tarreau1-1/+2
2023-06-09tools/nolibc: tests: use volatile to force stack smashingThomas Weißschuh1-6/+2
2023-06-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-5/+27
2023-06-09Revert "tools: ynl: Remove duplicated include in handshake-user.c"Jakub Kicinski1-0/+1
2023-06-09tools/virtio: use canonical ftrace pathRoss Zwisler2-5/+9
2023-06-09Merge tag 'sound-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-5/+5
2023-06-09tools headers: Make the difference output easier to readIan Rogers1-104/+128
2023-06-09perf annotate: Remove x86 instructions with suffixNamhyung Kim1-42/+10
2023-06-09perf annotate: Handle x86 instruction suffix generallyNamhyung Kim1-0/+22
2023-06-09tools: ynl: Remove duplicated include in handshake-user.cYang Li1-1/+0
2023-06-08tools: ynl: add sample for devlinkJakub Kicinski2-0/+61
2023-06-08tools: ynl: generate code for the devlink familyJakub Kicinski3-1/+932
2023-06-08tools: ynl-gen: don't generate forward declarations for policies - regenJakub Kicinski3-8/+0
2023-06-08tools: ynl-gen: don't generate forward declarations for policiesJakub Kicinski1-9/+3
2023-06-08tools: ynl-gen: walk nested types in depthJakub Kicinski1-12/+29
2023-06-08tools: ynl-gen: inherit struct use infoJakub Kicinski1-0/+8
2023-06-08tools: ynl-gen: try to sort the types more intelligentlyJakub Kicinski1-2/+24
2023-06-08tools: ynl-gen: enable code gen for directional specsJakub Kicinski2-6/+11
2023-06-08tools: ynl-gen: refactor strmap helper generationJakub Kicinski1-19/+17
2023-06-08tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski3-2/+9
2023-06-08tools/virtio: Add .gitignore for ringtestRong Tao1-0/+7
2023-06-08tools/virtio: Fix arm64 ringtest compilation errorRong Tao1-0/+11
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-21/+197
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-3/+95
2023-06-08selftests: add .gitignore file for RISC-V hwprobeAndy Chiu1-0/+1
2023-06-08selftests: Test RISC-V Vector prctl interfaceAndy Chiu5-1/+318
2023-06-08selftests: hid: Add touch tests for Wacom devicesJoshua Dickens1-3/+81
2023-06-08selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa2-8/+15