summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-181-1/+4
* | | | | | | tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-181-1/+7
* | | | | | | tools kvm headers arm64: Update KVM header from the kernel sourcesArnaldo Carvalho de Melo2023-01-181-0/+1
* | | | | | | tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-171-0/+5
* | | | | | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-171-0/+3
* | | | | | | Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-01-162-9/+12
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | proc: fix PIE proc-empty-vm, proc-pid-vm testsAlexey Dobriyan2023-01-112-9/+12
* | | | | | 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