aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-01-25tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsGravatar Steven Rostedt (Google) 2-0/+30
2023-01-25tracing/selftests: Add test for event filtering on function nameGravatar Steven Rostedt (Google) 1-0/+58
2023-01-20Merge tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 4-12/+64
2023-01-19selftests/net: toeplitz: fix race on tpacket_v3 block closeGravatar Willem de Bruijn 1-5/+7
2023-01-18perf test build-id: Fix test check for PE fileGravatar Athira Rajeev 1-1/+14
2023-01-18perf buildid-cache: Fix the file mode with copyfile() while adding file to bu...Gravatar Athira Rajeev 1-3/+7
2023-01-18perf expr: Prevent normalize() from reading into undefined memory in the expr...Gravatar Sohom Datta 1-1/+4
2023-01-18tools headers: Syncronize linux/build_bug.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+9
2023-01-18perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+4
2023-01-18tools headers arm64: Sync arm64's cputype.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+7
2023-01-18tools kvm headers arm64: Update KVM header from the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2023-01-17tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+5
2023-01-17tools headers UAPI: Sync linux/kvm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+3
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-9/+12
2023-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfGravatar David S. Miller 2-7/+10
2023-01-14Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2023-01-13selftests: mptcp: userspace: validate v4-v6 subflows mixGravatar Matthieu Baerts 1-0/+47
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-74/+130
2023-01-12Merge tag 'core-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+9
2023-01-12Merge tag 'urgent-nolibc.2023.01.09a' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 12-38/+79
2023-01-12kselftest: Fix error message for unconfigured LLVM buildsGravatar Mark Brown 1-1/+1
2023-01-11proc: fix PIE proc-empty-vm, proc-pid-vm testsGravatar Alexey Dobriyan 2-9/+12
2023-01-11selftests: netfilter: fix transaction test script timeout handlingGravatar Florian Westphal 2-7/+10
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionGravatar Adrian Hunter 1-1/+1
2023-01-10perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1Gravatar Arnaldo Carvalho de Melo 1-0/+2
2023-01-10perf build: Fix build error when NO_LIBBPF=1Gravatar Ian Rogers 2-9/+14
2023-01-10perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Gravatar Arnaldo Carvalho de Melo 2-20/+0
2023-01-10perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...Gravatar Leo Yan 1-12/+24
2023-01-10perf kmem: Support legacy tracepointsGravatar Leo Yan 1-3/+26
2023-01-10perf build: Properly guard libbpf includesGravatar Ian Rogers 2-0/+8
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.Gravatar Guillaume Nault 1-4/+36
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.Gravatar Guillaume Nault 1-69/+93
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".Gravatar Guillaume Nault 1-4/+4
2023-01-09tools/nolibc: fix the O_* fcntl/open macro definitions for riscvGravatar Willy Tarreau 1-7/+7
2023-01-09tools/nolibc: prevent gcc from making memset() loop over itselfGravatar Willy Tarreau 1-1/+4
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Gravatar Willy Tarreau 10-0/+29
2023-01-09tools/nolibc: restore mips branch ordering in the _start blockGravatar Willy Tarreau 1-0/+2
2023-01-09tools/nolibc: Fix S_ISxxx macrosGravatar Warner Losh 1-7/+7
2023-01-09nolibc: fix fd_set typeGravatar Sven Schnelle 1-23/+30
2023-01-09objtool: Tolerate STT_NOTYPE symbols at end of sectionGravatar Nicholas Piggin 1-0/+9
2023-01-09perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with...Gravatar Athira Rajeev 1-0/+2
2023-01-09af_unix: selftest: Fix the size of the parameter to connect()Gravatar Mirsad Goran Todorovac 1-1/+1
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Gravatar Aaron Thompson 1-0/+4
2023-01-08Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-1/+3
2023-01-06Merge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06' of git://git.kernel.org/pu...Gravatar Linus Torvalds 13-32/+70
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 14-6/+395
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-1/+74
2023-01-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 4-19/+24
2023-01-04perf tools: Fix build on uClibc systems by adding missing sys/types.h includeGravatar Jesus Sanchez-Palencia 1-0/+1