summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-18selftests: line buffer test program's stdoutRyan Roberts1-0/+24
2023-07-14tools include UAPI: Sync the sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-2/+79
2023-07-14tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+31
2023-07-11tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+11
2023-07-11tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo1-1/+2
2023-07-11tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+5
2023-07-11tools headers uapi: Sync linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+5
2023-07-11tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo2-1/+18
2023-07-11tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+93
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-106/+43
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+31
2023-06-27Merge tag 'nolibc.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-264/+486
2023-06-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+18
2023-06-22syscalls: Remove file path comments from headersSohil Mehta1-99/+30
2023-06-22asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2-7/+13
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn1-0/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn1-0/+2
2023-06-09tools/nolibc: open: fix up compile warning for armZhangjin Wu1-1/+1
2023-06-09tools/nolibc: arm: add missing my_syscall6Zhangjin Wu1-0/+23
2023-06-09selftests/nolibc: not include limits.h for nolibcZhangjin Wu1-0/+14
2023-06-09tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh1-5/+5
2023-06-09tools/nolibc: ppoll/ppoll_time64: add a missing argumentZhangjin Wu1-1/+1
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh2-33/+39
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh1-0/+27
2023-06-09tools/nolibc: s390: disable stackprotector in _startThomas Weißschuh1-1/+3
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh9-8/+18
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh10-28/+40
2023-06-09tools/nolibc: reformat list of headers to be installedThomas Weißschuh1-2/+16
2023-06-09tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh1-2/+3
2023-06-09tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: fix typo pint -> pointThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh1-1/+6
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh1-1/+7
2023-06-09tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh1-1/+6
2023-06-09tools/nolibc: arm: add stackprotector supportThomas Weißschuh1-1/+6
2023-06-09tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh1-1/+6
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh1-0/+15
2023-06-09tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu1-5/+9
2023-06-09tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh2-8/+1
2023-06-09tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh2-0/+11
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh10-149/+149
2023-06-09tools/nolibc: use __inline__ syntaxThomas Weißschuh1-9/+9
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh1-2/+2
2023-06-09tools/nolibc: Fix build of stdio.h due to header orderingMark Brown1-1/+1
2023-06-09tools/nolibc: implement fd-based FILE streamsThomas Weißschuh1-27/+68
2023-06-09tools/nolibc: add wrapper for memfd_createThomas Weißschuh1-0/+23
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-06-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2023-06-06bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal1-0/+1
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+1