summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba-3/+3
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba-12/+7
2026-01-15KVM: riscv: selftests: Fix incorrect rounding in page_align()Fuad Tabba-1/+1
2026-01-15KVM: arm64: selftests: Fix incorrect rounding in page_align()Fuad Tabba-1/+1
2026-01-15KVM: arm64: selftests: Disable unused TTBR1_EL1 translationsFuad Tabba-0/+6
2026-01-15KVM: arm64: selftests: Add a test for FEAT_IDSTMarc Zyngier-0/+118
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in DMRDapeng Mi-3/+24
2026-01-14tools/testing/selftests: fix gup_longterm for unknown fsLorenzo Stoakes-1/+1
2026-01-14tools/testing/selftests: add forked (un)/faulted VMA merge testsLorenzo Stoakes-41/+139
2026-01-14tools/testing/selftests: add tests for !tgt, src mremap() mergesLorenzo Stoakes-0/+232
2026-01-14selftests/bpf: Extend live regs tests with a test for gotoxAnton Protopopov-0/+41
2026-01-14perf arm-spe: Don't hard code config attributeJames Clark-7/+8
2026-01-14perf cs-etm: Don't hard code config attribute when configuring the eventJames Clark-29/+27
2026-01-14perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGRJames Clark-45/+34
2026-01-14perf cs-etm: Don't use hard coded config bits when setting up ETMCRJames Clark-1/+34
2026-01-14perf cs-etm: Make a helper to find the Coresight evselJames Clark-23/+27
2026-01-14perf tests: Test evsel__set_config_if_unset() and config change trackingJames Clark-0/+91
2026-01-14perf parse-events: Always track user config changesJames Clark-6/+2
2026-01-14perf evsel: Add a helper to get the value of a config fieldJames Clark-9/+74
2026-01-14perf evsel: apply evsel__set_config_if_unset() to all config fieldsJames Clark-1/+31
2026-01-14perf parse-events: Track all user changed config bitsJames Clark-51/+70
2026-01-14perf evsel: Support sparse fields in evsel__set_config_if_unset()James Clark-37/+42
2026-01-14perf evsel: Move evsel__* functions to evsel.cJames Clark-40/+40
2026-01-14perf evsel: Refactor evsel__set_config_if_unset() argumentsJames Clark-14/+10
2026-01-14perf parse-events: Refactor get_config_terms() to remove macrosJames Clark-61/+86
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-429/+1421
2026-01-14KVM: selftests: Add a selftests for nested VMLOAD/VMSAVEYosry Ahmed-0/+199
2026-01-14perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")Ian Rogers-139/+104
2026-01-14perf help: Move common_cmds into builtin-helpIan Rogers-133/+49
2026-01-14perf vendor events amd: Add Zen 6 metricsSandipan Das-0/+438
2026-01-14perf vendor events amd: Add Zen 6 uncore eventsSandipan Das-0/+278
2026-01-14perf vendor events amd: Add Zen 6 core eventsSandipan Das-0/+2499
2026-01-14perf vendor events amd: Add Zen 6 mappingSandipan Das-1/+2
2026-01-14perf vendor events riscv: Add CVA6 JSON fileManuel Hernández Méndez-0/+185
2026-01-14KVM: selftests: Slightly simplify memstress_setup_nested()Yosry Ahmed-4/+1
2026-01-14tools headers: Remove unneeded ignoring of warnings in unaligned.hIan Rogers-4/+0
2026-01-14tools headers: Update the linux/unaligned.h copy with the kernel sourcesIan Rogers-6/+57
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh-3/+1
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-3/+11
2026-01-13selftests/bpf: Add tests for loading insn array values with offsetsAnton Protopopov-0/+208
2026-01-13selftests/bpf: assert BPF kfunc default trusted pointer semanticsMatt Bobrowski-0/+34
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski-5/+5
2026-01-13selftests: drv-net: fix RPS mask handling for high CPU numbersGal Pressman-2/+2
2026-01-13selftests: drv-net: fix RPS mask handling in toeplitz testGal Pressman-2/+4
2026-01-13selftests: fib-onlink: Add test cases for nexthop device mismatchIdo Schimmel-0/+8
2026-01-13selftests: fib-onlink: Add a test case for IPv4 multicast gatewayIdo Schimmel-1/+6
2026-01-13selftests: fib-onlink: Remove "wrong nexthop device" IPv6 testsIdo Schimmel-7/+0
2026-01-13selftests: fib-onlink: Remove "wrong nexthop device" IPv4 testsIdo Schimmel-6/+0
2026-01-14selftests: iou-zcrx: test large chunk sizesPavel Begunkov-12/+99
2026-01-13selftests: drv-net: gro: break out all individual test casesJakub Kicinski-194/+312