summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2025-05-20tools headers: Synchronize uapi/linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-6/+2
2025-05-20tools headers: Sync the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo1-6/+6
2025-05-13net: devmem: TCP tx netlink apiStanislav Fomichev1-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-12tools headers UAPI: sync linux/fs.h with the kernel sourcesAndrei Vagin1-1/+18
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa1-0/+1
2025-05-08bpf: 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
2025-04-22tools/nolibc: use pselect6_time64 if availableThomas Weißschuh1-0/+8
2025-04-22tools/nolibc: use intmax definitions from compilerThomas Weißschuh1-2/+2
2025-04-22tools/nolibc: handle intmax_t/uintmax_t in printfThomas Weißschuh1-0/+2
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov8-29/+136
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh4-53/+73
2025-04-19tools/nolibc: add sys/types.h shimThomas Weißschuh2-0/+8
2025-04-19tools/nolibc: move gettimeofday() to sys/time.hThomas Weißschuh4-21/+38
2025-04-19tools/nolibc: move syscall() to sys/syscall.hThomas Weißschuh4-6/+21
2025-04-19tools/nolibc: move stat() and friends to sys/stat.hThomas Weißschuh4-56/+76
2025-04-19tools/nolibc: move mmap() and friends to sys/mman.hThomas Weißschuh4-48/+65
2025-04-19tools/nolibc: move getauxval() to sys/auxv.hThomas Weißschuh4-26/+43
2025-04-19tools/nolibc: move open() and friends to fcntl.hThomas Weißschuh5-52/+72
2025-04-19tools/nolibc: add elf.hThomas Weißschuh3-0/+17
2025-04-19tools/nolibc: prepare for headers in subdirectoriesThomas Weißschuh1-1/+1
2025-04-19tools/nolibc: fix integer overflow in i{64,}toa_r() andThomas Weißschuh1-2/+2
2025-04-19tools/nolibc: properly align dirent bufferThomas Weißschuh1-1/+2
2025-04-19tools/nolibc: disable function sanitizer for _start_c()Thomas Weißschuh1-0/+5
2025-04-19tools/nolibc: add __nolibc_aligned() and __nolibc_aligned_as()Thomas Weißschuh1-0/+3
2025-04-19tools/nolibc: add __nolibc_has_feature()Thomas Weißschuh1-0/+6
2025-04-14tools/nolibc: drop manual stack pointer alignmentThomas Weißschuh7-16/+0
2025-04-11tools/nolibc: Add support for SPARCThomas Weißschuh2-0/+193
2025-04-11tools/nolibc/types.h: fix mismatched parenthesis in minor()Jemmy Wong1-1/+1
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim1-0/+45
2025-04-10tools headers: Update the uapi/asm-generic/mman-common.h copy with the kernel...Namhyung Kim1-0/+1
2025-04-10tools headers: Update the syscall table with the kernel sourcesNamhyung Kim1-1/+3
2025-04-10tools headers: Update the VFS headers with the kernel sourcesNamhyung Kim1-24/+75
2025-04-10tools headers: Update the uapi/linux/perf_event.h copy with the kernel sourcesNamhyung Kim1-0/+2
2025-04-10tools headers: Update the socket headers with the kernel sourcesNamhyung Kim1-0/+2
2025-04-10tools headers: Update the KVM headers with the kernel sourcesNamhyung Kim1-4/+5
2025-04-10bpf: Clarify the meaning of BPF_F_PSEUDO_HDRPaul Chaignon1-1/+1