summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1730-144/+379
|\
| * selftests: disable rp_filter for icmp_redirect.shDavid Ahern2020-08-171-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-161-30/+43
| |\
| | * selftests: netfilter: kill running process onlyFabian Frederick2020-08-131-2/+8
| | * selftests: netfilter: add MTU arguments to flowtablesFabian Frederick2020-08-131-6/+24
| | * selftests: netfilter: add checktool functionFabian Frederick2020-08-131-22/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-1428-114/+334
| |\ \
| | * | selftests/bpf: Make test_varlen work with 32-bit user-space archAndrii Nakryiko2020-08-132-7/+7
| | * | tools/bpftool: Generate data section struct with conservative alignmentAndrii Nakryiko2020-08-131-0/+14
| | * | selftests/bpf: Correct various core_reloc 64-bit assumptionsAndrii Nakryiko2020-08-132-42/+47
| | * | libbpf: Enforce 64-bitness of BTF for BPF object filesAndrii Nakryiko2020-08-131-0/+4
| | * | selftests/bpf: Fix btf_dump test cases on 32-bit archesAndrii Nakryiko2020-08-131-7/+20
| | * | libbpf: Handle BTF pointer sizes more carefullyAndrii Nakryiko2020-08-134-4/+87
| | * | libbpf: Fix BTF-defined map-in-map initialization on 32-bit host archesAndrii Nakryiko2020-08-131-6/+10
| | * | selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko2020-08-139-19/+24
| | * | tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko2020-08-134-12/+20
| | * | bpf, selftests: Add tests to sock_ops for loading skJohn Fastabend2020-08-131-0/+21
| | * | bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registersJohn Fastabend2020-08-131-0/+7
| | * | bpf, selftests: Add tests for ctx access in sock_ops with single registerJohn Fastabend2020-08-131-0/+13
| | * | libbpf: Prevent overriding errno when logging errorsToke Høiland-Jørgensen2020-08-131-5/+7
| | * | libbpf: Handle GCC built-in types for Arm NEONJean-Philippe Brucker2020-08-121-1/+34
| | * | tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()Andrii Nakryiko2020-08-121-4/+4
| | * | selftests/bpf: Fix v4_to_v6 in sk_lookupStanislav Fomichev2020-08-111-0/+1
| | * | selftests/bpf: Fix segmentation fault in test_progsJianlin Lv2020-08-111-6/+13
| | * | libbpf: Do not use __builtin_offsetof for offsetofYonghong Song2020-08-111-1/+1
| | |/
* | | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-1/+7
|\ \ \
| * | | sh: Add SECCOMP_FILTERMichael Karcher2020-08-141-1/+7
* | | | Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-1536-247/+1252
|\ \ \ \
| * | | | perf ftrace: Make option description initials all capital lettersArnaldo Carvalho de Melo2020-08-141-14/+14
| * | | | perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler2020-08-146-1/+43
| * | | | perf bench numa: Remove dead code in parse_nodes_opt()Peng Fan2020-08-141-2/+0
| * | | | perf stat: Update POWER9 metrics to utilize other metricsPaul A. Clarke2020-08-141-24/+24
| * | | | perf ftrace: Add change logChangbin Du2020-08-141-0/+1
| * | | | perf: ftrace: Add set_tracing_options() to set all trace optionsChangbin Du2020-08-141-55/+63
| * | | | perf ftrace: Add option --tid to filter by thread idChangbin Du2020-08-142-0/+6
| * | | | perf ftrace: Add option -D/--delay to delay tracingChangbin Du2020-08-142-3/+20
| * | | | perf: ftrace: Allow set graph depth by '--graph-opts'Changbin Du2020-08-142-7/+3
| * | | | perf ftrace: Add support for trace option tracing_threshChangbin Du2020-08-142-1/+26
| * | | | perf ftrace: Add option 'verbose' to show more info for graph tracerChangbin Du2020-08-142-1/+29
| * | | | perf ftrace: Add support for tracing option 'irq-info'Changbin Du2020-08-142-1/+21
| * | | | perf ftrace: Add support for trace option funcgraph-irqsChangbin Du2020-08-142-1/+21
| * | | | perf ftrace: Add support for trace option sleep-timeChangbin Du2020-08-142-0/+45
| * | | | perf ftrace: Add support for tracing option 'func_stack_trace'Changbin Du2020-08-142-0/+46
| * | | | perf tools: Add general function to parse sublevel optionsChangbin Du2020-08-144-44/+99
| * | | | perf ftrace: Add option '--inherit' to trace children processesChangbin Du2020-08-142-0/+41
| * | | | perf ftrace: Show trace column headerChangbin Du2020-08-141-0/+3
| * | | | perf ftrace: Add option '-m/--buffer-size' to set per-cpu buffer sizeChangbin Du2020-08-142-0/+60
| * | | | perf ftrace: Factor out function write_tracing_file_int()Changbin Du2020-08-141-5/+12
| * | | | perf ftrace: Add option '-F/--funcs' to list available functionsChangbin Du2020-08-142-0/+50
| * | | | perf ftrace: Select function/function_graph tracer automaticallyChangbin Du2020-08-143-23/+48