summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-12-18tools/nolibc/dirent: avoid errno in readdir_rBenjamin Berg1-3/+3
2025-12-18tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is setBenjamin Berg1-0/+4
2025-12-18perf hwmon_pmu: Fix uninitialized variable warningMichal Suchanek1-2/+1
2025-12-18tools/nolibc: x86: fix section mismatch caused by asm "mem*" functionsWilly Tarreau1-2/+4
2025-12-18tools/power turbostat: Regression fix Uncore MHz printed in hexLen Brown1-6/+6
2025-12-18perf annotate: Check return value of evsel__get_arch() properlyTianyou Li1-1/+1
2025-12-18perf parse-events: Make X modifier more respectful of groupsIan Rogers1-6/+10
2025-12-18perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers3-3/+30
2025-12-18objtool: Fix weak symbol detectionJosh Poimboeuf1-4/+4
2025-12-18objtool: Fix standalone --hacks=jump_labelDylan Hatch1-1/+2
2025-12-18perf bpf_counter: Fix opening of "any"(-1) CPU eventsIan Rogers2-1/+19
2025-12-18tools/nolibc: handle NULL wstatus argument to waitpid()Thomas Weißschuh1-6/+12
2025-11-26Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/s...Linus Torvalds1-8/+7
2025-11-25selftests/mm: fix division-by-zero in uffd-unit-testsCarlos Llamas1-8/+7
2025-11-22Merge tag 'riscv-for-linus-6.18-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-12/+188
2025-11-20selftests: mptcp: add a check for 'add_addr_accepted'Gang Yan1-0/+7
2025-11-20selftests: mptcp: join: userspace: longer timeoutMatthieu Baerts (NGI0)1-5/+5
2025-11-20selftests: mptcp: join: endpoints: longer timeoutMatthieu Baerts (NGI0)1-4/+4
2025-11-20selftests: mptcp: join: fastclose: remove flaky marksMatthieu Baerts (NGI0)1-2/+0
2025-11-19selftest: af_unix: Add test for SO_PEEK_OFF.Kuniyuki Iwashima3-0/+164
2025-11-18selftests: net: lib: Do not overwrite error messagesIdo Schimmel2-1/+8
2025-11-17Merge tag 'perf-tools-fixes-for-v6.18-2-2025-11-16' of git://git.kernel.org/p...Linus Torvalds9-22/+68
2025-11-17Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2025-11-16tools: riscv: Fixed misalignment of CSR related definitionsChen Pei1-2/+3
2025-11-15selftests/user_events: fix type cast for write_index packed member in perf_testAnkit Khushwaha1-1/+1
2025-11-15Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds15-27/+628
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman1-0/+53
2025-11-14Merge tag 'vfio-v6.18-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds4-9/+288
2025-11-14selftests/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-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-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: mptcp: join: properly kill background tasksMatthieu Baerts (NGI0)2-9/+30
2025-11-12selftests: mptcp: connect: trunc: read all recv dataMatthieu Baerts (NGI0)1-5/+13
2025-11-12selftests: mptcp: join: userspace: longer transferMatthieu Baerts (NGI0)1-5/+5
2025-11-12selftests: mptcp: join: endpoints: longer transferMatthieu Baerts (NGI0)1-4/+4
2025-11-12selftests: mptcp: join: rm: set backup flagMatthieu Baerts (NGI0)1-27/+27
2025-11-12selftests: mptcp: connect: fix fallback note due to OoOMatthieu Baerts (NGI0)1-1/+1
2025-11-11selftest: netcons: add test for netconsole over bonded interfacesBreno Leitao4-7/+414
2025-11-11selftest: netcons: create a torture testBreno Leitao2-0/+131