summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2025-04-19tools/nolibc: move gettimeofday() to sys/time.hThomas Weißschuh
2025-04-19tools/nolibc: move syscall() to sys/syscall.hThomas Weißschuh
2025-04-19tools/nolibc: move stat() and friends to sys/stat.hThomas Weißschuh
2025-04-19tools/nolibc: move mmap() and friends to sys/mman.hThomas Weißschuh
2025-04-19tools/nolibc: move getauxval() to sys/auxv.hThomas Weißschuh
2025-04-19tools/nolibc: move open() and friends to fcntl.hThomas Weißschuh
2025-04-19tools/nolibc: add elf.hThomas Weißschuh
2025-04-19tools/nolibc: prepare for headers in subdirectoriesThomas Weißschuh
2025-04-19selftests/nolibc: enable UBSAN if availableThomas Weißschuh
2025-04-19selftests/nolibc: disable ubsan for smash_stack()Thomas Weißschuh
2025-04-19tools/nolibc: fix integer overflow in i{64,}toa_r() andThomas Weißschuh
2025-04-19tools/nolibc: properly align dirent bufferThomas Weißschuh
2025-04-19tools/nolibc: disable function sanitizer for _start_c()Thomas Weißschuh
2025-04-19tools/nolibc: add __nolibc_aligned() and __nolibc_aligned_as()Thomas Weißschuh
2025-04-19tools/nolibc: add __nolibc_has_feature()Thomas Weißschuh
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang
2025-04-18Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-04-18Merge tag 'linux_kselftest-kunit-fixes-6.15-rc3' of git://git.kernel.org/pub/...Linus Torvalds
2025-04-18Merge tag 'linux_kselftest-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-04-18cxl: Fix devm host device for CXL fwctl initializationDave Jiang
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-18tracing: selftests: Add testing a user string to filtersSteven Rostedt
2025-04-18selftests/pcie_bwctrl: Fix test progs listIlpo Järvinen
2025-04-18selftests/bpf: Add 5-byte NOP uprobe trigger benchmarkJiri Olsa
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-17selftests/bpf: Test attaching bpf qdisc to mq and non rootAmery Hung
2025-04-17selftests/bpf: Add a bpf fq qdisc to selftestAmery Hung
2025-04-17selftests/bpf: Add a basic fifo qdisc testAmery Hung
2025-04-17libbpf: Support creating and destroying qdiscAmery Hung