summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-0915-14/+214
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-062-1/+100
| |\
| | * selftests: netfilter: test nat port clash resolution interaction with tcp ear...Florian Westphal2021-02-282-1/+100
| * | selftest/net/ipsec.c: Remove unneeded semicolonXu Wang2021-03-051-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-055-6/+65
| |\ \
| | * | bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-042-0/+50
| | * | libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski2021-03-041-2/+3
| | * | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta2021-03-021-1/+2
| | * | selftests/bpf: Use the last page in test_snprintf_btf on s390Ilya Leoshkevich2021-03-021-3/+10
| | |/
| * / selftests: fib_nexthops: Test blackhole nexthops when loopback goes downIdo Schimmel2021-03-041-0/+8
| |/
| * selftests: forwarding: Fix race condition in mirror installationDanielle Ratson2021-02-261-0/+9
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-265-6/+31
| |\
| | * selftests/bpf: No need to drop the packet when there is no geneve optHangbin Liu2021-02-241-4/+2
| | * bpf: Remove blank line in bpf helper description commentHangbin Liu2021-02-241-1/+0
| | * tools/resolve_btfids: Fix build error with older host toolchainsKun-Chuan Hsieh2021-02-241-0/+5
| | * selftests/bpf: Fix a compiler warning in global func testDmitrii Banshchikov2021-02-241-1/+1
| | * bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman2021-02-221-0/+23
* | | Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-091-1/+1
|\ \ \
| * | | selftests: gpio: update .gitignoreBartosz Golaszewski2021-03-081-1/+1
* | | | perf cs-etm: Fix bitmap for optionSuzuki K Poulose2021-03-061-4/+8
* | | | perf trace: Fix race in signal handlingMichael Petlan2021-03-061-3/+2
* | | | perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-03-061-4/+3
* | | | perf report: Fix -F for branch & mem modesRavi Bangoria2021-03-061-2/+2
* | | | perf tests x86: Move insn.h include to make sure it finds stddef.hArnaldo Carvalho de Melo2021-03-062-2/+2
* | | | perf test: Support the ins_lat check in the X86 specific testKan Liang2021-03-064-0/+127
* | | | perf test: Fix sample-parsing failure on non-x86 platformsKan Liang2021-03-061-4/+0
* | | | perf archive: Fix filtering of empty build-idsNicholas Fraser2021-03-061-2/+1
* | | | perf daemon: Fix compile error with AsanNamhyung Kim2021-03-061-1/+1
* | | | perf stat: Fix use-after-free when -r option is usedNamhyung Kim2021-03-061-0/+1
* | | | libperf: Add perf_evlist__reset_id_hash()Namhyung Kim2021-03-062-4/+11
* | | | perf stat: Fix wrong skipping for per-die aggregationJin Yao2021-03-064-11/+59
* | | | tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sourcesArnaldo Carvalho de Melo2021-03-062-1/+4
* | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-6/+13
* | | | tools headers UAPI: Update tools' copy of linux/coresight-pmu.hArnaldo Carvalho de Melo2021-03-061-5/+15
* | | | tools headers: Update syscall.tbl files to support mount_setattrArnaldo Carvalho de Melo2021-03-064-0/+19
* | | | perf test: Fix cpu and thread map leaks in perf_time_to_tsc testNamhyung Kim2021-03-061-0/+2
* | | | perf test: Fix cpu map leaks in cpu_map_print testNamhyung Kim2021-03-061-0/+2
* | | | perf test: Fix a memory leak in thread_map_remove testNamhyung Kim2021-03-061-5/+2
* | | | perf test: Fix a thread map leak in thread_map_synthesize testNamhyung Kim2021-03-061-0/+1
* | | | perf test: Fix cpu and thread map leaks in switch_tracking testNamhyung Kim2021-03-061-3/+2
* | | | perf test: Fix cpu and thread map leaks in keep_tracking testNamhyung Kim2021-03-061-3/+2
* | | | perf test: Fix cpu and thread map leaks in code_reading testNamhyung Kim2021-03-061-7/+3
* | | | perf test: Fix cpu and thread map leaks in sw_clock_freq testNamhyung Kim2021-03-061-8/+4
* | | | perf test: Fix cpu and thread map leaks in task_exit testNamhyung Kim2021-03-061-7/+3
* | | | perf test: Fix a memory leak in attr testNamhyung Kim2021-03-061-1/+7
* | | | perf test: Fix cpu and thread map leaks in basic mmap testNamhyung Kim2021-03-061-2/+0
* | | | perf tools: Fix event's PMU name parsingJiri Olsa2021-03-061-1/+5
* | | | perf daemon: Fix running test for non root userJiri Olsa2021-03-061-16/+16
* | | | perf daemon: Fix control fifo permissionsJiri Olsa2021-03-061-2/+2
* | | | perf build: Fix ccache usage in $(CC) when generating arch errno tableAntonio Terceiro2021-03-061-1/+1