summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-01-14perf cs-etm: Don't use hard coded config bits when setting up ETMCRJames Clark
2026-01-14perf cs-etm: Make a helper to find the Coresight evselJames Clark
2026-01-14perf tests: Test evsel__set_config_if_unset() and config change trackingJames Clark
2026-01-14perf parse-events: Always track user config changesJames Clark
2026-01-14perf evsel: Add a helper to get the value of a config fieldJames Clark
2026-01-14perf evsel: apply evsel__set_config_if_unset() to all config fieldsJames Clark
2026-01-14perf parse-events: Track all user changed config bitsJames Clark
2026-01-14perf evsel: Support sparse fields in evsel__set_config_if_unset()James Clark
2026-01-14perf evsel: Move evsel__* functions to evsel.cJames Clark
2026-01-14perf evsel: Refactor evsel__set_config_if_unset() argumentsJames Clark
2026-01-14perf parse-events: Refactor get_config_terms() to remove macrosJames Clark
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-14KVM: selftests: Add a selftests for nested VMLOAD/VMSAVEYosry Ahmed
2026-01-14perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")Ian Rogers
2026-01-14perf help: Move common_cmds into builtin-helpIan Rogers
2026-01-14perf vendor events amd: Add Zen 6 metricsSandipan Das
2026-01-14perf vendor events amd: Add Zen 6 uncore eventsSandipan Das
2026-01-14perf vendor events amd: Add Zen 6 core eventsSandipan Das
2026-01-14perf vendor events amd: Add Zen 6 mappingSandipan Das
2026-01-14perf vendor events riscv: Add CVA6 JSON fileManuel Hernández Méndez
2026-01-14KVM: selftests: Slightly simplify memstress_setup_nested()Yosry Ahmed
2026-01-14tools headers: Remove unneeded ignoring of warnings in unaligned.hIan Rogers
2026-01-14tools headers: Update the linux/unaligned.h copy with the kernel sourcesIan Rogers
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-01-13selftests/bpf: Add tests for loading insn array values with offsetsAnton Protopopov
2026-01-13selftests/bpf: assert BPF kfunc default trusted pointer semanticsMatt Bobrowski
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski
2026-01-13selftests: drv-net: fix RPS mask handling for high CPU numbersGal Pressman
2026-01-13selftests: drv-net: fix RPS mask handling in toeplitz testGal Pressman
2026-01-13selftests: fib-onlink: Add test cases for nexthop device mismatchIdo Schimmel
2026-01-13selftests: fib-onlink: Add a test case for IPv4 multicast gatewayIdo Schimmel
2026-01-13selftests: fib-onlink: Remove "wrong nexthop device" IPv6 testsIdo Schimmel
2026-01-13selftests: fib-onlink: Remove "wrong nexthop device" IPv4 testsIdo Schimmel
2026-01-14selftests: iou-zcrx: test large chunk sizesPavel Begunkov
2026-01-13selftests: drv-net: gro: break out all individual test casesJakub Kicinski
2026-01-13selftests: drv-net: gro: run the test against HW GRO and LROJakub Kicinski
2026-01-13selftests: drv-net: gro: improve feature configJakub Kicinski
2026-01-13selftests: drv-net: gro: use cmd printJakub Kicinski
2026-01-13selftests: net: py: teach cmd() how to print itselfJakub Kicinski
2026-01-13selftests: net: py: teach ksft_pr() multi-line safetyJakub Kicinski
2026-01-13tools/net/ynl: suppress jobserver warning in ynltool version detectionBobby Eshleman
2026-01-13KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson
2026-01-13KVM: selftests: Add a test to verify APICv updates (while L2 is active)Sean Christopherson
2026-01-13btf: Refactor the code by calling str_is_emptyDonglin Peng
2026-01-13libbpf: Verify BTF sortingDonglin Peng
2026-01-13libbpf: Optimize type lookup with binary search for sorted BTFDonglin Peng
2026-01-13tools/resolve_btfids: Support BTF sorting featureDonglin Peng
2026-01-13selftests/bpf: Add test cases for btf__permute functionalityDonglin Peng
2026-01-13libbpf: Add BTF permutation support for type reorderingDonglin Peng