summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-16selftests: bpf: Add test for multiple syncs from linked registerPuranjay Mohan1-0/+33
2026-01-16KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMUSean Christopherson3-52/+143
2026-01-16selftests: net: fib-onlink-tests: Convert to use namespaces by defaultRicardo B. Marlière1-41/+30
2026-01-16vsock/test: Add test for a linear and non-linear skb getting coalescedMichal Luczaj3-0/+82
2026-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-72/+139
2026-01-16selftests/bpf: Add test for bpf_override_return helperJiri Olsa3-0/+71
2026-01-15Merge tag 'mm-hotfixes-stable-2026-01-15-08-03' of git://git.kernel.org/pub/s...Linus Torvalds2-28/+358
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-7/+24
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba2-3/+3
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba3-12/+7
2026-01-15KVM: riscv: selftests: Fix incorrect rounding in page_align()Fuad Tabba1-1/+1
2026-01-15KVM: arm64: selftests: Fix incorrect rounding in page_align()Fuad Tabba1-1/+1
2026-01-15KVM: arm64: selftests: Disable unused TTBR1_EL1 translationsFuad Tabba2-0/+6
2026-01-15KVM: arm64: selftests: Add a test for FEAT_IDSTMarc Zyngier2-0/+118
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in DMRDapeng Mi1-3/+24
2026-01-15tools/testing/selftests: fix gup_longterm for unknown fsLorenzo Stoakes1-1/+1
2026-01-15tools/testing/selftests: add forked (un)/faulted VMA merge testsLorenzo Stoakes1-41/+139
2026-01-15tools/testing/selftests: add tests for !tgt, src mremap() mergesLorenzo Stoakes1-0/+232
2026-01-15selftests/bpf: Extend live regs tests with a test for gotoxAnton Protopopov1-0/+41
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