summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2020-11-272-4/+19
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-11-271-0/+8
* perf stat: Use proper cpu for shadow statsNamhyung Kim2020-11-271-4/+1
* perf record: Synthesize cgroup events only if neededNamhyung Kim2020-11-271-0/+3
* perf diff: Fix error return value in __cmd_diff()Zhen Lei2020-11-271-1/+3
* perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2020-11-271-6/+9
* 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
| | * | | | libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson2020-11-041-2/+4
| | * | | | libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson2020-11-041-1/+2
| | * | | | libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers2020-11-021-6/+9
| | * | | | tools, bpftool: Remove two unused variables.Ian Rogers2020-10-291-2/+2
| | * | | | tools, bpftool: Avoid array index warnings.Ian Rogers2020-10-291-1/+6