summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-15perf arm-spe: Don't hard code config attributeJames Clark1-7/+8
2026-01-15perf cs-etm: Don't hard code config attribute when configuring the eventJames Clark1-29/+27
2026-01-15perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGRJames Clark1-45/+34
2026-01-15perf cs-etm: Don't use hard coded config bits when setting up ETMCRJames Clark1-1/+34
2026-01-15perf cs-etm: Make a helper to find the Coresight evselJames Clark1-23/+27
2026-01-15perf tests: Test evsel__set_config_if_unset() and config change trackingJames Clark1-0/+91
2026-01-15perf parse-events: Always track user config changesJames Clark1-6/+2
2026-01-15perf evsel: Add a helper to get the value of a config fieldJames Clark4-9/+74
2026-01-15perf evsel: apply evsel__set_config_if_unset() to all config fieldsJames Clark1-1/+31
2026-01-15perf parse-events: Track all user changed config bitsJames Clark5-51/+70
2026-01-15perf evsel: Support sparse fields in evsel__set_config_if_unset()James Clark3-37/+42
2026-01-15perf evsel: Move evsel__* functions to evsel.cJames Clark2-40/+40
2026-01-15perf evsel: Refactor evsel__set_config_if_unset() argumentsJames Clark5-14/+10
2026-01-15perf parse-events: Refactor get_config_terms() to remove macrosJames Clark2-61/+86
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov125-429/+1421
2026-01-15KVM: selftests: Add a selftests for nested VMLOAD/VMSAVEYosry Ahmed3-0/+199
2026-01-14perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")Ian Rogers20-139/+104
2026-01-14perf help: Move common_cmds into builtin-helpIan Rogers5-133/+49
2026-01-14perf vendor events amd: Add Zen 6 metricsSandipan Das2-0/+438
2026-01-14perf vendor events amd: Add Zen 6 uncore eventsSandipan Das2-0/+278
2026-01-14perf vendor events amd: Add Zen 6 core eventsSandipan Das7-0/+2499
2026-01-14perf vendor events amd: Add Zen 6 mappingSandipan Das1-1/+2
2026-01-14perf vendor events riscv: Add CVA6 JSON fileManuel Hernández Méndez5-0/+185
2026-01-14KVM: selftests: Slightly simplify memstress_setup_nested()Yosry Ahmed1-4/+1
2026-01-14tools headers: Remove unneeded ignoring of warnings in unaligned.hIan Rogers1-4/+0
2026-01-14tools headers: Update the linux/unaligned.h copy with the kernel sourcesIan Rogers2-6/+57
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh1-3/+1
2026-01-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+11
2026-01-14selftests/bpf: Add tests for loading insn array values with offsetsAnton Protopopov1-0/+208
2026-01-14selftests/bpf: assert BPF kfunc default trusted pointer semanticsMatt Bobrowski2-0/+34
2026-01-14bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski4-5/+5
2026-01-14selftests: drv-net: fix RPS mask handling for high CPU numbersGal Pressman1-2/+2
2026-01-14selftests: drv-net: fix RPS mask handling in toeplitz testGal Pressman1-2/+4
2026-01-14selftests: fib-onlink: Add test cases for nexthop device mismatchIdo Schimmel1-0/+8
2026-01-14selftests: fib-onlink: Add a test case for IPv4 multicast gatewayIdo Schimmel1-1/+6
2026-01-14selftests: fib-onlink: Remove "wrong nexthop device" IPv6 testsIdo Schimmel1-7/+0
2026-01-14selftests: fib-onlink: Remove "wrong nexthop device" IPv4 testsIdo Schimmel1-6/+0
2026-01-14selftests: iou-zcrx: test large chunk sizesPavel Begunkov2-12/+99
2026-01-14selftests: drv-net: gro: break out all individual test casesJakub Kicinski2-194/+312
2026-01-14selftests: drv-net: gro: run the test against HW GRO and LROJakub Kicinski2-19/+60
2026-01-14selftests: drv-net: gro: improve feature configJakub Kicinski1-3/+36
2026-01-14selftests: drv-net: gro: use cmd printJakub Kicinski1-2/+1
2026-01-14selftests: net: py: teach cmd() how to print itselfJakub Kicinski1-0/+23
2026-01-14selftests: net: py: teach ksft_pr() multi-line safetyJakub Kicinski1-10/+19
2026-01-14tools/net/ynl: suppress jobserver warning in ynltool version detectionBobby Eshleman1-1/+1
2026-01-14KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson2-4/+3
2026-01-14KVM: selftests: Add a test to verify APICv updates (while L2 is active)Sean Christopherson3-0/+160
2026-01-14btf: Refactor the code by calling str_is_emptyDonglin Peng2-19/+19
2026-01-14libbpf: Verify BTF sortingDonglin Peng1-0/+25
2026-01-14libbpf: Optimize type lookup with binary search for sorted BTFDonglin Peng1-25/+65