summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* tools include UAPI: Sync the sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-2/+79
* tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-0/+31
* tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-0/+11
* tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-1/+2
* tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-1/+5
* tools headers uapi: Sync linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-0/+5
* tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo2023-07-112-1/+18
* tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-2/+93
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-063-106/+43
|\
| * syscalls: Remove file path comments from headersSohil Mehta2023-06-221-99/+30
| * asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-222-7/+13
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-282-3/+31
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-241-3/+18
| |\ \
| | * | bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos2023-06-011-3/+18
| * | | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-121-0/+1
| * | | scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-0/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-012-13/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-261-0/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko2023-05-231-0/+10
* | | | | Merge tag 'nolibc.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2720-264/+486
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tools/nolibc: open: fix up compile warning for armZhangjin Wu2023-06-091-1/+1
| * | | | tools/nolibc: arm: add missing my_syscall6Zhangjin Wu2023-06-091-0/+23
| * | | | selftests/nolibc: not include limits.h for nolibcZhangjin Wu2023-06-091-0/+14
| * | | | tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh2023-06-091-5/+5
| * | | | tools/nolibc: ppoll/ppoll_time64: add a missing argumentZhangjin Wu2023-06-091-1/+1
| * | | | tools/nolibc: support nanoseconds in stat()Thomas Weißschuh2023-06-092-33/+39
| * | | | tools/nolibc: add support for prctl()Thomas Weißschuh2023-06-091-0/+27
| * | | | tools/nolibc: s390: disable stackprotector in _startThomas Weißschuh2023-06-091-1/+3
| * | | | tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh2023-06-099-8/+18
| * | | | tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh2023-06-0910-28/+40
| * | | | tools/nolibc: reformat list of headers to be installedThomas Weißschuh2023-06-091-2/+16
| * | | | tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh2023-06-091-2/+3
| * | | | tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh2023-06-091-1/+1
| * | | | tools/nolibc: fix typo pint -> pointThomas Weißschuh2023-06-091-1/+1
| * | | | tools/nolibc: riscv: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc: mips: add stackprotector supportThomas Weißschuh2023-06-091-1/+7
| * | | | tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc: arm: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc/unistd: add syscall()Thomas Weißschuh2023-06-091-0/+15
| * | | | tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu2023-06-091-5/+9
| * | | | tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh2023-06-092-8/+1
| * | | | tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh2023-06-092-0/+11
| * | | | tools/nolibc: use C89 comment syntaxThomas Weißschuh2023-06-0910-149/+149
| * | | | tools/nolibc: use __inline__ syntaxThomas Weißschuh2023-06-091-9/+9
| * | | | tools/nolibc: use standard __asm__ statementsThomas Weißschuh2023-06-091-2/+2
| * | | | tools/nolibc: Fix build of stdio.h due to header orderingMark Brown2023-06-091-1/+1
| * | | | tools/nolibc: implement fd-based FILE streamsThomas Weißschuh2023-06-091-27/+68
| * | | | tools/nolibc: add wrapper for memfd_createThomas Weißschuh2023-06-091-0/+23
| | |/ / | |/| |