summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-11-14libbpf: Fix BTF dedup to support recursive typedef definitionsPaul Houssel-16/+55
2025-11-14selftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov-0/+5
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-27/+628
2025-11-14selftests/bpf: Convert glob_match() to bpf arenaAlexei Starovoitov-0/+304
2025-11-14selftests/timers/nanosleep: Add tests for return of remaining timeThomas Weißschuh-0/+55
2025-11-14selftests/timers: Clean up kernel version check in posix_timersWake Liu-10/+22
2025-11-14selftests/cgroup: conform test to KTAP format outputGuopeng Zhang-24/+32
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman-0/+53
2025-11-14selftests/futex: Create test for robust listAndré Almeida-1/+555
2025-11-14selftests/futex: Skip tests if shmget unsupportedCarlos Llamas-0/+4
2025-11-14selftests/futex: Add newline to ksft_exit_fail_msg()Carlos Llamas-3/+3
2025-11-14selftests/futex: Remove unused test_futex_mpol()André Almeida-5/+0
2025-11-13perf vendor metrics s390: Avoid has_event(INSTRUCTIONS)Ian Rogers-8/+8
2025-11-13perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers-4/+35
2025-11-13perf build: Remove NO_AUXTRACE build optionIan Rogers-355/+37
2025-11-13tool build: Remove __get_cpuid feature testIan Rogers-19/+0
2025-11-13perf build: Don't add NO_AUXTRACE if missing feature-get_cpuidIan Rogers-10/+2
2025-11-13perf intel-pt: Use the perf provided "cpuid.h"Ian Rogers-5/+5
2025-11-13Merge tag 'vfio-v6.18-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds-9/+288
2025-11-13selftests/bpf: retry bpf_map_update_elem() when E2BIG is returnedMatt Bobrowski-1/+2
2025-11-13selftests/bpf: Add mptcp test with sockmapJiayuan Chen-0/+183
2025-11-13perf libbfd: Ensure libbfd is initialized prior to useIan Rogers-4/+50
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-90/+861
2025-11-13perf test: Fix lock contention testRavi Bangoria-5/+9
2025-11-13perf lock: Fix segfault due to missing kernel mapRavi Bangoria-0/+2
2025-11-13tools headers UAPI: Sync KVM's vmx.h with the kernel to pick SEAMCALL exit re...Arnaldo Carvalho de Melo-0/+1
2025-11-13perf build: Don't fail fast path feature detection when binutils-devel is not...Arnaldo Carvalho de Melo-5/+4
2025-11-13perf header: Write bpf_prog (infos|btfs)_cnt to data fileThomas Falcon-8/+2
2025-11-13Merge tag 'linux_kselftest-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+4
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-66/+699
2025-11-13selftests/bpf: Add test to verify freeing the special fields in pcpu mapsLeon Hwang-0/+116
2025-11-13Merge branch 'for-6.19/cxl-addr-xlat' into cxl-for-nextDave Jiang-0/+446
2025-11-13Merge branch 'for-6.19/cxl-misc' into cxl-for-nextDave Jiang-49/+0
2025-11-13objtool: Warn on functions with ambiguous -ffunction-sections section namesJosh Poimboeuf-0/+40
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar-307/+1143
2025-11-12tools: ynltool: correct install in MakefileJakub Kicinski-1/+1
2025-11-12selftests: drv-net: Limit the max number of queues in procfs_downup_hammerDimitri Daskalakis-2/+3
2025-11-12perf test: Add a perf event fallback testZide Chen-0/+86
2025-11-12hung_task: panic when there are more than N hung tasks at the same timeLi RongQing-1/+1
2025-11-12sched_ext: Add scx_cpu0 example schedulerTejun Heo-1/+195
2025-11-12vfio: selftests: replace iova=vaddr with allocated iovasAlex Mastro-5/+12
2025-11-12vfio: selftests: add iova allocatorAlex Mastro-1/+84
2025-11-12vfio: selftests: fix map limit tests to use last available iovaAlex Mastro-2/+13
2025-11-12vfio: selftests: add iova range query helpersAlex Mastro-1/+179
2025-11-12selftests/vsock: disable shellcheck SC2317 and SC2119Bobby Eshleman-0/+2
2025-11-12selftests/vsock: add vsock_loopback module loadingBobby Eshleman-0/+2
2025-11-12selftests/vsock: add 1.37 to tested virtme-ng versionsBobby Eshleman-1/+1
2025-11-12selftests/vsock: add BUILD=0 definitionBobby Eshleman-0/+1
2025-11-12selftests/vsock: identify and execute tests that can re-use VMBobby Eshleman-13/+50
2025-11-12selftests/vsock: add check_result() for pass/fail countingBobby Eshleman-11/+21