aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-07objtool: Get rid of reloc->idxJosh Poimboeuf2-7/+9
2023-06-07objtool: Get rid of reloc->listJosh Poimboeuf2-24/+26
2023-06-07objtool: Allocate relocs in advance for new rela sectionsJosh Poimboeuf1-5/+13
2023-06-07objtool: Add for_each_reloc()Josh Poimboeuf2-12/+18
2023-06-07objtool: Don't free memory in elf_close()Josh Poimboeuf1-20/+4
2023-06-07objtool: Keep GElf_Rel[a] structs syncedJosh Poimboeuf1-41/+14
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf6-157/+184
2023-06-07objtool: Add mark_sec_changed()Josh Poimboeuf2-16/+29
2023-06-07objtool: Fix reloc_hash sizeJosh Poimboeuf2-10/+14
2023-06-07objtool: Consolidate rel/rela handlingJosh Poimboeuf3-159/+68
2023-06-07objtool: Improve reloc namingJosh Poimboeuf3-149/+151
2023-06-07objtool: Remove flags argument from elf_create_section()Josh Poimboeuf4-15/+18
2023-06-07objtool: Tidy elf.hJosh Poimboeuf1-49/+47
2023-06-07objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf2-0/+13
2023-06-07tools: Remove unnecessary variablesLu Hongfei1-4/+3
2023-06-07selftests: ALSA: Add test for the 'pcmtest' driverIvan Orlov2-1/+334
2023-06-06KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu4-13/+32
2023-06-06tools: ynl: add sample for netdevJakub Kicinski3-0/+137
2023-06-06tools: ynl: support fou and netdev in CJakub Kicinski5-1/+1016
2023-06-06tools: ynl: user space helpersJakub Kicinski6-1/+1231
2023-06-06tools: ynl-gen: clean up stray new lines at the end of reply-less requestsJakub Kicinski1-3/+4
2023-06-06selftests/bpf: Fix sockopt_sk selftestYonghong Song1-1/+1
2023-06-06KVM: selftests: get-reg-list: add Permission Indirection registersJoey Gouly1-0/+21
2023-06-06KVM: selftests: get-reg-list: support ID register featuresJoey Gouly1-1/+31
2023-06-06selftests/bpf: Fix check_mtu using wrong variable typeJesper Dangaard Brouer1-1/+1
2023-06-06selftests/ftrace: Add new test case which adds multiple consecutive probes in...Akanksha J N1-0/+19
2023-06-06selftests/ftrace: Add BTF arguments test casesMasami Hiramatsu (Google)3-0/+86
2023-06-06selftests/ftrace: Add tracepoint probe test caseMasami Hiramatsu (Google)4-2/+111
2023-06-06selftests/ftrace: Add fprobe related testcasesMasami Hiramatsu (Google)2-0/+123
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)1-1/+1
2023-06-05selftests/bpf: Add missing selftests kconfig optionsDavid Vernet1-0/+4
2023-06-05tools/resolve_btfids: Fix setting HOSTCFLAGSViktor Malik1-2/+2
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal3-1/+5
2023-06-05selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDsDavid Vernet2-0/+25