summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-04-24selftests/fs/mount-notify: test also remove/flush of mntns marksAmir Goldstein
2025-04-23selftests/tc-testing: Add test for HFSC queue emptying during peek operationCong Wang
2025-04-23selftests/bpf: Set MACs during veth creation in tc_redirectIlya Leoshkevich
2025-04-23selftests: mptcp: diag: use mptcp_lib_get_info_valueGeliang Tang
2025-04-23netlink: specs: allow header properties for attribute setsJakub Kicinski
2025-04-23selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'Ming Lei
2025-04-23selftests: ublk: fix recover testMing Lei
2025-04-23tools/memory-model/Documentation: Fix SRCU section in explanation.txtUladzislau Rezki (Sony)
2025-04-23selftests/bpf: Add test to access const void pointer argument in tracing programKaFai Wan
2025-04-23selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai
2025-04-23perf tools: Fix arm64 build by generating unistd_64.hJames Clark
2025-04-23selftests: net/bridge : add tests for per vlan snooping with stp state changesYong Wang
2025-04-22selftests/bpf: Add test for attaching kprobe with long event namesFeng Yang
2025-04-22selftests/bpf: Add test for attaching uprobe with long event namesFeng Yang
2025-04-22libbpf: Fix event name too long errorFeng Yang
2025-04-22selftests/bpf: Close the file descriptor to avoid resource leaksMalaya Kumar Rout
2025-04-22tools/memory-model: docs/references: Remove broken link to imgtec.comAkira Yokosawa
2025-04-22tools/memory-model: docs/ordering: Fix trivial typosAkira Yokosawa
2025-04-22tools/memory-model: docs/simple.txt: Fix trivial typosAkira Yokosawa
2025-04-22tools/memory-model: docs/README: Update introduction of locking.txtAkira Yokosawa
2025-04-22iio: normalize array sentinel styleDavid Lechner
2025-04-22lib: Ensure prime numbers tests are included in KUnit test runsMark Brown
2025-04-22PM: sleep: Use two lines for "Restarting..." / "done" messagesAndrew Sayers
2025-04-22tools/nolibc: implement width padding in printf()Thomas Weißschuh
2025-04-22selftests/nolibc: add test for snprintf() truncationThomas Weißschuh
2025-04-22selftests/nolibc: rename vfprintf test suiteThomas Weißschuh
2025-04-22selftests/nolibc: use snprintf() for printf testsThomas Weißschuh
2025-04-22tools/nolibc: add snprintf() and friendsThomas Weißschuh
2025-04-22tools/nolibc: allow limiting of printf destination sizeThomas Weißschuh
2025-04-22tools/nolibc: allow different write callbacks in printfThomas Weißschuh
2025-04-22tools/nolibc: add getopt()Thomas Weißschuh
2025-04-22tools/nolibc: add dprintf() and vdprintf()Thomas Weißschuh
2025-04-22Revert "selftests/nolibc: use waitid() over waitpid()"Thomas Weißschuh
2025-04-22tools/nolibc: implement waitpid() in terms of waitid()Thomas Weißschuh
2025-04-22tools/nolibc: add setpgrp()Thomas Weißschuh
2025-04-22tools/nolibc: add _exit()Thomas Weißschuh
2025-04-22tools/nolibc: add tolower() and toupper()Thomas Weißschuh
2025-04-22tools/nolibc: use ppoll_time64 if availableThomas Weißschuh
2025-04-22tools/nolibc: use pselect6_time64 if availableThomas Weißschuh
2025-04-22tools/nolibc: use intmax definitions from compilerThomas Weißschuh
2025-04-22tools/nolibc: handle intmax_t/uintmax_t in printfThomas Weißschuh
2025-04-21Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-04-21tools: ynl: add missing header depsJakub Kicinski
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-04-21fs: remove uselib() system callChristian Brauner
2025-04-19Merge tag 'trace-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh
2025-04-19tools/nolibc: add sys/types.h shimThomas Weißschuh