aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-01-30KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assetsJinrong Liang4-97/+173
2024-01-30KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed countersSean Christopherson1-18/+47
2024-01-30KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()Sean Christopherson1-2/+2
2024-01-30KVM: selftests: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang3-5/+16
2024-01-30Merge tag 'linux_kselftest-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-68/+109
2024-01-30KVM: selftests: Fail tests when open() fails with !ENOENTVitaly Kuznetsov1-1/+2
2024-01-30KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missingVitaly Kuznetsov1-4/+5
2024-01-30KVM: selftests: Delete superfluous, unused "stage" variable in AMX testSean Christopherson1-2/+2
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones22-63/+63
2024-01-30selftests/bpf: add trusted global subprog arg testsAndrii Nakryiko2-0/+158
2024-01-30libbpf: add __arg_trusted and __arg_nullable tag macrosAndrii Nakryiko1-0/+2
2024-01-30kselftest/seccomp: Report each expectation we assert as a KTAP testMark Brown1-20/+41
2024-01-30kselftest/seccomp: Use kselftest output functions for benchmarkMark Brown1-21/+24
2024-01-30selftests/livepatch: fix and refactor new dmesg message codeJoe Lawrence1-20/+17
2024-01-30bpf: Move -Wno-compare-distinct-pointer-types to BPF_CFLAGSJose E. Marchesi1-3/+3
2024-01-30bpf: Build type-punning BPF selftests with -fno-strict-aliasingJose E. Marchesi1-0/+13
2024-01-30tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+70
2024-01-30perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark1-1/+8
2024-01-30tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo3-4/+8
2024-01-30tools headers x86 cpufeatures: Sync with the kernel sources to pick TDX, Zen,...Arnaldo Carvalho de Melo1-1/+7
2024-01-30selftests: forwarding: Add missing config entriesPetr Machata1-0/+28
2024-01-29selftests: net: add missing config for nftables-backed iptablesJakub Kicinski1-0/+1
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds6-16/+30
2024-01-29libbpf: Add some details for BTF parsing failuresIan Rogers1-4/+18
2024-01-29bpf: Use -Wno-error in certain tests when building with GCCJose E. Marchesi1-1/+11
2024-01-29selftests/bpf: Remove "&>" usage in the selftestsMartin KaFai Lau10-20/+25
2024-01-29libbpf: fix __arg_ctx type enforcement for perf_event programsAndrii Nakryiko1-1/+20
2024-01-29libbpf: integrate __arg_ctx feature detector into kernel_supports()Andrii Nakryiko3-64/+61
2024-01-29tools/workqueue/wq_dump.py: Add node_nr/max_active dumpTejun Heo1-1/+40
2024-01-29KVM: selftests: s390x: Remove redundant newlinesAndrew Jones3-13/+13
2024-01-29KVM: selftests: riscv: Remove redundant newlinesAndrew Jones2-2/+2
2024-01-29KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones7-27/+27
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones17-38/+38
2024-01-29KVM: selftests: Reword the NX hugepage test's skip message to be more helpfulSean Christopherson1-3/+3
2024-01-29x86/cpufeatures: Add SEV-SNP CPU featureBrijesh Singh1-0/+1
2024-01-29tools headers UAPI: Sync unistd.h to pick {list,stat}mount, lsm_{[gs]et_self_...Arnaldo Carvalho de Melo1-1/+14
2024-01-29selftests/bpf: Drop return in bpf_testmod_exitGeliang Tang1-1/+1
2024-01-29libbpf: Fix faccessat() usage on AndroidAndrii Nakryiko1-0/+14
2024-01-29bpftool: Be more portable by using POSIX's basename()Arnaldo Carvalho de Melo1-3/+6
2024-01-28Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+6
2024-01-27kselftest: devices: Add sample board file for XPS 13 9300Nícolas F. R. A. Prado1-0/+40
2024-01-27kselftest: devices: Add sample board file for google,spherionNícolas F. R. A. Prado1-0/+50
2024-01-27kselftest: Add test to verify probe of devices from discoverable busesNícolas F. R. A. Prado4-0/+413
2024-01-27perf vendor events intel: Alderlake/sapphirerapids metric fixesIan Rogers3-160/+123
2024-01-27tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2-90/+53
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski62-701/+3938
2024-01-26Merge tag 'pm-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2024-01-26selftests: net: give more time for GRO aggregationPaolo Abeni1-1/+1
2024-01-26selftests: net: add missing required classifierPaolo Abeni1-0/+1
2024-01-26selftests: net: add missing config for big tcp testsPaolo Abeni1-0/+5