summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-04-22tools/nolibc: add setpgrp()Thomas Weißschuh-0/+10
2025-04-22tools/nolibc: add _exit()Thomas Weißschuh-1/+7
2025-04-22tools/nolibc: add tolower() and toupper()Thomas Weißschuh-0/+22
2025-04-22tools/nolibc: use ppoll_time64 if availableThomas Weißschuh-0/+8
2025-04-22tools/nolibc: use pselect6_time64 if availableThomas Weißschuh-0/+8
2025-04-22tools/nolibc: use intmax definitions from compilerThomas Weißschuh-2/+2
2025-04-22tools/nolibc: handle intmax_t/uintmax_t in printfThomas Weißschuh-0/+4
2025-04-21Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-12/+1264
2025-04-21tools: ynl: add missing header depsJakub Kicinski-1/+4
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov-802/+3238
2025-04-21fs: remove uselib() system callChristian Brauner-2/+0
2025-04-19Merge tag 'trace-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+20
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh-53/+73
2025-04-19tools/nolibc: add sys/types.h shimThomas Weißschuh-0/+8
2025-04-19tools/nolibc: move gettimeofday() to sys/time.hThomas Weißschuh-21/+38
2025-04-19tools/nolibc: move syscall() to sys/syscall.hThomas Weißschuh-6/+21
2025-04-19tools/nolibc: move stat() and friends to sys/stat.hThomas Weißschuh-56/+76
2025-04-19tools/nolibc: move mmap() and friends to sys/mman.hThomas Weißschuh-48/+65
2025-04-19tools/nolibc: move getauxval() to sys/auxv.hThomas Weißschuh-26/+43
2025-04-19tools/nolibc: move open() and friends to fcntl.hThomas Weißschuh-52/+72
2025-04-19tools/nolibc: add elf.hThomas Weißschuh-0/+17
2025-04-19tools/nolibc: prepare for headers in subdirectoriesThomas Weißschuh-1/+1
2025-04-19selftests/nolibc: enable UBSAN if availableThomas Weißschuh-1/+2
2025-04-19selftests/nolibc: disable ubsan for smash_stack()Thomas Weißschuh-0/+1
2025-04-19tools/nolibc: fix integer overflow in i{64,}toa_r() andThomas Weißschuh-2/+2
2025-04-19tools/nolibc: properly align dirent bufferThomas Weißschuh-1/+2
2025-04-19tools/nolibc: disable function sanitizer for _start_c()Thomas Weißschuh-0/+5
2025-04-19tools/nolibc: add __nolibc_aligned() and __nolibc_aligned_as()Thomas Weißschuh-0/+3
2025-04-19tools/nolibc: add __nolibc_has_feature()Thomas Weißschuh-0/+6
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang-2/+2
2025-04-18Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2025-04-18Merge tag 'linux_kselftest-kunit-fixes-6.15-rc3' of git://git.kernel.org/pub/...Linus Torvalds-1/+3
2025-04-18Merge tag 'linux_kselftest-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+22
2025-04-18cxl: Fix devm host device for CXL fwctl initializationDave Jiang-1/+1
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds-174/+938
2025-04-18tracing: selftests: Add testing a user string to filtersSteven Rostedt-0/+20
2025-04-18selftests/pcie_bwctrl: Fix test progs listIlpo Järvinen-1/+2
2025-04-18selftests/bpf: Add 5-byte NOP uprobe trigger benchmarkJiri Olsa-1/+55
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-198/+1012
2025-04-17Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-24/+132
2025-04-17selftests/bpf: Test attaching bpf qdisc to mq and non rootAmery Hung-0/+76
2025-04-17selftests/bpf: Add a bpf fq qdisc to selftestAmery Hung-0/+774
2025-04-17selftests/bpf: Add a basic fifo qdisc testAmery Hung-0/+230
2025-04-17libbpf: Support creating and destroying qdiscAmery Hung-4/+21
2025-04-17testing/selftests: add test tool and scripts for ovpn moduleAntonio Quartulli-0/+2721
2025-04-16Merge tag 'mm-hotfixes-stable-2025-04-16-19-59' of git://git.kernel.org/pub/s...Linus Torvalds-20/+10
2025-04-16selftests: ublk: add generic_06 for covering fault injectUday Shankar-3/+155
2025-04-16selftests: ublk: move creating UBLK_TMP into _prep_test()Ming Lei-1/+1