summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* ktest.pl: Fix incorrect reboot for grub2blsLibo Chen2020-12-161-1/+1
* bpftool: Fix error return value in build_btf_type_tableZhen Lei2020-12-161-0/+1
* tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu2020-12-161-4/+26
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-111-0/+15
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-021-0/+8
* perf stat: Use proper cpu for shadow statsNamhyung Kim2020-12-021-4/+1
* perf record: Synthesize cgroup events only if neededNamhyung Kim2020-12-021-0/+3
* selftests/seccomp: sh: Fix register namesKees Cook2020-11-241-2/+2
* selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook2020-11-241-2/+2
* libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa2020-11-241-0/+2
* selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai2020-11-241-1/+2
* tools, bpftool: Add missing close before bpftool net attach exitWang Hai2020-11-241-9/+9
* perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-241-1/+1
* perf lock: Correct field name "flags"Leo Yan2020-11-241-1/+1
* kunit: tool: unmark test_data as binary blobsBrendan Higgins2020-11-241-1/+0
* selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis2020-11-242-2/+3
* tools, bpftool: Avoid array index warnings.Ian Rogers2020-11-241-1/+6
* selftests/harness: prettify SKIP message whitespace againTommi Rantala2020-11-221-1/+1
* selftests/powerpc: entry flush testDaniel Axtens2020-11-223-1/+200
* selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey2020-11-221-6/+29
* perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-181-5/+2
* selftest: fix flower terse dump testsVlad Buslov2020-11-181-2/+2
* bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-182-0/+247
* tools/bpftool: Fix attaching flow dissectorLorenz Bauer2020-11-181-1/+1
* libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers2020-11-181-6/+9
* selftests: proc: fix warning: _GNU_SOURCE redefinedTommi Rantala2020-11-183-3/+0
* wireguard: selftests: check that route_me_harder packets use the right skJason A. Donenfeld2020-11-182-0/+10
* selftests: pidfd: fix compilation errors due to wait.hTommi Rantala2020-11-182-2/+0
* selftests/ftrace: check for do_sys_openat2 in user-memory testColin Ian King2020-11-181-0/+4
* kbuild: explicitly specify the build id styleBill Wendling2020-11-181-1/+1
* selftests: binderfs: use SKIP instead of XFAILTommi Rantala2020-11-181-4/+4
* selftests: clone3: use SKIP instead of XFAILTommi Rantala2020-11-181-1/+1
* selftests: core: use SKIP instead of XFAIL in close_range_test.cTommi Rantala2020-11-181-4/+4
* perf tools: Add missing swap for cgroup eventsNamhyung Kim2020-11-181-0/+13
* perf tools: Add missing swap for ino_generationJiri Olsa2020-11-181-0/+1
* perf trace: Fix segfault when trying to trace events by cgroupStanislav Ivanichkin2020-11-181-6/+9
* selftests: filter kselftest headers from command in lib.mkTommi Rantala2020-11-181-1/+1
* kunit: Don't fail test suites if one of them is emptyAndy Shevchenko2020-11-181-1/+1
* kunit: Fix kunit.py --raw_output optionDavid Gow2020-11-181-1/+0
* perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse()Song Liu2020-11-101-1/+1
* perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-11-051-1/+1
* perf vendor events amd: Add L2 Prefetch events for zen1Kim Phillips2020-11-051-0/+18
* selftests/x86/fsgsbase: Test PTRACE_PEEKUSER for GSBASE with invalid LDT GSAndy Lutomirski2020-11-051-0/+65
* selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song2020-11-051-2/+2
* selftests/powerpc: Make using_hash_mmu() work on Cell & PowerMacMichael Ellerman2020-11-051-1/+3
* selftests/x86/fsgsbase: Reap a forgotten childAndy Lutomirski2020-11-051-0/+3
* x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams2020-11-041-0/+1
* x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-11-0410-184/+32
* Revert "x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()"Greg Kroah-Hartman2020-11-049-273/+183
* Revert "x86/copy_mc: Introduce copy_mc_enhanced_fast_string()"Greg Kroah-Hartman2020-11-041-1/+0