summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa
2025-05-07bpf: Clarify handling of mark and tstamp by redirect_peerPaul Chaignon
2025-05-03tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior
2025-04-22tools/nolibc: implement width padding in printf()Thomas 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-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 git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
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-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-14tools/nolibc: drop manual stack pointer alignmentThomas Weißschuh
2025-04-11tools/nolibc: Add support for SPARCThomas Weißschuh
2025-04-11tools/nolibc/types.h: fix mismatched parenthesis in minor()Jemmy Wong
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the uapi/asm-generic/mman-common.h copy with the kernel...Namhyung Kim
2025-04-10tools headers: Update the syscall table with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the VFS headers with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the uapi/linux/perf_event.h copy with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the socket headers with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the KVM headers with the kernel sourcesNamhyung Kim
2025-04-09bpf: Clarify the meaning of BPF_F_PSEUDO_HDRPaul Chaignon
2025-04-09bpf: Clarify role of BPF_F_RECOMPUTE_CSUMPaul Chaignon
2025-04-06tools/include: make uapi/linux/types.h usable from assemblyThomas Weißschuh
2025-04-04bpf: Fix a comment describing bpf_attrAnton Protopopov
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds