index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
nolibc
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/nolibc: use correct clang target for s390/systemz
Thomas Weißschuh
2024-08-12
1
-0
/
+3
*
selftests/nolibc: don't use libgcc when building with clang
Thomas Weißschuh
2024-08-12
1
-2
/
+9
*
selftests/nolibc: add cc-option compatible with clang cross builds
Thomas Weißschuh
2024-08-12
1
-2
/
+4
*
selftests/nolibc: add support for LLVM= parameter
Thomas Weißschuh
2024-08-12
1
-3
/
+6
*
selftests/nolibc: determine $(srctree) first
Thomas Weißschuh
2024-08-12
1
-8
/
+8
*
selftests/nolibc: report failure if no testcase passed
Thomas Weißschuh
2024-08-12
1
-1
/
+1
*
selftests/nolibc: run-tests.sh: use -Werror by default
Thomas Weißschuh
2024-06-29
1
-1
/
+1
*
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
2023-12-11
1
-1
/
+1
*
selftests/nolibc: introduce QEMU_ARCH_USER
Thomas Weißschuh
2023-12-11
1
-1
/
+4
*
selftests/nolibc: add configuration for mipso32be
Thomas Weißschuh
2023-12-11
1
-0
/
+7
*
selftests/nolibc: extraconfig support
Thomas Weißschuh
2023-12-11
1
-0
/
+6
*
selftests/nolibc: explicitly specify ABI for MIPS
Thomas Weißschuh
2023-12-11
1
-1
/
+1
*
selftests/nolibc: use XARCH for MIPS
Thomas Weißschuh
2023-12-11
1
-5
/
+7
*
selftests/nolibc: support out-of-tree builds
Thomas Weißschuh
2023-12-11
1
-4
/
+14
*
selftests/nolibc: anchor paths in $(srcdir) if possible
Thomas Weißschuh
2023-12-11
1
-2
/
+2
*
selftests/nolibc: use EFI -bios for LoongArch qemu
Thomas Weißschuh
2023-12-11
1
-1
/
+8
*
selftests/nolibc: don't hang on config input
Thomas Weißschuh
2023-11-13
1
-2
/
+2
*
selftests/nolibc: add tests for multi-object linkage
Thomas Weißschuh
2023-10-12
1
-6
/
+6
*
selftests/nolibc: use qemu-system-ppc64 for ppc64le
Thomas Weißschuh
2023-10-12
1
-1
/
+1
*
selftests/nolibc: allow building i386 with multiarch compiler
Thomas Weißschuh
2023-10-12
1
-0
/
+1
*
selftests/nolibc: don't embed initramfs into kernel image
Thomas Weißschuh
2023-10-12
1
-16
/
+26
*
selftests/nolibc: use -nostdinc for nolibc-test
Thomas Weißschuh
2023-10-12
1
-1
/
+1
*
selftests/nolibc: libc-test: use HOSTCC instead of CC
Zhangjin Wu
2023-08-23
1
-1
/
+1
*
selftests/nolibc: allow report with existing test log
Zhangjin Wu
2023-08-23
1
-0
/
+4
*
selftests/nolibc: add test support for ppc64
Zhangjin Wu
2023-08-23
1
-0
/
+6
*
selftests/nolibc: add test support for ppc64le
Zhangjin Wu
2023-08-23
1
-0
/
+6
*
selftests/nolibc: add test support for ppc
Zhangjin Wu
2023-08-23
1
-0
/
+7
*
selftests/nolibc: add XARCH and ARCH mapping support
Zhangjin Wu
2023-08-23
1
-12
/
+34
*
selftests/nolibc: enable compiler warnings
Thomas Weißschuh
2023-08-23
1
-1
/
+1
*
selftests/nolibc: don't strip nolibc-test
Thomas Weißschuh
2023-08-23
1
-1
/
+1
*
selftests/nolibc: allow test -include /path/to/nolibc.h
Zhangjin Wu
2023-08-23
1
-0
/
+6
*
selftests/nolibc: allow run nolibc-test locally
Zhangjin Wu
2023-08-23
1
-0
/
+6
*
selftests/nolibc: report: add newline before test failures
Zhangjin Wu
2023-08-23
1
-1
/
+1
*
selftests/nolibc: report: extrude the test status line
Zhangjin Wu
2023-08-23
1
-2
/
+2
*
selftests/nolibc: report: align passed, skipped and failed
Zhangjin Wu
2023-08-23
1
-1
/
+1
*
selftests/nolibc: report: print total tests
Zhangjin Wu
2023-08-23
1
-1
/
+1
*
selftests/nolibc: report: print a summarized test status
Zhangjin Wu
2023-08-23
1
-1
/
+2
*
selftests/nolibc: add run-libc-test target
Zhangjin Wu
2023-08-23
1
-0
/
+4
*
selftests/nolibc: restore the failed tests print
Zhangjin Wu
2023-08-06
1
-1
/
+1
*
selftests/nolibc: always print the path to test log file
Zhangjin Wu
2023-08-06
1
-2
/
+2
*
selftests/nolibc: add a standalone test report macro
Zhangjin Wu
2023-08-06
1
-12
/
+7
*
selftests/nolibc: make sure gcc always use little endian on MIPS
Willy Tarreau
2023-06-09
1
-0
/
+1
*
selftests/nolibc: also count skipped and failed tests in output
Willy Tarreau
2023-06-09
1
-3
/
+12
*
selftests/nolibc: allow specify extra arguments for qemu
Zhangjin Wu
2023-06-09
1
-1
/
+1
*
tools/nolibc: simplify stackprotector compiler flags
Thomas Weißschuh
2023-06-09
1
-12
/
+2
*
tools/nolibc: riscv: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-0
/
+1
*
tools/nolibc: mips: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-0
/
+1
*
tools/nolibc: loongarch: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-0
/
+1
*
tools/nolibc: arm: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-0
/
+1
*
tools/nolibc: aarch64: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-0
/
+1
[next]