summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2020-11-20selftests/seccomp: sh: Fix register namesKees Cook1-2/+2
2020-11-20selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook1-2/+2
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-20/+169
2020-11-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski10-20/+169
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2-0/+96
2020-11-19Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-67/+265
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa1-0/+2
2020-11-19selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens6-120/+96
2020-11-19selftests/powerpc: entry flush testDaniel Axtens3-1/+200
2020-11-19selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey1-6/+29
2020-11-18Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...Linus Torvalds5-38/+64
2020-11-17tools/testing/scatterlist: Fix test to compile and runMaor Gottlieb2-2/+3
2020-11-17Merge tag 'perf-tools-fixes-for-v5.10-2020-11-17' of git://git.kernel.org/pub...Linus Torvalds9-25/+34
2020-11-16selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai1-1/+2
2020-11-16perf test: Avoid an msan warning in a copied stack.Ian Rogers1-0/+7
2020-11-16perf inject: Fix file corruption due to event deletionAl Grant1-11/+1
2020-11-14bpf: Relax return code check for subprogramsDmitrii Banshchikov2-0/+20
2020-11-13tools, bpftool: Add missing close before bpftool net attach exitWang Hai1-9/+9
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-18/+281
2020-11-12perf test: Update branch sample pattern for cs-etmLeo Yan1-1/+1
2020-11-12perf test: Fix a typo in cs-etm testingLeo Yan1-1/+1
2020-11-12tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo5-10/+22
2020-11-12perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan1-1/+1
2020-11-12perf lock: Correct field name "flags"Leo Yan1-1/+1
2020-11-12selftests/bpf: Fix unused attribute usage in subprogs_unused testAndrii Nakryiko1-2/+2
2020-11-10selftest: fix flower terse dump testsVlad Buslov1-2/+2
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov2-3/+4
2020-11-10kunit: tool: print out stderr from make (like build warnings)Daniel Latypov1-4/+9
2020-11-10kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko1-3/+11
2020-11-10kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2-18/+31
2020-11-10kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov1-7/+7
2020-11-10kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow1-1/+1
2020-11-10kunit: tool: unmark test_data as binary blobsBrendan Higgins1-1/+0
2020-11-10Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds4-138/+507
2020-11-10tools/power turbostat: update version numberLen Brown1-1/+1
2020-11-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-277/+2252
2020-11-09libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko3-10/+40
2020-11-09KVM: selftests: allow two iterations of dirty_log_perf_testPaolo Bonzini1-1/+1
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon6-8/+396
2020-11-08KVM: selftests: Make the number of vcpus globalAndrew Jones2-20/+20
2020-11-08KVM: selftests: Make the per vcpu memory size globalAndrew Jones2-12/+11
2020-11-08KVM: selftests: Drop pointless vm_create wrapperAndrew Jones4-9/+3
2020-11-08KVM: selftests: Add wrfract to common guest codeBen Gardon2-1/+7
2020-11-08KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon3-15/+27
2020-11-08KVM: selftests: Remove address rounding in guest codeBen Gardon1-1/+0
2020-11-08KVM: selftests: Factor code out of demand_paging_testBen Gardon2-181/+210
2020-11-08KVM: selftests: Use a single binary for dirty/clear log testPeter Xu3-39/+156
2020-11-08KVM: selftests: Always clear dirty bitmap after iterationPeter Xu1-1/+1