aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman1-0/+53
2025-11-14selftests/futex: Create test for robust listAndré Almeida3-1/+555
2025-11-14selftests/futex: Skip tests if shmget unsupportedCarlos Llamas2-0/+4
2025-11-14selftests/futex: Add newline to ksft_exit_fail_msg()Carlos Llamas1-3/+3
2025-11-14selftests/futex: Remove unused test_futex_mpol()André Almeida1-5/+0
2025-11-13perf vendor metrics s390: Avoid has_event(INSTRUCTIONS)Ian Rogers2-8/+8
2025-11-13perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers34-4/+35
2025-11-13perf build: Remove NO_AUXTRACE build optionIan Rogers24-355/+37
2025-11-13tool build: Remove __get_cpuid feature testIan Rogers4-19/+0
2025-11-13perf build: Don't add NO_AUXTRACE if missing feature-get_cpuidIan Rogers1-10/+2
2025-11-13perf intel-pt: Use the perf provided "cpuid.h"Ian Rogers2-5/+5
2025-11-13Merge tag 'vfio-v6.18-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds4-9/+288
2025-11-13selftests/bpf: retry bpf_map_update_elem() when E2BIG is returnedMatt Bobrowski1-1/+2
2025-11-13selftests/bpf: Add mptcp test with sockmapJiayuan Chen2-0/+183
2025-11-13perf libbfd: Ensure libbfd is initialized prior to useIan Rogers3-4/+50
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski33-90/+861
2025-11-13perf test: Fix lock contention testRavi Bangoria1-5/+9
2025-11-13perf lock: Fix segfault due to missing kernel mapRavi Bangoria1-0/+2
2025-11-13tools headers UAPI: Sync KVM's vmx.h with the kernel to pick SEAMCALL exit re...Arnaldo Carvalho de Melo1-0/+1
2025-11-13perf build: Don't fail fast path feature detection when binutils-devel is not...Arnaldo Carvalho de Melo2-5/+4
2025-11-13perf header: Write bpf_prog (infos|btfs)_cnt to data fileThomas Falcon1-8/+2
2025-11-13Merge tag 'linux_kselftest-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+4
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds13-66/+699
2025-11-13selftests/bpf: Add test to verify freeing the special fields in pcpu mapsLeon Hwang2-0/+116
2025-11-13Merge branch 'for-6.19/cxl-addr-xlat' into cxl-for-nextDave Jiang2-0/+446
2025-11-13Merge branch 'for-6.19/cxl-misc' into cxl-for-nextDave Jiang4-49/+0
2025-11-13objtool: Warn on functions with ambiguous -ffunction-sections section namesJosh Poimboeuf2-0/+40
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar64-307/+1143
2025-11-12tools: ynltool: correct install in MakefileJakub Kicinski1-1/+1
2025-11-12selftests: drv-net: Limit the max number of queues in procfs_downup_hammerDimitri Daskalakis1-2/+3
2025-11-12perf test: Add a perf event fallback testZide Chen1-0/+86
2025-11-12hung_task: panic when there are more than N hung tasks at the same timeLi RongQing1-1/+1
2025-11-12sched_ext: Add scx_cpu0 example schedulerTejun Heo3-1/+195
2025-11-12vfio: selftests: replace iova=vaddr with allocated iovasAlex Mastro2-5/+12
2025-11-12vfio: selftests: add iova allocatorAlex Mastro2-1/+84
2025-11-12vfio: selftests: fix map limit tests to use last available iovaAlex Mastro1-2/+13
2025-11-12vfio: selftests: add iova range query helpersAlex Mastro2-1/+179
2025-11-12selftests/vsock: disable shellcheck SC2317 and SC2119Bobby Eshleman1-0/+2
2025-11-12selftests/vsock: add vsock_loopback module loadingBobby Eshleman1-0/+2
2025-11-12selftests/vsock: add 1.37 to tested virtme-ng versionsBobby Eshleman1-1/+1
2025-11-12selftests/vsock: add BUILD=0 definitionBobby Eshleman1-0/+1
2025-11-12selftests/vsock: identify and execute tests that can re-use VMBobby Eshleman1-13/+50
2025-11-12selftests/vsock: add check_result() for pass/fail countingBobby Eshleman1-11/+21
2025-11-12selftests/vsock: speed up tests by reducing the QEMU pidfile timeoutBobby Eshleman1-2/+2
2025-11-12selftests/vsock: do not unconditionally die if qemu failsBobby Eshleman1-4/+2
2025-11-12selftests/vsock: avoid multi-VM pidfile collisions with QEMUBobby Eshleman1-19/+43
2025-11-12selftests/vsock: reuse logic for vsock_test through wrapper functionsBobby Eshleman1-40/+95
2025-11-12selftests/vsock: make wait_for_listener() work even if pipefail is onBobby Eshleman1-2/+4
2025-11-12selftests/vsock: improve logging in vmtest.shBobby Eshleman1-40/+29
2025-11-12KVM: selftests: Test for KVM_EXIT_ARM_SEAJiaqi Yan4-0/+335