summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka2020-11-241-5/+1
* kselftests: vm: add mremap testsKalesh Singh2020-11-244-0/+357
* selftests/vm: 2x speedup for run_vmtests.shJohn Hubbard2020-11-241-2/+2
* selftests/vm: hmm-tests: remove the libhugetlbfs dependencyJohn Hubbard2020-11-244-3/+63
* selftests/vm: run_vmtests.sh: update and clean up gup_test invocationJohn Hubbard2020-11-241-8/+20
* selftests/vm: gup_test: introduce the dump_pages() sub-testJohn Hubbard2020-11-241-2/+43
* selftests/vm: only some gup_test items are really benchmarksJohn Hubbard2020-11-241-8/+39
* selftests/vm: minor cleanup: Makefile and gup_test.cJohn Hubbard2020-11-242-7/+4
* selftests/vm: rename run_vmtests --> run_vmtests.shJohn Hubbard2020-11-241-1/+1
* selftests/vm: use a common gup_test.hJohn Hubbard2020-11-242-21/+3
* mm/gup_benchmark: rename to mm/gup_testJohn Hubbard2020-11-245-15/+15
* Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-211-4/+4
|\
| * selftests/seccomp: sh: Fix register namesKees Cook2020-11-201-2/+2
| * selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook2020-11-201-2/+2
* | Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-1910-20/+169
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-1910-20/+169
| |\ \ | | |/ | |/|
| | * selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2020-11-192-0/+96
| | * libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa2020-11-191-0/+2
| | * selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai2020-11-161-1/+2
| | * bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-142-0/+20
| | * tools, bpftool: Add missing close before bpftool net attach exitWang Hai2020-11-131-9/+9
| | * selftests/bpf: Fix unused attribute usage in subprogs_unused testAndrii Nakryiko2020-11-121-2/+2
| | * libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko2020-11-093-10/+40
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-11-192-2/+3
|\ \ \
| * | | tools/testing/scatterlist: Fix test to compile and runMaor Gottlieb2020-11-172-2/+3
* | | | Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-197-67/+265
|\ \ \ \
| * | | | selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens2020-11-196-120/+96
| * | | | selftests/powerpc: entry flush testDaniel Axtens2020-11-193-1/+200
| * | | | selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey2020-11-191-6/+29
* | | | | Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...Linus Torvalds2020-11-185-38/+64
|\ \ \ \ \
| * | | | | kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov2020-11-102-3/+4
| * | | | | kunit: tool: print out stderr from make (like build warnings)Daniel Latypov2020-11-101-4/+9
| * | | | | kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko2020-11-101-3/+11
| * | | | | kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2020-11-102-18/+31
| * | | | | kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov2020-11-101-7/+7
| * | | | | kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow2020-11-101-1/+1
| * | | | | kunit: tool: unmark test_data as binary blobsBrendan Higgins2020-11-101-1/+0
* | | | | | Merge tag 'perf-tools-fixes-for-v5.10-2020-11-17' of git://git.kernel.org/pub...Linus Torvalds2020-11-179-25/+34
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | perf test: Avoid an msan warning in a copied stack.Ian Rogers2020-11-161-0/+7
| * | | | | perf inject: Fix file corruption due to event deletionAl Grant2020-11-161-11/+1
| * | | | | perf test: Update branch sample pattern for cs-etmLeo Yan2020-11-121-1/+1
| * | | | | perf test: Fix a typo in cs-etm testingLeo Yan2020-11-121-1/+1
| * | | | | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2020-11-125-10/+22
| * | | | | perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-121-1/+1
| * | | | | perf lock: Correct field name "flags"Leo Yan2020-11-121-1/+1
* | | | | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-129-18/+281
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | selftest: fix flower terse dump testsVlad Buslov2020-11-101-2/+2
| | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-068-16/+279
| |\ \ \ \
| | * | | | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-052-0/+247
| | * | | | tools/bpftool: Fix attaching flow dissectorLorenz Bauer2020-11-051-1/+1