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