aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-07-01selftests: vDSO: vdso_config: Avoid -Wunused-variablesThomas Weißschuh1-0/+2
2025-07-01selftests: vDSO: vdso_test_getrandom: Avoid -WunusedThomas Weißschuh1-1/+2
2025-07-01selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.hThomas Weißschuh1-1/+0
2025-07-01selftests: vDSO: clock_getres: Drop unused include of err.hThomas Weißschuh1-1/+0
2025-07-01selftests: vDSO: chacha: Correctly skip test if necessaryThomas Weißschuh1-1/+2
2025-07-01objtool: Add missing endian conversion to read_annotate()Heiko Carstens1-0/+1
2025-06-30selftests: net: Add a selftest for externally validated neighbor entriesIdo Schimmel2-0/+367
2025-06-30cxl_test: Limit location for fake CFMWS to mappable rangeJonathan Cameron2-1/+7
2025-06-30perf build: Specify shellcheck should use bashCollin Funk7-6/+8
2025-06-30perf test annotate: Use --percent-limit rather than head to reduce outputIan Rogers1-7/+8
2025-06-30perf test: Add basic callgraph test to record testingIan Rogers1-0/+30
2025-06-30perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"Colin Ian King1-3/+3
2025-06-30perf test: perf header test fails on s390Thomas Richter1-2/+2
2025-06-28tools/nolibc: MIPS: add support for N64 and N32 ABIsThomas Weißschuh3-16/+117
2025-06-28tools/nolibc: MIPS: drop noreorder optionThomas Weißschuh1-4/+0
2025-06-28tools/nolibc: MIPS: drop manual stack pointer alignmentThomas Weißschuh1-2/+0
2025-06-28tools/nolibc: MIPS: drop $gp setupThomas Weißschuh1-6/+0
2025-06-28Merge tag 'loongarch-fixes-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-2/+2
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+5
2025-06-27selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access testsEduard Zingerman1-0/+41
2025-06-27selftests/bpf: improve error messages in veristatMykyta Yatsenko1-11/+25
2025-06-27perf stat: Fix uncore aggregation numberChun-Tse Shao4-22/+24
2025-06-27selftests/net: packetdrill: add tcp_dsack_mult.pktEric Dumazet1-0/+45
2025-06-27selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattrSong Liu4-97/+49
2025-06-27perf build: Fix a build error on REFCNT_CHECKING=1Namhyung Kim1-1/+1
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsAlexei Starovoitov4-0/+366
2025-06-26selftests: forwarding: lib: Split setup_wait()Petr Machata4-5/+10
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-0/+95
2025-06-26tools/perf: Add --exclude-buildids option to perf archive commandTianyou Li1-5/+30
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim4-3/+93
2025-06-26tools: Remove libcrypto dependencyYuzhuo Jing9-57/+1
2025-06-26perf genelf: Remove libcrypto dependency and use built-in sha1()Yuzhuo Jing1-82/+3
2025-06-26perf util: add a basic SHA-1 implementationEric Biggers4-1/+148
2025-06-26perf build: enable -fno-strict-aliasingEric Biggers1-0/+4
2025-06-26perf top: populate PMU capabilities data in perf_envThomas Falcon3-0/+119
2025-06-26perf tools: move perf_pmus__find_core_pmu() prototype to pmus.hThomas Falcon2-1/+1
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski46-152/+616
2025-06-26perf trace: Split BPF skel code to util/bpf_trace_augment.cNamhyung Kim5-141/+255
2025-06-26perf test: Change all remaining #!/bin/sh to #!/bin/bashJames Clark43-43/+43
2025-06-26selftests/bpf: Test array presets in veristatMykyta Yatsenko2-24/+159
2025-06-26selftests/bpf: Support array presets in veristatMykyta Yatsenko1-50/+189
2025-06-26selftests/bpf: Separate var preset parsing in veristatMykyta Yatsenko1-53/+99
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov93-545/+2228
2025-06-26selftests/bpf: Add tests for string kfuncsViktor Malik4-0/+212
2025-06-26selftests/bpf: Allow macros in __retvalViktor Malik3-23/+19
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+139
2025-06-26LoongArch: Replace __ASSEMBLY__ with __ASSEMBLER__ in headersThomas Huth1-2/+2
2025-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds9-88/+122
2025-06-25selftests/mm: fix validate_addr() helperDev Jain1-2/+5