summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-28Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2023-08-23tools/nolibc: avoid undesired casts in the __sysret() macroWilly Tarreau
2023-08-23tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()Willy Tarreau
2023-08-23tools/nolibc: silence ppc64 compile warningsZhangjin Wu
2023-08-23tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu
2023-08-23tools/nolibc: add support for powerpc64Zhangjin Wu
2023-08-23tools/nolibc: add support for powerpcZhangjin Wu
2023-08-23tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh
2023-08-23tools/nolibc: sys: avoid implicit sign castThomas Weißschuh
2023-08-23tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh
2023-08-23tools/nolibc: fix return type of getpagesize()Thomas Weißschuh
2023-08-23tools/nolibc: drop unused variablesThomas Weißschuh
2023-08-23tools/nolibc: add pipe() and pipe2() supportYuan Tan
2023-08-23tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts
2023-08-23tools/nolibc: s390: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: loongarch: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: mips: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: x86_64: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: i386: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: aarch64: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: arm: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: crt.h: initialize stack protectorZhangjin Wu
2023-08-23tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...Zhangjin Wu
2023-08-23tools/nolibc: add new crt.h with _start_cZhangjin Wu
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu
2023-08-23tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu
2023-08-23tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu
2023-08-23tools/nolibc: completely remove optional environ supportThomas Weißschuh
2023-08-23tools/nolibc: add rmdir() supportZhangjin Wu
2023-08-23tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu
2023-08-23tools/nolibc: clean up sbrk() routineZhangjin Wu
2023-08-23tools/nolibc: clean up mmap() routineZhangjin Wu
2023-08-23tools/nolibc: __sysret: support syscalls who return a pointerZhangjin Wu
2023-08-23tools/nolibc: add missing my_syscall6() for mipsZhangjin Wu
2023-08-23tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu
2023-08-23tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu
2023-08-23toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu
2023-08-23tools/nolibc: arch-*.h: fix up code indent errorsZhangjin Wu
2023-08-21bpf: Add pid filter support for uprobe_multi linkJiri Olsa
2023-08-21bpf: Add cookies support for uprobe_multi linkJiri Olsa
2023-08-21bpf: Add multi uprobe linkJiri Olsa
2023-08-21bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enumJiri Olsa
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa
2023-08-06tools/nolibc: unistd.h: reorder the syscall macrosZhangjin Wu
2023-08-06tools/nolibc: sys.h: apply __sysret() helperZhangjin Wu
2023-08-06tools/nolibc: unistd.h: apply __sysret() helperZhangjin Wu
2023-08-06tools/nolibc: sys.h: add a syscall return helperZhangjin Wu
2023-08-06tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYSZhangjin Wu