aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-11-06Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 34-56/+65
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-0/+10
2020-11-05Merge tag 'linux-kselftest-kunit-fixes-5.10-rc3' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 8-14/+37
2020-11-05selftests: binderfs: use SKIP instead of XFAILGravatar Tommi Rantala 1-4/+4
2020-11-05selftests: clone3: use SKIP instead of XFAILGravatar Tommi Rantala 1-1/+1
2020-11-05selftests: core: use SKIP instead of XFAIL in close_range_test.cGravatar Tommi Rantala 1-4/+4
2020-11-05selftests: proc: fix warning: _GNU_SOURCE redefinedGravatar Tommi Rantala 3-3/+0
2020-11-03Merge tag 'perf-tools-for-v5.10-2020-11-03' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 35-52/+257
2020-11-03Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-22/+22
2020-11-03tools feature: Fixup fast path feature detectionGravatar Arnaldo Carvalho de Melo 1-1/+0
2020-11-03perf tools: Add missing swap for cgroup eventsGravatar Namhyung Kim 1-0/+13
2020-11-03perf tools: Add missing swap for ino_generationGravatar Jiri Olsa 1-0/+1
2020-11-03perf tools: Initialize output buffer in build_id__sprintfGravatar Jiri Olsa 1-0/+2
2020-11-03perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse()Gravatar Song Liu 1-1/+1
2020-11-03tools include UAPI: Update linux/mount.h copyGravatar Arnaldo Carvalho de Melo 1-0/+1
2020-11-03tools headers UAPI: Update tools's copy of linux/perf_event.hGravatar Arnaldo Carvalho de Melo 1-1/+1
2020-11-03tools kvm headers: Update KVM headers from the kernel sourcesGravatar Arnaldo Carvalho de Melo 6-1/+82
2020-11-03tools UAPI: Update copy of linux/mman.h from the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2020-11-03tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+10
2020-11-03tools x86 headers: Update required-features.h header from the kernelGravatar Arnaldo Carvalho de Melo 1-1/+1
2020-11-03tools x86 headers: Update cpufeatures.h headers copiesGravatar Arnaldo Carvalho de Melo 2-2/+13
2020-11-03tools headers UAPI: Update fscrypt.h copyGravatar Arnaldo Carvalho de Melo 1-3/+3
2020-11-03tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-3/+56
2020-11-03tools headers UAPI: Sync prctl.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+9
2020-11-03perf scripting python: Avoid declaring function pointers with a visibility at...Gravatar Arnaldo Carvalho de Melo 1-5/+2
2020-11-03perf tools: Remove broken __no_tail_call attributeGravatar Peter Zijlstra 3-20/+5
2020-11-03perf vendor events: Fix DRAM_BW_Use 0 issue for CLX/SKXGravatar Jin Yao 2-2/+2
2020-11-03perf trace: Fix segfault when trying to trace events by cgroupGravatar Stanislav Ivanichkin 1-6/+9
2020-11-03perf tools: Fix crash with non-jited bpf progsGravatar Tommi Rantala 3-1/+19
2020-11-03tools headers UAPI: Update process_madvise affected filesGravatar Arnaldo Carvalho de Melo 2-5/+10
2020-11-03perf tools: Update copy of libbpf's hashmap.cGravatar Arnaldo Carvalho de Melo 2-0/+15
2020-11-03perf tools: Remove LTO compiler options when building perl supportGravatar Justin M. Forbes 1-0/+1
2020-11-02epoll: add a selftest for epoll timeout raceGravatar Soheil Hassas Yeganeh 1-0/+95
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-7/+175
2020-10-31KVM: selftests: Don't require THP to run testsGravatar Andrew Jones 1-7/+16
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressGravatar Jim Mattson 5-0/+159
2020-10-30wireguard: selftests: check that route_me_harder packets use the right skGravatar Jason A. Donenfeld 2-0/+10
2020-10-28selftests: kselftest_harness.h: fix kernel-doc markupsGravatar Mauro Carvalho Chehab 1-22/+22
2020-10-28kselftest/arm64: Fix check_user_mem testGravatar Vincenzo Frascino 1-0/+4
2020-10-28kselftest/arm64: Fix check_ksm_options testGravatar Vincenzo Frascino 1-0/+4
2020-10-28kselftest/arm64: Fix check_mmap_options testGravatar Vincenzo Frascino 1-0/+4
2020-10-28kselftest/arm64: Fix check_child_memory testGravatar Vincenzo Frascino 1-0/+3
2020-10-28kselftest/arm64: Fix check_tags_inclusion testGravatar Vincenzo Frascino 1-0/+3
2020-10-28kselftest/arm64: Fix check_buffer_fill testGravatar Vincenzo Frascino 1-0/+3
2020-10-27selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.cGravatar Tommi Rantala 1-1/+0
2020-10-27selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to configGravatar Tommi Rantala 1-0/+1
2020-10-27selftests: pidfd: skip test on kcmp() ENOSYSGravatar Tommi Rantala 1-1/+4
2020-10-27selftests: pidfd: use ksft_test_result_skip() when skipping testGravatar Tommi Rantala 1-1/+1
2020-10-27selftests/harness: prettify SKIP message whitespace againGravatar Tommi Rantala 1-1/+1
2020-10-27selftests: pidfd: fix compilation errors due to wait.hGravatar Tommi Rantala 2-2/+0