index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2023-06-27
4
-4
/
+11
|
\
\
\
\
|
*
|
|
|
kunit: tool: undo type subscripts for subprocess.Popen
Daniel Latypov
2023-05-08
3
-4
/
+10
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'nolibc.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-06-27
23
-313
/
+704
|
\
\
\
\
|
*
|
|
|
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: add new gettimeofday test cases
Zhangjin Wu
2023-06-09
1
-0
/
+4
|
*
|
|
|
selftests/nolibc: remove gettimeofday_bad1/2 completely
Zhangjin Wu
2023-06-09
1
-4
/
+0
|
*
|
|
|
selftests/nolibc: support two errnos with EXPECT_SYSER2()
Zhangjin Wu
2023-06-09
1
-4
/
+10
|
*
|
|
|
tools/nolibc: open: fix up compile warning for arm
Zhangjin Wu
2023-06-09
1
-1
/
+1
|
*
|
|
|
tools/nolibc: arm: add missing my_syscall6
Zhangjin Wu
2023-06-09
1
-0
/
+23
|
*
|
|
|
selftests/nolibc: use INT_MAX instead of __INT_MAX__
Zhangjin Wu
2023-06-09
1
-2
/
+2
|
*
|
|
|
selftests/nolibc: not include limits.h for nolibc
Zhangjin Wu
2023-06-09
2
-3
/
+15
|
*
|
|
|
selftests/nolibc: fix up compile warning with glibc on x86_64
Zhangjin Wu
2023-06-09
1
-1
/
+1
|
*
|
|
|
selftests/nolibc: allow specify extra arguments for qemu
Zhangjin Wu
2023-06-09
1
-1
/
+1
|
*
|
|
|
selftests/nolibc: remove test gettimeofday_null
Thomas Weißschuh
2023-06-09
1
-1
/
+0
|
*
|
|
|
tools/nolibc: ensure fast64 integer types have 64 bits
Thomas Weißschuh
2023-06-09
2
-8
/
+8
|
*
|
|
|
selftests/nolibc: test_fork: fix up duplicated print
Zhangjin Wu
2023-06-09
1
-1
/
+7
|
*
|
|
|
tools/nolibc: ppoll/ppoll_time64: add a missing argument
Zhangjin Wu
2023-06-09
1
-1
/
+1
|
*
|
|
|
selftests/nolibc: remove the duplicated gettimeofday_bad2
Zhangjin Wu
2023-06-09
1
-1
/
+0
|
*
|
|
|
selftests/nolibc: print name instead of number for EOVERFLOW
Zhangjin Wu
2023-06-09
1
-0
/
+1
|
*
|
|
|
tools/nolibc: support nanoseconds in stat()
Thomas Weißschuh
2023-06-09
3
-33
/
+62
|
*
|
|
|
selftests/nolibc: prevent coredumps during test execution
Thomas Weißschuh
2023-06-09
1
-0
/
+1
|
*
|
|
|
tools/nolibc: add support for prctl()
Thomas Weißschuh
2023-06-09
2
-0
/
+29
|
*
|
|
|
tools/nolibc: s390: disable stackprotector in _start
Thomas Weißschuh
2023-06-09
1
-1
/
+3
|
*
|
|
|
tools/nolibc: fix segfaults on compilers without attribute no_stack_protector
Thomas Weißschuh
2023-06-09
9
-8
/
+18
|
*
|
|
|
tools/nolibc: simplify stackprotector compiler flags
Thomas Weißschuh
2023-06-09
1
-12
/
+2
|
*
|
|
|
tools/nolibc: add autodetection for stackprotector support
Thomas Weißschuh
2023-06-09
11
-30
/
+42
|
*
|
|
|
tools/nolibc: reformat list of headers to be installed
Thomas Weißschuh
2023-06-09
1
-2
/
+16
|
*
|
|
|
tools/nolibc: add test for __stack_chk_guard initialization
Thomas Weißschuh
2023-06-09
1
-0
/
+8
|
*
|
|
|
tools/nolibc: ensure stack protector guard is never zero
Thomas Weißschuh
2023-06-09
1
-2
/
+3
|
*
|
|
|
tools/nolibc: x86_64: disable stack protector for _start
Thomas Weißschuh
2023-06-09
1
-1
/
+1
|
*
|
|
|
tools/nolibc: fix typo pint -> point
Thomas Weißschuh
2023-06-09
1
-1
/
+1
|
*
|
|
|
tools/nolibc: riscv: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+7
|
*
|
|
|
tools/nolibc: mips: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+8
|
*
|
|
|
tools/nolibc: loongarch: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+7
|
*
|
|
|
tools/nolibc: arm: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+7
|
*
|
|
|
tools/nolibc: aarch64: add stackprotector support
Thomas Weißschuh
2023-06-09
2
-1
/
+7
|
*
|
|
|
selftests/nolibc: reduce syscalls during space padding
Thomas Weißschuh
2023-06-09
1
-4
/
+11
|
*
|
|
|
selftests/nolibc: syscall_args: use generic __NR_statx
Zhangjin Wu
2023-06-09
1
-1
/
+1
|
*
|
|
|
tools/nolibc/unistd: add syscall()
Thomas Weißschuh
2023-06-09
2
-0
/
+17
|
*
|
|
|
tools/nolibc: riscv: Fix up load/store instructions for rv32
Zhangjin Wu
2023-06-09
1
-5
/
+9
|
*
|
|
|
tools/nolibc: remove LINUX_REBOOT_ constants
Thomas Weißschuh
2023-06-09
2
-8
/
+1
|
*
|
|
|
tools/nolibc: add testcase for fork()/waitpid()
Thomas Weißschuh
2023-06-09
1
-0
/
+20
|
*
|
|
|
tools/nolibc: s390: provide custom implementation for sys_fork
Thomas Weißschuh
2023-06-09
2
-0
/
+11
|
*
|
|
|
tools/nolibc: validate C89 compatibility
Thomas Weißschuh
2023-06-09
1
-1
/
+1
|
*
|
|
|
tools/nolibc: use C89 comment syntax
Thomas Weißschuh
2023-06-09
11
-155
/
+155
|
*
|
|
|
tools/nolibc: use __inline__ syntax
Thomas Weißschuh
2023-06-09
1
-9
/
+9
|
*
|
|
|
tools/nolibc: use standard __asm__ statements
Thomas Weißschuh
2023-06-09
2
-3
/
+3
|
*
|
|
|
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
2023-06-09
1
-1
/
+1
|
*
|
|
|
tools/nolibc: add testcases for vfprintf
Thomas Weißschuh
2023-06-09
1
-0
/
+86
[prev]
[next]