aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-08selftests/bpf: Add test cases to assert proper ID tracking on spillMaxim Mikityanskiy1-0/+79
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-2/+82
2023-06-07tools/testing/nvdimm: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-06-07testing: nvdimm: add missing prototypes for wrapped functionsArnd Bergmann1-0/+29
2023-06-07tools: ynl: generate code for the handshake familyJakub Kicinski3-1/+534
2023-06-07tools: ynl-gen: improve unwind on parsing errorsJakub Kicinski1-5/+17
2023-06-07tools: ynl-gen: fill in support for MultiAttr scalarsJakub Kicinski1-5/+42
2023-06-07objtool: Skip reading DWARF section dataJosh Poimboeuf1-1/+6
2023-06-07objtool: Free insns when doneJosh Poimboeuf1-0/+30
2023-06-07objtool: Get rid of reloc->rel[a]Josh Poimboeuf3-78/+96
2023-06-07objtool: Shrink elf hash nodesJosh Poimboeuf2-18/+58
2023-06-07objtool: Shrink reloc->sym_reloc_entryJosh Poimboeuf2-6/+7
2023-06-07objtool: Get rid of reloc->jump_table_startJosh Poimboeuf2-13/+23
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf6-42/+53
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf5-13/+21
2023-06-07objtool: Get rid of reloc->offsetJosh Poimboeuf3-14/+18