summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-01-201-1/+1
|\
| * kselftest: Fix error message for unconfigured LLVM buildsMark Brown2023-01-121-1/+1
* | Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-01-204-12/+64
|\ \
| * | selftests/net: toeplitz: fix race on tpacket_v3 block closeWillem de Bruijn2023-01-191-5/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-162-7/+10
| |\ \
| | * | selftests: netfilter: fix transaction test script timeout handlingFlorian Westphal2023-01-112-7/+10
| * | | selftests: mptcp: userspace: validate v4-v6 subflows mixMatthieu Baerts2023-01-131-0/+47
* | | | perf test build-id: Fix test check for PE fileAthira Rajeev2023-01-181-1/+14
* | | | perf buildid-cache: Fix the file mode with copyfile() while adding file to bu...Athira Rajeev2023-01-181-3/+7
* | | | perf expr: Prevent normalize() from reading into undefined memory in the expr...Sohom Datta2023-01-181-1/+4
* | | | tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-181-0/+9
* | | | 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