index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
nolibc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-07
selftests/nolibc: start qemu with 1 GiB of memory
Thomas Weißschuh
1
-2
/
+2
2024-08-12
selftests/nolibc: run-tests.sh: allow building through LLVM
Thomas Weißschuh
1
-2
/
+7
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: run-tests.sh: avoid overwriting CFLAGS_EXTRA
Thomas Weißschuh
1
-2
/
+5
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: avoid passing NULL to printf("%s")
Thomas Weißschuh
1
-2
/
+2
2024-08-12
selftests/nolibc: report failure if no testcase passed
Thomas Weißschuh
1
-1
/
+1
2024-08-09
tools/nolibc: pass argc, argv and envp to constructors
Thomas Weißschuh
1
-2
/
+3
2024-06-29
tools/nolibc: implement strerror()
Thomas Weißschuh
1
-0
/
+4
2024-06-29
selftests/nolibc: introduce condition to run tests only on nolibc
Thomas Weißschuh
1
-13
/
+19
2024-06-29
tools/nolibc: implement strtol() and friends
Thomas Weißschuh
1
-0
/
+61
2024-06-29
selftests/nolibc: run-tests.sh: use -Werror by default
Thomas Weißschuh
2
-3
/
+8
2024-06-29
selftests/nolibc: disable brk()/sbrk() tests on musl
Thomas Weißschuh
1
-3
/
+7
2024-06-29
selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()
Thomas Weißschuh
1
-1
/
+1
2024-04-14
tools/nolibc: add support for uname(2)
Thomas Weißschuh
1
-0
/
+42
2024-04-10
selftests/nolibc: Add tests for strlcat() and strlcpy()
Rodrigo Campos
1
-0
/
+40
2023-12-11
selftests/nolibc: disable coredump via setrlimit
Thomas Weißschuh
1
-0
/
+2
2023-12-11
tools/nolibc: add support for getrlimit/setrlimit
Thomas Weißschuh
1
-0
/
+29
2023-12-11
tools/nolibc: drop duplicated testcase ioctl_tiocinq
Thomas Weißschuh
1
-1
/
+0
2023-12-11
selftests/nolibc: make result alignment more robust
Thomas Weißschuh
1
-5
/
+10
2023-12-11
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
1
-1
/
+1
2023-12-11
selftests/nolibc: run-tests.sh: enable testing via qemu-user
Thomas Weißschuh
1
-3
/
+19
2023-12-11
selftests/nolibc: introduce QEMU_ARCH_USER
Thomas Weißschuh
1
-1
/
+4
2023-12-11
selftests/nolibc: fix testcase status alignment
Thomas Weißschuh
1
-2
/
+2
2023-12-11
selftests/nolibc: add configuration for mipso32be
Thomas Weißschuh
2
-1
/
+8
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
2
-6
/
+8
2023-12-11
selftests/nolibc: add script to run testsuite
Thomas Weißschuh
2
-0
/
+154
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
4
-6
/
+45
2023-10-12
selftests/nolibc: use qemu-system-ppc64 for ppc64le
Thomas Weißschuh
1
-1
/
+1
2023-10-12
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
1
-0
/
+17
2023-10-12
tools/nolibc: drop test for getauxval(AT_PAGESZ)
Thomas Weißschuh
1
-1
/
+0
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
2
-16
/
+27
2023-10-12
selftests/nolibc: libc-test: avoid -Wstringop-overflow warnings
Thomas Weißschuh
1
-3
/
+3
2023-10-12
selftests/nolibc: use -nostdinc for nolibc-test
Thomas Weißschuh
1
-1
/
+1
2023-08-28
Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2
-172
/
+547
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
[next]