summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever-7/+62
2026-01-26xdrgen: Emit a max_arg_sz macroChuck Lever-1/+39
2026-01-26xdrgen: Extend error reporting to AST transformation phaseChuck Lever-5/+67
2026-01-26xdrgen: Improve parse error reportingChuck Lever-35/+118
2026-01-26xdrgen: Remove inclusion of nlm4.h headerChuck Lever-1/+0
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever-0/+10
2026-01-26xdrgen: Emit the program number definitionChuck Lever-0/+8
2026-01-26xdrgen: Fix struct prefix for typedef types in program wrappersChuck Lever-1/+12
2026-01-26xdrgen: Address some checkpatch whitespace complaintsChuck Lever-1/+3
2026-01-26xdrgen: Generate "if" instead of "switch" for boolean union enumeratorsChuck Lever-20/+109
2026-01-26xdrgen: improve error reporting for invalid void declarationsKhushal Chitturi-4/+4
2026-01-26kselftest/arm64: Add missing file in .gitignoreI-Hsin Cheng-0/+1
2026-01-25selftests: net: add ipv6 ping to local address from localhostFernando Fernandez Mancera-0/+7
2026-01-25selftests: ublk: add missing gitignore for metadata_size binaryAlexander Atanasov-2/+4
2026-01-25selftests/bpf: Add tests for execution context helpersChangwoo Min-0/+144
2026-01-25selftests/bpf: Introduce execution context detection helpersChangwoo Min-0/+58
2026-01-24selftests/bpf: test fsession mixed with fentry and fexitMenglong Dong-0/+16
2026-01-24selftests/bpf: add testcases for fsession cookieMenglong Dong-0/+100
2026-01-24selftests/bpf: test bpf_get_func_* for fsessionMenglong Dong-1/+65
2026-01-24selftests/bpf: add testcases for fsessionMenglong Dong-0/+187
2026-01-24bpftool: add fsession supportMenglong Dong-0/+1
2026-01-24libbpf: add fsession supportMenglong Dong-0/+4
2026-01-24bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong-29/+22
2026-01-24bpf: add fsession supportMenglong Dong-1/+2
2026-01-24selftests/bpf: Fix xdp_pull_data failure with 64K pageYonghong Song-7/+9
2026-01-24selftests/bpf: Fix task_local_data failure with 64K pageYonghong Song-4/+4
2026-01-24Merge tag 'objtool-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+17
2026-01-23Merge tag 's390-6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-1/+1
2026-01-23Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang-1/+1
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+7
2026-01-23Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-15/+44
2026-01-23perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()Ian Rogers-287/+81
2026-01-23perf annotate: Fix memcpy size in arch__grow_instructions()Suchit Karunakaran-1/+1
2026-01-23perf tests sched: Avoid error in cleanup on loaded machinesIan Rogers-1/+1
2026-01-23perf inject: With --convert-callchain ignore the dummy event for dwarf stacksIan Rogers-1/+1
2026-01-23perf disasm: Minor layout tweaks for 'struct arch'Ian Rogers-4/+4
2026-01-23perf disasm: Refactor arch__find and initialization of arch structsIan Rogers-242/+283
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers-44/+47
2026-01-23perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_opsIan Rogers-8/+12
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers-238/+289
2026-01-23perf disasm: Rework the string arch__is to use the ELF machineIan Rogers-21/+27
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers-24/+40
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers-51/+51
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers-58/+67
2026-01-23perf maps: Fix reference count leak in maps__find_ams()Ian Rogers-0/+1
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers-38/+47
2026-01-23perf header: Fix memory leaks in process_cpu_domain_info()Ian Rogers-13/+4
2026-01-23selftest: tun: Add test data for success and failure pathsXu Du-2/+113
2026-01-23selftest: tun: Add test for receiving gso packet from tunXu Du-0/+194
2026-01-23selftest: tun: Add test for sending gso packet into tunXu Du-9/+135