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