summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* elf, uapi: Remove struct tag 'dynamic'dynamicAlejandro Colomar2023-08-29-1/+1
* Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2023-08-28-1166/+1221
|\
| * tools/nolibc: avoid undesired casts in the __sysret() macroWilly Tarreau2023-08-23-14/+13
| * tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()Willy Tarreau2023-08-23-3/+16
| * tools/nolibc: silence ppc64 compile warningsZhangjin Wu2023-08-23-3/+11
| * selftests/nolibc: libc-test: use HOSTCC instead of CCZhangjin Wu2023-08-23-1/+1
| * tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu2023-08-23-4/+3
| * selftests/nolibc: allow report with existing test logZhangjin Wu2023-08-23-0/+4
| * selftests/nolibc: add test support for ppc64Zhangjin Wu2023-08-23-0/+6
| * selftests/nolibc: add test support for ppc64leZhangjin Wu2023-08-23-0/+6
| * selftests/nolibc: add test support for ppcZhangjin Wu2023-08-23-0/+7
| * selftests/nolibc: add XARCH and ARCH mapping supportZhangjin Wu2023-08-23-12/+34
| * tools/nolibc: add support for powerpc64Zhangjin Wu2023-08-23-0/+16
| * tools/nolibc: add support for powerpcZhangjin Wu2023-08-23-0/+199
| * MAINTAINERS: nolibc: add myself as co-maintainerThomas Weißschuh2023-08-23-0/+1
| * selftests/nolibc: enable compiler warningsThomas Weißschuh2023-08-23-1/+1
| * selftests/nolibc: don't strip nolibc-testThomas Weißschuh2023-08-23-1/+1
| * selftests/nolibc: prevent out of bounds access in expect_vfprintfThomas Weißschuh2023-08-23-1/+1
| * selftests/nolibc: use correct return type for read() and write()Thomas Weißschuh2023-08-23-3/+4
| * selftests/nolibc: avoid sign-compare warningsThomas Weißschuh2023-08-23-4/+4
| * selftests/nolibc: avoid unused parameter warningsThomas Weißschuh2023-08-23-1/+2
| * selftests/nolibc: make functions static if possibleThomas Weißschuh2023-08-23-6/+6
| * selftests/nolibc: mark test helpers as potentially unusedThomas Weißschuh2023-08-23-25/+50
| * selftests/nolibc: drop unused variablesThomas Weißschuh2023-08-23-4/+0
| * selftests/nolibc: avoid warnings during intptr testsWilly Tarreau2023-08-23-12/+7
| * tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh2023-08-23-1/+1
| * tools/nolibc: sys: avoid implicit sign castThomas Weißschuh2023-08-23-1/+1
| * tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh2023-08-23-1/+4
| * tools/nolibc: fix return type of getpagesize()Thomas Weißschuh2023-08-23-3/+3
| * tools/nolibc: drop unused variablesThomas Weißschuh2023-08-23-1/+0
| * selftests/nolibc: add testcase for pipeYuan Tan2023-08-23-0/+22
| * tools/nolibc: add pipe() and pipe2() supportYuan Tan2023-08-23-0/+24
| * selftests/nolibc: mmap_munmap_good: fix up return valueZhangjin Wu2023-08-23-4/+4
| * selftests/nolibc: avoid buffer underrun in space printingThomas Weißschuh2023-08-23-1/+2
| * tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts2023-08-23-0/+24
| * selftests/nolibc: allow test -include /path/to/nolibc.hZhangjin Wu2023-08-23-0/+6
| * selftests/nolibc: allow run nolibc-test locallyZhangjin Wu2023-08-23-0/+6
| * selftests/nolibc: add testcases for startup codeZhangjin Wu2023-08-23-1/+55
| * selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLTZhangjin Wu2023-08-23-0/+50
| * tools/nolibc: s390: shrink _start with _start_cZhangjin Wu2023-08-23-31/+5
| * tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu2023-08-23-39/+5
| * tools/nolibc: loongarch: shrink _start with _start_cZhangjin Wu2023-08-23-40/+4
| * tools/nolibc: mips: shrink _start with _start_cZhangjin Wu2023-08-23-38/+8
| * tools/nolibc: x86_64: shrink _start with _start_cZhangjin Wu2023-08-23-23/+6
| * tools/nolibc: i386: shrink _start with _start_cZhangjin Wu2023-08-23-27/+7
| * tools/nolibc: aarch64: shrink _start with _start_cZhangjin Wu2023-08-23-23/+4
| * tools/nolibc: arm: shrink _start with _start_cZhangjin Wu2023-08-23-39/+5
| * tools/nolibc: crt.h: initialize stack protectorZhangjin Wu2023-08-23-0/+4
| * tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...Zhangjin Wu2023-08-23-0/+2
| * tools/nolibc: add new crt.h with _start_cZhangjin Wu2023-08-23-0/+58