summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* 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 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-124-5/+257
|\ \ \
| * | | 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-063-3/+255
| |\ \ \
| | * | | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-052-0/+247
| | * | | selftest/bpf: Fix profiler test using CO-RE relocation for enumsAndrii Nakryiko2020-10-261-3/+8
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-0923-277/+2252
|\ \ \ \ \
| * | | | | KVM: selftests: allow two iterations of dirty_log_perf_testPaolo Bonzini2020-11-091-1/+1
| * | | | | KVM: selftests: Introduce the dirty log perf testBen Gardon2020-11-086-8/+396
| * | | | | KVM: selftests: Make the number of vcpus globalAndrew Jones2020-11-082-20/+20
| * | | | | KVM: selftests: Make the per vcpu memory size globalAndrew Jones2020-11-082-12/+11
| * | | | | KVM: selftests: Drop pointless vm_create wrapperAndrew Jones2020-11-084-9/+3
| * | | | | KVM: selftests: Add wrfract to common guest codeBen Gardon2020-11-082-1/+7
| * | | | | KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon2020-11-083-15/+27
| * | | | | KVM: selftests: Remove address rounding in guest codeBen Gardon2020-11-081-1/+0
| * | | | | KVM: selftests: Factor code out of demand_paging_testBen Gardon2020-11-082-181/+210
| * | | | | KVM: selftests: Use a single binary for dirty/clear log testPeter Xu2020-11-083-39/+156
| * | | | | KVM: selftests: Always clear dirty bitmap after iterationPeter Xu2020-11-081-1/+1
| * | | | | KVM: selftests: Add blessed SVE registers to get-reg-listAndrew Jones2020-11-084-42/+217
| * | | | | KVM: selftests: Add aarch64 get-reg-list testAndrew Jones2020-11-085-0/+703
| * | | | | selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton2020-11-087-0/+308
| * | | | | selftests: kvm: Add exception handling to selftestsAaron Lewis2020-11-089-9/+244
| * | | | | selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis2020-11-083-0/+9
| * | | | | selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis2020-11-082-2/+3
* | | | | | Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-11-0634-56/+65
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | selftests: binderfs: use SKIP instead of XFAILTommi Rantala2020-11-051-4/+4
| * | | | | selftests: clone3: use SKIP instead of XFAILTommi Rantala2020-11-051-1/+1
| * | | | | selftests: core: use SKIP instead of XFAIL in close_range_test.cTommi Rantala2020-11-051-4/+4
| * | | | | selftests: proc: fix warning: _GNU_SOURCE redefinedTommi Rantala2020-11-053-3/+0
| * | | | | selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.cTommi Rantala2020-10-271-1/+0
| * | | | | selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to configTommi Rantala2020-10-271-0/+1
| * | | | | selftests: pidfd: skip test on kcmp() ENOSYSTommi Rantala2020-10-271-1/+4
| * | | | | selftests: pidfd: use ksft_test_result_skip() when skipping testTommi Rantala2020-10-271-1/+1
| * | | | | selftests/harness: prettify SKIP message whitespace againTommi Rantala2020-10-271-1/+1
| * | | | | selftests: pidfd: fix compilation errors due to wait.hTommi Rantala2020-10-272-2/+0
| * | | | | selftests: filter kselftest headers from command in lib.mkTommi Rantala2020-10-271-1/+1
| * | | | | selftests/ftrace: check for do_sys_openat2 in user-memory testColin Ian King2020-10-271-0/+4
| * | | | | selftests/ftrace: Use $FUNCTION_FORK to reference kernel fork functionSteven Rostedt (VMware)2020-10-2719-37/+44
* | | | | | Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-062-0/+10
|\ \ \ \ \ \