summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-27perf vendor events amd: Fix Zen 5 MAB allocation eventsSandipan Das1-3/+3
2026-01-27perf test: Fix test perf evlist for z/VM s390xThomas Richter1-2/+2
2026-01-27perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointerArnaldo Carvalho de Melo1-3/+3
2026-01-26tools headers: Don't check arm64's unistd.hLeo Yan1-1/+0
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan2-13/+2
2026-01-26tools headers: Go back to include asm-generic/unistd.h for arm64Leo Yan1-1/+23
2026-01-26Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo51-405/+1360
2026-01-26selftests/bpf: Harden cpu flags test for lru_percpu_hash mapLeon Hwang1-3/+10
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever7-7/+62
2026-01-26xdrgen: Emit a max_arg_sz macroChuck Lever3-1/+39
2026-01-26xdrgen: Extend error reporting to AST transformation phaseChuck Lever5-5/+67
2026-01-26xdrgen: Improve parse error reportingChuck Lever6-35/+118
2026-01-26xdrgen: Remove inclusion of nlm4.h headerChuck Lever1-1/+0
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever3-0/+10
2026-01-26xdrgen: Emit the program number definitionChuck Lever2-0/+8
2026-01-26xdrgen: Fix struct prefix for typedef types in program wrappersChuck Lever3-1/+12
2026-01-26xdrgen: Address some checkpatch whitespace complaintsChuck Lever4-1/+3
2026-01-26xdrgen: Generate "if" instead of "switch" for boolean union enumeratorsChuck Lever3-20/+109
2026-01-26xdrgen: improve error reporting for invalid void declarationsKhushal Chitturi1-4/+4
2026-01-26kselftest/arm64: Add missing file in .gitignoreI-Hsin Cheng1-0/+1
2026-01-26selftests: net: add ipv6 ping to local address from localhostFernando Fernandez Mancera1-0/+7
2026-01-25selftests: ublk: add missing gitignore for metadata_size binaryAlexander Atanasov1-2/+4
2026-01-25selftests/bpf: Add tests for execution context helpersChangwoo Min5-0/+144
2026-01-25selftests/bpf: Introduce execution context detection helpersChangwoo Min1-0/+58
2026-01-25selftests/bpf: test fsession mixed with fentry and fexitMenglong Dong1-0/+16
2026-01-25selftests/bpf: add testcases for fsession cookieMenglong Dong2-0/+100
2026-01-25selftests/bpf: test bpf_get_func_* for fsessionMenglong Dong4-1/+65
2026-01-25selftests/bpf: add testcases for fsessionMenglong Dong2-0/+187
2026-01-25bpftool: add fsession supportMenglong Dong1-0/+1
2026-01-25libbpf: add fsession supportMenglong Dong2-0/+4
2026-01-25bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong5-29/+22
2026-01-25bpf: add fsession supportMenglong Dong2-1/+2
2026-01-25selftests/bpf: Fix xdp_pull_data failure with 64K pageYonghong Song1-7/+9
2026-01-25selftests/bpf: Fix task_local_data failure with 64K pageYonghong Song3-4/+4
2026-01-24Merge tag 'objtool-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+17
2026-01-24Merge tag 's390-6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2026-01-24Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang1-1/+1
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+7
2026-01-23Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+44
2026-01-23perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()Ian Rogers14-287/+81
2026-01-23perf annotate: Fix memcpy size in arch__grow_instructions()Suchit Karunakaran1-1/+1
2026-01-23perf tests sched: Avoid error in cleanup on loaded machinesIan Rogers1-1/+1
2026-01-23perf inject: With --convert-callchain ignore the dummy event for dwarf stacksIan Rogers1-1/+1
2026-01-23perf disasm: Minor layout tweaks for 'struct arch'Ian Rogers1-4/+4
2026-01-23perf disasm: Refactor arch__find and initialization of arch structsIan Rogers16-242/+283
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers18-44/+47
2026-01-23perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_opsIan Rogers4-8/+12
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers15-238/+289
2026-01-23perf disasm: Rework the string arch__is to use the ELF machineIan Rogers6-21/+27
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers4-24/+40