summaryrefslogtreecommitdiffstats
path: root/tools/include
AgeCommit message (Expand)AuthorLines
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
2023-08-06tools/nolibc: fix up #error compile failures with -ENOSYSZhangjin Wu-13/+13
2023-08-04tools include: Add some common function attributesMark Brown-0/+12
2023-08-04tools compiler.h: Add OPTIMIZER_HIDE_VAR()Mark Brown-0/+6
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-3/+6
2023-07-28netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu-0/+5
2023-07-28ynl: regenerate all headersStanislav Fomichev-1/+2
2023-07-27bpf: Support new sign-extension load insnsYonghong Song-0/+1
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer-3/+0
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+244
2023-07-19bpf: sync tools/ uapi header withAlan Maguire-0/+2
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann-4/+30
2023-07-19bpf: Add generic attach/detach/query API for multi-progsDaniel Borkmann-8/+28