summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tools/nolibc: add rmdir() supportZhangjin Wu2023-08-231-0/+22
| * | | | tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu2023-08-232-2/+11
| * | | | tools/nolibc: clean up sbrk() routineZhangjin Wu2023-08-231-5/+4
| * | | | tools/nolibc: clean up mmap() routineZhangjin Wu2023-08-232-23/+12
| * | | | tools/nolibc: __sysret: support syscalls who return a pointerZhangjin Wu2023-08-231-5/+12
| * | | | tools/nolibc: add missing my_syscall6() for mipsZhangjin Wu2023-08-232-6/+30
| * | | | tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu2023-08-231-12/+10
| * | | | tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu2023-08-231-14/+9
| * | | | toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu2023-08-238-54/+54
| * | | | tools/nolibc: arch-*.h: fix up code indent errorsZhangjin Wu2023-08-235-39/+39
| * | | | tools/nolibc: unistd.h: reorder the syscall macrosZhangjin Wu2023-08-061-2/+2
| * | | | tools/nolibc: sys.h: apply __sysret() helperZhangjin Wu2023-08-061-310/+44
| * | | | tools/nolibc: unistd.h: apply __sysret() helperZhangjin Wu2023-08-061-10/+1
| * | | | tools/nolibc: sys.h: add a syscall return helperZhangjin Wu2023-08-061-0/+10
| * | | | tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYSZhangjin Wu2023-08-061-0/+12
| * | | | tools/nolibc: fix up #error compile failures with -ENOSYSZhangjin Wu2023-08-061-13/+13
| |/ / /
* | | | tools include: Add some common function attributesMark Brown2023-08-041-0/+12
* | | | tools compiler.h: Add OPTIMIZER_HIDE_VAR()Mark Brown2023-08-041-0/+6
| |_|/ |/| |
* | | 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