aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-03-30objtool: Fix compile failure when using the x32 compilerGravatar Mikulas Patocka 1-1/+1
2024-03-29Merge tag 'linux_kselftest-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 3-2/+5
2024-03-29Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+1
2024-03-29selftests: dmabuf-heap: add config file for the testGravatar Muhammad Usama Anjum 1-0/+3
2024-03-29selftests/seccomp: Try to fit runtime of benchmark into timeoutGravatar Mark Brown 1-1/+1
2024-03-29selftests/ftrace: Fix event filter target_func selectionGravatar Mark Rutland 1-1/+1
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 16-98/+278
2024-03-28kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltestsGravatar David Gow 1-0/+1
2024-03-28Merge tag 'for-net' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Paolo Abeni 1-0/+6
2024-03-27Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 1-0/+2
2024-03-27Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 8-12/+31
2024-03-27Merge tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-54/+59
2024-03-27bpf: Check bloom filter map value sizeGravatar Andrei Matei 1-0/+6
2024-03-27selftests: netdevsim: set test timeout to 10 minutesGravatar Jakub Kicinski 1-0/+1
2024-03-26selftests: tls: add test with a partially invalid iovGravatar Sabrina Dubroca 1-0/+34
2024-03-26selftests/mm: fix ARM related issue with fork after pthread_createGravatar Edward Liaw 3-0/+15
2024-03-26selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEMGravatar Edward Liaw 1-1/+2
2024-03-26selftests: mm: restore settings from only parent processGravatar Muhammad Usama Anjum 1-1/+5
2024-03-26tools/Makefile: remove cgroup targetGravatar Cong Liu 1-7/+6
2024-03-26selftests/mm: Fix build with _FORTIFY_SOURCEGravatar Vitaly Chikunov 3-3/+3
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Paolo Abeni 10-19/+102
2024-03-26selftests: vxlan_mdb: Fix failures with old libnetGravatar Ido Schimmel 1-77/+128
2024-03-25kunit: fix wireless test dependenciesGravatar Johannes Berg 1-0/+2
2024-03-22selftests/bpf: verifier_arena: fix mmap address for arm64Gravatar Puranjay Mohan 1-1/+5
2024-03-22tools: ynl: fix setting presence bits in simple nestsGravatar Jakub Kicinski 1-2/+5
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-86/+397
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 18-197/+1105
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 8-14/+32
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 6-0/+503
2024-03-21libbpf: Define MFD_CLOEXEC if not availableGravatar Arnaldo Carvalho de Melo 1-0/+4
2024-03-21selftests: forwarding: Fix ping failure due to short timeoutGravatar Ido Schimmel 2-4/+4
2024-03-20Merge tag 'trace-tools-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-306/+644
2024-03-19libbpf: fix u64-to-pointer cast on 32-bit archesGravatar Andrii Nakryiko 1-2/+2
2024-03-20tools/rtla: Add -U/--user-load option to timerlatGravatar Daniel Bristot de Oliveira 3-9/+95
2024-03-20tools/verification: Use tools/build makefiles on rvGravatar Daniel Bristot de Oliveira 6-133/+183
2024-03-20tools/rtla: Use tools/build makefiles to build rtlaGravatar Daniel Bristot de Oliveira 7-145/+244
2024-03-20tools/tracing: Use tools/build makefiles on latency-collectorGravatar Daniel Bristot de Oliveira 4-19/+122
2024-03-19tools: ynl: add header guards for nlctrlGravatar Jakub Kicinski 1-0/+1
2024-03-19wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}Gravatar Jason A. Donenfeld 2-0/+2
2024-03-18Merge tag 'ktest-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-6/+11
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 1-0/+134
2024-03-18selftests/exec: Convert remaining /bin/sh to /bin/bashGravatar Kees Cook 1-2/+2
2024-03-18selftests/exec: execveat: Improve debug reportingGravatar Kees Cook 1-5/+7
2024-03-18selftests/user_events: Test multi-format eventsGravatar Beau Belgrave 1-0/+134
2024-03-18selftests: net: veth: test the ability to independently manipulate GRO and XDPGravatar Ignat Korchagin 2-3/+25
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+12
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-3/+5
2024-03-15selftests/bpf: Add arena test case for 4Gbyte corner caseGravatar Alexei Starovoitov 2-0/+70