platform/kernel/linux-rpi.git
2023-08-23 Willy Tarreautools/nolibc: avoid undesired casts in the __sysret...
2023-08-23 Willy Tarreautools/nolibc: keep brk(), sbrk(), mmap() away from...
2023-08-23 Zhangjin Wutools/nolibc: silence ppc64 compile warnings
2023-08-23 Zhangjin Wuselftests/nolibc: libc-test: use HOSTCC instead of CC
2023-08-23 Zhangjin Wutools/nolibc: stackprotector.h: make __stack_chk_init...
2023-08-23 Zhangjin Wuselftests/nolibc: allow report with existing test log
2023-08-23 Zhangjin Wuselftests/nolibc: add test support for ppc64
2023-08-23 Zhangjin Wuselftests/nolibc: add test support for ppc64le
2023-08-23 Zhangjin Wuselftests/nolibc: add test support for ppc
2023-08-23 Zhangjin Wuselftests/nolibc: add XARCH and ARCH mapping support
2023-08-23 Zhangjin Wutools/nolibc: add support for powerpc64
2023-08-23 Zhangjin Wutools/nolibc: add support for powerpc
2023-08-23 Thomas WeißschuhMAINTAINERS: nolibc: add myself as co-maintainer
2023-08-23 Thomas Weißschuhselftests/nolibc: enable compiler warnings
2023-08-23 Thomas Weißschuhselftests/nolibc: don't strip nolibc-test
2023-08-23 Thomas Weißschuhselftests/nolibc: prevent out of bounds access in expec...
2023-08-23 Thomas Weißschuhselftests/nolibc: use correct return type for read...
2023-08-23 Thomas Weißschuhselftests/nolibc: avoid sign-compare warnings
2023-08-23 Thomas Weißschuhselftests/nolibc: avoid unused parameter warnings
2023-08-23 Thomas Weißschuhselftests/nolibc: make functions static if possible
2023-08-23 Thomas Weißschuhselftests/nolibc: mark test helpers as potentially...
2023-08-23 Thomas Weißschuhselftests/nolibc: drop unused variables
2023-08-23 Willy Tarreauselftests/nolibc: avoid warnings during intptr tests
2023-08-23 Thomas Weißschuhtools/nolibc: stdint: use __SIZE_TYPE__ for size_t
2023-08-23 Thomas Weißschuhtools/nolibc: sys: avoid implicit sign cast
2023-08-23 Thomas Weißschuhtools/nolibc: setvbuf: avoid unused parameter warnings
2023-08-23 Thomas Weißschuhtools/nolibc: fix return type of getpagesize()
2023-08-23 Thomas Weißschuhtools/nolibc: drop unused variables
2023-08-23 Yuan Tanselftests/nolibc: add testcase for pipe
2023-08-23 Yuan Tantools/nolibc: add pipe() and pipe2() support
2023-08-23 Zhangjin Wuselftests/nolibc: mmap_munmap_good: fix up return value
2023-08-23 Thomas Weißschuhselftests/nolibc: avoid buffer underrun in space printing
2023-08-23 Ryan Robertstools/nolibc/stdio: add setvbuf() to set buffering...
2023-08-23 Zhangjin Wuselftests/nolibc: allow test -include /path/to/nolibc.h
2023-08-23 Zhangjin Wuselftests/nolibc: allow run nolibc-test locally
2023-08-23 Zhangjin Wuselftests/nolibc: add testcases for startup code
2023-08-23 Zhangjin Wuselftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPEC...
2023-08-23 Zhangjin Wutools/nolibc: s390: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: riscv: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: loongarch: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: mips: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: x86_64: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: i386: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: aarch64: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: arm: shrink _start with _start_c
2023-08-23 Zhangjin Wutools/nolibc: crt.h: initialize stack protector
2023-08-23 Zhangjin Wutools/nolibc: stackprotector.h: add empty __stack_chk_i...
2023-08-23 Zhangjin Wutools/nolibc: add new crt.h with _start_c
2023-08-23 Zhangjin Wutools/nolibc: remove the old sys_stat support
2023-08-23 Zhangjin Wutools/nolibc: fix up startup failures for -O0 under...
2023-08-23 Zhangjin Wutools/nolibc: arch-*.h: add missing space after ','
2023-08-23 Thomas Weißschuhselftests/nolibc: avoid gaps in test numbers
2023-08-23 Thomas Weißschuhselftests/nolibc: simplify status printing
2023-08-23 Thomas Weißschuhselftests/nolibc: make evaluation of test conditions
2023-08-23 Thomas Weißschuhtools/nolibc: completely remove optional environ support
2023-08-23 Zhangjin Wuselftests/nolibc: report: add newline before test failures
2023-08-23 Zhangjin Wuselftests/nolibc: report: extrude the test status line
2023-08-23 Zhangjin Wuselftests/nolibc: report: align passed, skipped and...
2023-08-23 Zhangjin Wuselftests/nolibc: report: print total tests
2023-08-23 Zhangjin Wuselftests/nolibc: report: print a summarized test status
2023-08-23 Zhangjin Wuselftests/nolibc: add chmod_argv0 test
2023-08-23 Zhangjin Wuselftests/nolibc: chroot_exe: remove procfs dependency
2023-08-23 Zhangjin Wuselftests/nolibc: stat_timestamps: remove procfs dependency
2023-08-23 Zhangjin Wuselftests/nolibc: chdir_root: restore current path...
2023-08-23 Zhangjin Wuselftests/nolibc: vfprintf: remove MEMFD_CREATE dependency
2023-08-23 Zhangjin Wuselftests/nolibc: prepare /tmp for tests that need...
2023-08-23 Zhangjin Wuselftests/nolibc: fix up failures when CONFIG_PROC_FS=n
2023-08-23 Zhangjin Wuselftests/nolibc: add a new rmdir() test case
2023-08-23 Zhangjin Wutools/nolibc: add rmdir() support
2023-08-23 Zhangjin Wuselftests/nolibc: link_cross: use /proc/self/cmdline
2023-08-23 Zhangjin Wuselftests/nolibc: fix up kernel parameters support
2023-08-23 Zhangjin Wuselftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>
2023-08-23 Zhangjin Wutools/nolibc: types.h: add RB_ flags for reboot()
2023-08-23 Zhangjin Wuselftests/nolibc: fix up int_fast16/32_t test cases...
2023-08-23 Zhangjin Wuselftests/nolibc: add _LARGEFILE64_SOURCE for musl
2023-08-23 Zhangjin Wuselftests/nolibc: gettid: restore for glibc and musl
2023-08-23 Zhangjin Wuselftests/nolibc: stat_fault: silence NULL argument...
2023-08-23 Zhangjin Wuselftests/nolibc: add run-libc-test target
2023-08-23 Zhangjin Wuselftests/nolibc: add mmap_munmap_good test case
2023-08-23 Zhangjin Wuselftests/nolibc: add munmap_bad test case
2023-08-23 Zhangjin Wuselftests/nolibc: add mmap_bad test case
2023-08-23 Zhangjin Wuselftests/nolibc: add sbrk_0 to test current brk getting
2023-08-23 Zhangjin Wuselftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and...
2023-08-23 Zhangjin Wuselftests/nolibc: prepare: create /dev/zero
2023-08-23 Zhangjin Wuselftests/nolibc: export argv0 for some tests
2023-08-23 Zhangjin Wutools/nolibc: clean up sbrk() routine
2023-08-23 Zhangjin Wutools/nolibc: clean up mmap() routine
2023-08-23 Zhangjin Wutools/nolibc: __sysret: support syscalls who return...
2023-08-23 Zhangjin Wutools/nolibc: add missing my_syscall6() for mips
2023-08-23 Zhangjin Wutools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_...
2023-08-23 Zhangjin Wutools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYS...
2023-08-23 Zhangjin Wutoolc/nolibc: arch-*.h: clean up whitespaces after...
2023-08-23 Zhangjin Wutools/nolibc: arch-*.h: fix up code indent errors
2023-08-23 Thomas Weißschuhselftests/nolibc: simplify call to ioperm
2023-08-06 Zhangjin Wutools/nolibc: unistd.h: reorder the syscall macros
2023-08-06 Zhangjin Wutools/nolibc: sys.h: apply __sysret() helper
2023-08-06 Zhangjin Wutools/nolibc: unistd.h: apply __sysret() helper
2023-08-06 Zhangjin Wutools/nolibc: sys.h: add a syscall return helper
2023-08-06 Zhangjin Wutools/nolibc: fix up undeclared syscall macros with...
2023-08-06 Zhangjin Wutools/nolibc: fix up #error compile failures with ...
next