summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-141-0/+4
|\
| * mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-081-0/+4
* | Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-122-74/+130
|\ \
| * | selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.Guillaume Nault2023-01-101-4/+36
| * | selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.Guillaume Nault2023-01-101-69/+93
| * | selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".Guillaume Nault2023-01-101-4/+4
| * | af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac2023-01-091-1/+1
* | | Merge tag 'core-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-01-121-0/+9
|\ \ \
| * | | objtool: Tolerate STT_NOTYPE symbols at end of sectionNicholas Piggin2023-01-091-0/+9
* | | | Merge tag 'urgent-nolibc.2023.01.09a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-01-1212-38/+79
|\ \ \ \
| * | | | tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau2023-01-091-7/+7
| * | | | tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau2023-01-091-1/+4
| * | | | tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau2023-01-0910-0/+29
| * | | | tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau2023-01-091-0/+2
| * | | | tools/nolibc: Fix S_ISxxx macrosWarner Losh2023-01-091-7/+7
| * | | | nolibc: fix fd_set typeSven Schnelle2023-01-091-23/+30
* | | | | perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter2023-01-111-1/+1
* | | | | perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo2023-01-101-0/+2
* | | | | perf build: Fix build error when NO_LIBBPF=1Ian Rogers2023-01-102-9/+14
* | | | | perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Arnaldo Carvalho de Melo2023-01-102-20/+0
* | | | | perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...Leo Yan2023-01-101-12/+24
* | | | | perf kmem: Support legacy tracepointsLeo Yan2023-01-101-3/+26
* | | | | perf build: Properly guard libbpf includesIan Rogers2023-01-102-0/+8
* | | | | perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with...Athira Rajeev2023-01-091-0/+2
| |/ / / |/| | |
* | | | Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-082-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | memblock tests: Fix compilation error.Aaron Thompson2023-01-042-1/+3
* | | | Merge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06' of git://git.kernel.org/pu...Linus Torvalds2023-01-0613-32/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf tools: Fix build on uClibc systems by adding missing sys/types.h includeJesus Sanchez-Palencia2023-01-041-0/+1
| * | | perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim2023-01-041-5/+18
| * | | perf stat: Fix handling of unsupported cgroup events when using BPF countersNamhyung Kim2023-01-041-11/+3
| * | | perf test record_probe_libc_inet_pton: Fix test on s/390 where 'text_to_binar...Thomas Richter2023-01-041-0/+1
| * | | perf lock contention: Fix core dump related to not finding the "__sched_text_...Thomas Richter2023-01-031-0/+2
| * | | perf build: Don't propagate subdir to submakes for install_headersIan Rogers2023-01-031-5/+5
| * | | perf test record_probe_libc_inet_pton: Fix failure due to extra inet_pton() b...Arnaldo Carvalho de Melo2023-01-031-1/+1
| * | | perf tools: Fix segfault when trying to process tracepoints in perf.data and ...Arnaldo Carvalho de Melo2023-01-021-0/+12
| * | | perf tools: Don't include signature in version stringsAhelenia ZiemiaƄska2023-01-022-2/+2
| * | | perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commandsYang Jihong2023-01-022-7/+22
| * | | perf tools riscv: Fix build error on riscv due to missing header for 'struct ...Eric Lin2023-01-021-1/+1
| * | | perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin2023-01-021-0/+2
| |/ /
* | | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0514-6/+395
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-042-1/+74
| |\ \ \
| | * | | selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee2022-12-281-0/+73
| | * | | selftests/bpf: Temporarily disable part of btf_dump:var_data test.Alexei Starovoitov2022-12-281-1/+1
| * | | | selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca...Po-Hsu Lin2023-01-011-2/+9
| * | | | selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrierPo-Hsu Lin2023-01-011-2/+2
| * | | | selftests: net: fix cmsg_so_mark.sh test hangPo-Hsu Lin2022-12-301-1/+1
| * | | | tcp: Add selftest for bind() and TIME_WAIT.Kuniyuki Iwashima2022-12-302-0/+93
| |/ / /
| * | | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-12-248-0/+216
| |\ \ \
| | * | | selftests/bpf: Add host-tools to gitignoreStanislav Fomichev2022-12-231-0/+1
| | * | | selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun2022-12-222-0/+51