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