summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | wireguard: selftests: check that route_me_harder packets use the right skJason A. Donenfeld2020-10-302-0/+10
| |/
* | Merge tag 'linux-kselftest-kunit-fixes-5.10-rc3' of git://git.kernel.org/pub/...Linus Torvalds2020-11-058-14/+37
|\ \
| * | kunit: tools: fix kunit_tool tests for parsing test plansBrendan Higgins2020-10-267-12/+36
| * | kunit: Don't fail test suites if one of them is emptyAndy Shevchenko2020-10-261-1/+1
| * | kunit: Fix kunit.py --raw_output optionDavid Gow2020-10-261-1/+0
| |/
* | Merge tag 'perf-tools-for-v5.10-2020-11-03' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-11-0335-52/+257
|\ \
| * | tools feature: Fixup fast path feature detectionArnaldo Carvalho de Melo2020-11-031-1/+0
| * | perf tools: Add missing swap for cgroup eventsNamhyung Kim2020-11-031-0/+13
| * | perf tools: Add missing swap for ino_generationJiri Olsa2020-11-031-0/+1
| * | perf tools: Initialize output buffer in build_id__sprintfJiri Olsa2020-11-031-0/+2
| * | perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse()Song Liu2020-11-031-1/+1
| * | tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo2020-11-031-0/+1
| * | tools headers UAPI: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo2020-11-031-1/+1
| * | tools kvm headers: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2020-11-036-1/+82
| * | tools UAPI: Update copy of linux/mman.h from the kernel sourcesArnaldo Carvalho de Melo2020-11-031-0/+1
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-11-031-0/+10
| * | tools x86 headers: Update required-features.h header from the kernelArnaldo Carvalho de Melo2020-11-031-1/+1
| * | tools x86 headers: Update cpufeatures.h headers copiesArnaldo Carvalho de Melo2020-11-032-2/+13
| * | tools headers UAPI: Update fscrypt.h copyArnaldo Carvalho de Melo2020-11-031-3/+3
| * | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-11-031-3/+56
| * | tools headers UAPI: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo2020-11-031-0/+9
| * | perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-031-5/+2
| * | perf tools: Remove broken __no_tail_call attributePeter Zijlstra2020-11-033-20/+5
| * | perf vendor events: Fix DRAM_BW_Use 0 issue for CLX/SKXJin Yao2020-11-032-2/+2
| * | perf trace: Fix segfault when trying to trace events by cgroupStanislav Ivanichkin2020-11-031-6/+9
| * | perf tools: Fix crash with non-jited bpf progsTommi Rantala2020-11-033-1/+19
| * | tools headers UAPI: Update process_madvise affected filesArnaldo Carvalho de Melo2020-11-032-5/+10
| * | perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2020-11-032-0/+15
| * | perf tools: Remove LTO compiler options when building perl supportJustin M. Forbes2020-11-031-0/+1
* | | Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds2020-11-031-22/+22
|\ \ \ | |/ / |/| |
| * | selftests: kselftest_harness.h: fix kernel-doc markupsMauro Carvalho Chehab2020-10-281-22/+22
| |/
* | epoll: add a selftest for epoll timeout raceSoheil Hassas Yeganeh2020-11-021-0/+95
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-016-7/+175
|\ \
| * | KVM: selftests: Don't require THP to run testsAndrew Jones2020-10-311-7/+16
| * | KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson2020-10-315-0/+159
| |/