aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds50-515/+2014
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-323/+334
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+44
2025-05-26Merge tag 'vfs-6.16-rc1.selftests' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+554
2025-05-22perf/uapi: Clean up <uapi/linux/perf_event.h> a bitIngo Molnar1-321/+331
2025-05-22perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>Ian Rogers1-2/+3
2025-05-21tools/nolibc: move NULL and offsetof() to sys/stddef.hThomas Weißschuh4-9/+26
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh4-27/+44
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh4-5/+22
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh5-39/+55
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh5-19/+36
2025-05-21tools/nolibc: move prctl() to sys/prctl.hThomas Weißschuh4-21/+38
2025-05-21tools/nolibc: move mount() to sys/mount.hThomas Weißschuh4-20/+39
2025-05-21tools/nolibc: move ioctl() to sys/ioctl.hThomas Weißschuh4-12/+31
2025-05-21tools/nolibc: implement wait() in terms of waitpid()Thomas Weißschuh1-6/+6
2025-05-21tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()Thomas Weißschuh1-1/+14
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh1-0/+27
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh3-0/+52
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh1-0/+7
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh3-0/+89
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh2-0/+87
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh2-0/+94
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh1-0/+28
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh4-0/+51
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh3-0/+36
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh1-0/+19
2025-05-21tools/nolibc: add more stat() variantsThomas Weißschuh1-2/+23
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh1-0/+7
2025-05-21tools/nolibc: add strstr()Thomas Weißschuh1-0/+20
2025-05-21tools/nolibc: use poll-related definitions from UAPI headersThomas Weißschuh2-15/+1
2025-05-21tools/nolibc: move poll() to poll.hThomas Weißschuh4-37/+57
2025-05-21tools/nolibc: Add m68k supportDaniel Palmer2-0/+143
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh20-63/+60
2025-05-21tools/nolibc: add target to check header usabilityThomas Weißschuh1-0/+9
2025-05-21tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior1-0/+1
2025-05-12selftests/fs/mount-notify: build with tools include dirAmir Goldstein1-0/+274
2025-05-12selftests/fs/statmount: build with tools include dirAmir Goldstein2-0/+280
2025-05-07bpf: Clarify handling of mark and tstamp by redirect_peerPaul Chaignon1-0/+3
2025-05-03tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior1-1/+43
2025-04-22tools/nolibc: implement width padding in printf()Thomas Weißschuh1-1/+16
2025-04-22tools/nolibc: add snprintf() and friendsThomas Weißschuh1-0/+55
2025-04-22tools/nolibc: allow limiting of printf destination sizeThomas Weißschuh1-6/+10
2025-04-22tools/nolibc: allow different write callbacks in printfThomas Weißschuh1-4/+17
2025-04-22tools/nolibc: add getopt()Thomas Weißschuh3-0/+103
2025-04-22tools/nolibc: add dprintf() and vdprintf()Thomas Weißschuh1-0/+24
2025-04-22tools/nolibc: implement waitpid() in terms of waitid()Thomas Weißschuh1-12/+58
2025-04-22tools/nolibc: add setpgrp()Thomas Weißschuh1-0/+10
2025-04-22tools/nolibc: add _exit()Thomas Weißschuh1-1/+7
2025-04-22tools/nolibc: add tolower() and toupper()Thomas Weißschuh1-0/+17
2025-04-22tools/nolibc: use ppoll_time64 if availableThomas Weißschuh1-0/+8