summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-06-274-4/+11
|\ \ \ \
| * | | | kunit: tool: undo type subscripts for subprocess.PopenDaniel Latypov2023-05-083-4/+10
| | |/ / | |/| |
* | | | Merge tag 'nolibc.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2723-313/+704
|\ \ \ \
| * | | | selftests/nolibc: make sure gcc always use little endian on MIPSWilly Tarreau2023-06-091-0/+1
| * | | | selftests/nolibc: also count skipped and failed tests in outputWilly Tarreau2023-06-091-3/+12
| * | | | selftests/nolibc: add new gettimeofday test casesZhangjin Wu2023-06-091-0/+4
| * | | | selftests/nolibc: remove gettimeofday_bad1/2 completelyZhangjin Wu2023-06-091-4/+0
| * | | | selftests/nolibc: support two errnos with EXPECT_SYSER2()Zhangjin Wu2023-06-091-4/+10
| * | | | tools/nolibc: open: fix up compile warning for armZhangjin Wu2023-06-091-1/+1
| * | | | tools/nolibc: arm: add missing my_syscall6Zhangjin Wu2023-06-091-0/+23
| * | | | selftests/nolibc: use INT_MAX instead of __INT_MAX__Zhangjin Wu2023-06-091-2/+2
| * | | | selftests/nolibc: not include limits.h for nolibcZhangjin Wu2023-06-092-3/+15
| * | | | selftests/nolibc: fix up compile warning with glibc on x86_64Zhangjin Wu2023-06-091-1/+1
| * | | | selftests/nolibc: allow specify extra arguments for qemuZhangjin Wu2023-06-091-1/+1
| * | | | selftests/nolibc: remove test gettimeofday_nullThomas Weißschuh2023-06-091-1/+0
| * | | | tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh2023-06-092-8/+8
| * | | | selftests/nolibc: test_fork: fix up duplicated printZhangjin Wu2023-06-091-1/+7
| * | | | tools/nolibc: ppoll/ppoll_time64: add a missing argumentZhangjin Wu2023-06-091-1/+1
| * | | | selftests/nolibc: remove the duplicated gettimeofday_bad2Zhangjin Wu2023-06-091-1/+0
| * | | | selftests/nolibc: print name instead of number for EOVERFLOWZhangjin Wu2023-06-091-0/+1
| * | | | tools/nolibc: support nanoseconds in stat()Thomas Weißschuh2023-06-093-33/+62
| * | | | selftests/nolibc: prevent coredumps during test executionThomas Weißschuh2023-06-091-0/+1
| * | | | tools/nolibc: add support for prctl()Thomas Weißschuh2023-06-092-0/+29
| * | | | tools/nolibc: s390: disable stackprotector in _startThomas Weißschuh2023-06-091-1/+3
| * | | | tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh2023-06-099-8/+18
| * | | | tools/nolibc: simplify stackprotector compiler flagsThomas Weißschuh2023-06-091-12/+2
| * | | | tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh2023-06-0911-30/+42
| * | | | tools/nolibc: reformat list of headers to be installedThomas Weißschuh2023-06-091-2/+16
| * | | | tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh2023-06-091-0/+8
| * | | | tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh2023-06-091-2/+3
| * | | | tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh2023-06-091-1/+1
| * | | | tools/nolibc: fix typo pint -> pointThomas Weißschuh2023-06-091-1/+1
| * | | | tools/nolibc: riscv: add stackprotector supportThomas Weißschuh2023-06-092-1/+7
| * | | | tools/nolibc: mips: add stackprotector supportThomas Weißschuh2023-06-092-1/+8
| * | | | tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh2023-06-092-1/+7
| * | | | tools/nolibc: arm: add stackprotector supportThomas Weißschuh2023-06-092-1/+7
| * | | | tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh2023-06-092-1/+7
| * | | | selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh2023-06-091-4/+11
| * | | | selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu2023-06-091-1/+1
| * | | | tools/nolibc/unistd: add syscall()Thomas Weißschuh2023-06-092-0/+17
| * | | | tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu2023-06-091-5/+9
| * | | | tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh2023-06-092-8/+1
| * | | | tools/nolibc: add testcase for fork()/waitpid()Thomas Weißschuh2023-06-091-0/+20
| * | | | tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh2023-06-092-0/+11
| * | | | tools/nolibc: validate C89 compatibilityThomas Weißschuh2023-06-091-1/+1
| * | | | tools/nolibc: use C89 comment syntaxThomas Weißschuh2023-06-0911-155/+155
| * | | | tools/nolibc: use __inline__ syntaxThomas Weißschuh2023-06-091-9/+9
| * | | | tools/nolibc: use standard __asm__ statementsThomas Weißschuh2023-06-092-3/+3
| * | | | tools/nolibc: Fix build of stdio.h due to header orderingMark Brown2023-06-091-1/+1
| * | | | tools/nolibc: add testcases for vfprintfThomas Weißschuh2023-06-091-0/+86