Age | Commit message (Expand) | Author |
2023-08-29 | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-08-28 | Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2023-08-23 | tools/nolibc: avoid undesired casts in the __sysret() macro | Willy Tarreau |
2023-08-23 | tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret() | Willy Tarreau |
2023-08-23 | tools/nolibc: silence ppc64 compile warnings | Zhangjin Wu |
2023-08-23 | tools/nolibc: stackprotector.h: make __stack_chk_init static | Zhangjin Wu |
2023-08-23 | tools/nolibc: add support for powerpc64 | Zhangjin Wu |
2023-08-23 | tools/nolibc: add support for powerpc | Zhangjin Wu |
2023-08-23 | tools/nolibc: stdint: use __SIZE_TYPE__ for size_t | Thomas Weißschuh |
2023-08-23 | tools/nolibc: sys: avoid implicit sign cast | Thomas Weißschuh |
2023-08-23 | tools/nolibc: setvbuf: avoid unused parameter warnings | Thomas Weißschuh |
2023-08-23 | tools/nolibc: fix return type of getpagesize() | Thomas Weißschuh |
2023-08-23 | tools/nolibc: drop unused variables | Thomas Weißschuh |
2023-08-23 | tools/nolibc: add pipe() and pipe2() support | Yuan Tan |
2023-08-23 | tools/nolibc/stdio: add setvbuf() to set buffering mode | Ryan Roberts |
2023-08-23 | tools/nolibc: s390: shrink _start with _start_c | Zhangjin Wu |
2023-08-23 | tools/nolibc: riscv: shrink _start with _start_c | Zhangjin Wu |
2023-08-23 | tools/nolibc: loongarch: shrink _start with _start_c | Zhangjin Wu |
2023-08-23 | tools/nolibc: mips: shrink _start with _start_c | Zhangjin Wu |
2023-08-23 | tools/nolibc: x86_64: shrink _start with _start_c | Zhangjin Wu |
2023-08-23 | tools/nolibc: i386: shrink _start with _start_c | Zhangjin Wu |
2023-08-23 | tools/nolibc: aarch64: shrink _start with _start_c | Zhangjin Wu |
2023-08-23 | tools/nolibc: arm: shrink _start with _start_c | Zhangjin Wu |
2023-08-23 | tools/nolibc: crt.h: initialize stack protector | Zhangjin Wu |
2023-08-23 | tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK... | Zhangjin Wu |
2023-08-23 | tools/nolibc: add new crt.h with _start_c | Zhangjin Wu |
2023-08-23 | tools/nolibc: remove the old sys_stat support | Zhangjin Wu |
2023-08-23 | tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0 | Zhangjin Wu |
2023-08-23 | tools/nolibc: arch-*.h: add missing space after ',' | Zhangjin Wu |
2023-08-23 | tools/nolibc: completely remove optional environ support | Thomas Weißschuh |
2023-08-23 | tools/nolibc: add rmdir() support | Zhangjin Wu |
2023-08-23 | tools/nolibc: types.h: add RB_ flags for reboot() | Zhangjin Wu |
2023-08-23 | tools/nolibc: clean up sbrk() routine | Zhangjin Wu |
2023-08-23 | tools/nolibc: clean up mmap() routine | Zhangjin Wu |
2023-08-23 | tools/nolibc: __sysret: support syscalls who return a pointer | Zhangjin Wu |
2023-08-23 | tools/nolibc: add missing my_syscall6() for mips | Zhangjin Wu |
2023-08-23 | tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST | Zhangjin Wu |
2023-08-23 | tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST | Zhangjin Wu |
2023-08-23 | toolc/nolibc: arch-*.h: clean up whitespaces after __asm__ | Zhangjin Wu |
2023-08-23 | tools/nolibc: arch-*.h: fix up code indent errors | Zhangjin Wu |
2023-08-21 | bpf: Add pid filter support for uprobe_multi link | Jiri Olsa |
2023-08-21 | bpf: Add cookies support for uprobe_multi link | Jiri Olsa |
2023-08-21 | bpf: Add multi uprobe link | Jiri Olsa |
2023-08-21 | bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum | Jiri Olsa |
2023-08-07 | bpf: Add support for bpf_get_func_ip helper for uprobe program | Jiri Olsa |
2023-08-06 | tools/nolibc: unistd.h: reorder the syscall macros | Zhangjin Wu |
2023-08-06 | tools/nolibc: sys.h: apply __sysret() helper | Zhangjin Wu |
2023-08-06 | tools/nolibc: unistd.h: apply __sysret() helper | Zhangjin Wu |
2023-08-06 | tools/nolibc: sys.h: add a syscall return helper | Zhangjin Wu |
2023-08-06 | tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYS | Zhangjin Wu |