index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
nolibc
/
Makefile
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
1
-0
/
+2
2025-05-21
tools/nolibc: Add m68k support
Daniel Palmer
1
-0
/
+5
2025-05-21
selftests/nolibc: always run nolibc header check
Thomas Weißschuh
1
-1
/
+1
2025-04-19
selftests/nolibc: enable UBSAN if available
Thomas Weißschuh
1
-1
/
+2
2025-04-11
tools/nolibc: Add support for SPARC
Thomas Weißschuh
1
-0
/
+11
2025-04-11
selftests/nolibc: only consider XARCH for CFLAGS when requested
Thomas Weißschuh
1
-1
/
+4
2025-04-11
selftests/nolibc: drop dependency from sysroot to defconfig
Thomas Weißschuh
1
-1
/
+1
2025-03-02
selftests/nolibc: add armthumb configuration
Thomas Weißschuh
1
-0
/
+6
2025-03-02
selftests/nolibc: explicitly enable ARM mode
Thomas Weißschuh
1
-0
/
+1
2025-02-20
tools/nolibc: add support for 32-bit s390
Thomas Weißschuh
1
-0
/
+5
2025-02-20
selftests/nolibc: rename s390 to s390x
Thomas Weißschuh
1
-5
/
+6
2025-02-03
selftests/nolibc: execute defconfig before other targets
Thomas Weißschuh
1
-3
/
+3
2025-02-03
selftests/nolibc: drop call to mrproper target
Thomas Weißschuh
1
-1
/
+1
2025-02-03
selftests/nolibc: drop call to prepare target
Thomas Weißschuh
1
-1
/
+1
2025-02-03
selftests/nolibc: drop mips32be EXTRACONFIG
Thomas Weißschuh
1
-2
/
+1
2025-02-03
selftests/nolibc: enable -Wmissing-prototypes
Thomas Weißschuh
1
-1
/
+1
2025-01-13
selftests/nolibc: add configurations for riscv32
Thomas Weißschuh
1
-0
/
+5
2025-01-13
selftests/nolibc: rename riscv to riscv64
Thomas Weißschuh
1
-0
/
+6
2024-10-07
selftests/nolibc: start qemu with 1 GiB of memory
Thomas Weißschuh
1
-2
/
+2
2024-08-12
selftests/nolibc: use correct clang target for s390/systemz
Thomas Weißschuh
1
-0
/
+3
2024-08-12
selftests/nolibc: don't use libgcc when building with clang
Thomas Weißschuh
1
-2
/
+9
2024-08-12
selftests/nolibc: add cc-option compatible with clang cross builds
Thomas Weißschuh
1
-2
/
+4
2024-08-12
selftests/nolibc: add support for LLVM= parameter
Thomas Weißschuh
1
-3
/
+6
2024-08-12
selftests/nolibc: determine $(srctree) first
Thomas Weißschuh
1
-8
/
+8
2024-08-12
selftests/nolibc: report failure if no testcase passed
Thomas Weißschuh
1
-1
/
+1
2024-06-29
selftests/nolibc: run-tests.sh: use -Werror by default
Thomas Weißschuh
1
-1
/
+1
2023-12-11
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
1
-1
/
+1
2023-12-11
selftests/nolibc: introduce QEMU_ARCH_USER
Thomas Weißschuh
1
-1
/
+4
2023-12-11
selftests/nolibc: add configuration for mipso32be
Thomas Weißschuh
1
-0
/
+7
2023-12-11
selftests/nolibc: extraconfig support
Thomas Weißschuh
1
-0
/
+6
2023-12-11
selftests/nolibc: explicitly specify ABI for MIPS
Thomas Weißschuh
1
-1
/
+1
2023-12-11
selftests/nolibc: use XARCH for MIPS
Thomas Weißschuh
1
-5
/
+7
2023-12-11
selftests/nolibc: support out-of-tree builds
Thomas Weißschuh
1
-4
/
+14
2023-12-11
selftests/nolibc: anchor paths in $(srcdir) if possible
Thomas Weißschuh
1
-2
/
+2
2023-12-11
selftests/nolibc: use EFI -bios for LoongArch qemu
Thomas Weißschuh
1
-1
/
+8
2023-11-13
selftests/nolibc: don't hang on config input
Thomas Weißschuh
1
-2
/
+2
2023-10-12
selftests/nolibc: add tests for multi-object linkage
Thomas Weißschuh
1
-6
/
+6
2023-10-12
selftests/nolibc: use qemu-system-ppc64 for ppc64le
Thomas Weißschuh
1
-1
/
+1
2023-10-12
selftests/nolibc: allow building i386 with multiarch compiler
Thomas Weißschuh
1
-0
/
+1
2023-10-12
selftests/nolibc: don't embed initramfs into kernel image
Thomas Weißschuh
1
-16
/
+26
2023-10-12
selftests/nolibc: use -nostdinc for nolibc-test
Thomas Weißschuh
1
-1
/
+1
2023-08-23
selftests/nolibc: libc-test: use HOSTCC instead of CC
Zhangjin Wu
1
-1
/
+1
2023-08-23
selftests/nolibc: allow report with existing test log
Zhangjin Wu
1
-0
/
+4
2023-08-23
selftests/nolibc: add test support for ppc64
Zhangjin Wu
1
-0
/
+6
2023-08-23
selftests/nolibc: add test support for ppc64le
Zhangjin Wu
1
-0
/
+6
2023-08-23
selftests/nolibc: add test support for ppc
Zhangjin Wu
1
-0
/
+7
2023-08-23
selftests/nolibc: add XARCH and ARCH mapping support
Zhangjin Wu
1
-12
/
+34
2023-08-23
selftests/nolibc: enable compiler warnings
Thomas Weißschuh
1
-1
/
+1
2023-08-23
selftests/nolibc: don't strip nolibc-test
Thomas Weißschuh
1
-1
/
+1
2023-08-23
selftests/nolibc: allow test -include /path/to/nolibc.h
Zhangjin Wu
1
-0
/
+6
[next]