aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
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 sourcesNamhyung 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-09bpf: Clarify the meaning of BPF_F_PSEUDO_HDRPaul Chaignon1-1/+1
2025-04-09bpf: Clarify role of BPF_F_RECOMPUTE_CSUMPaul Chaignon1-5/+9
2025-04-06tools/include: make uapi/linux/types.h usable from assemblyThomas Weißschuh1-0/+3
2025-04-04bpf: Fix a comment describing bpf_attrAnton Protopopov1-1/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds9-13/+119
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+5
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-2/+11
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-0/+56
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+532
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds2-2/+2
2025-03-24Merge tag 'nolibc-20250308-for-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds14-27/+281
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+19
2025-03-20tools headers: Sync uapi/asm-generic/socket.h with the kernel sourcesAlexander Mikhalitsyn1-2/+19
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko1-0/+1
2025-03-17lib/interval_tree: add test case for interval_tree_iter_xxx() helpersWei Yang1-0/+21
2025-03-17lib/rbtree: add random seedWei Yang1-0/+2
2025-03-17lib/rbtree: enable userland test suite for rbtree related data structureWei Yang7-13/+96
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-0/+5
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-0/+3
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song1-0/+1
2025-03-08tools/nolibc: don't use asm/ UAPI headersThomas Weißschuh3-8/+7
2025-03-06tools/nolibc: drop outdated example from overview commentLouis Taylor1-2/+1
2025-03-06tools/nolibc: process open() vararg as mode_tLouis Taylor1-1/+1
2025-03-06tools/nolibc: always use openat(2) instead of open(2)Louis Taylor1-6/+0
2025-03-06tools/nolibc: add support for openat(2)Louis Taylor1-0/+25