开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
arch-mips.h
Age
Commit message (
Expand
)
Author
2024-08-12
tools/nolibc: move entrypoint specifics to compiler.h
Thomas Weißschuh
2024-08-10
tools/nolibc: mips: load current function to $t9
Thomas Weißschuh
2023-12-11
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
2023-12-11
tools/nolibc: move MIPS ABI validation into arch-mips.h
Thomas Weißschuh
2023-08-23
tools/nolibc: mips: shrink _start with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: remove the old sys_stat support
Zhangjin Wu
2023-08-23
tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0
Zhangjin Wu
2023-08-23
tools/nolibc: arch-*.h: add missing space after ','
Zhangjin Wu
2023-08-23
tools/nolibc: add missing my_syscall6() for mips
Zhangjin Wu
2023-08-23
tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST
Zhangjin Wu
2023-08-23
toolc/nolibc: arch-*.h: clean up whitespaces after __asm__
Zhangjin Wu
2023-08-23
tools/nolibc: arch-*.h: fix up code indent errors
Zhangjin Wu
2023-06-09
tools/nolibc: fix segfaults on compilers without attribute no_stack_protector
Thomas Weißschuh
2023-06-09
tools/nolibc: add autodetection for stackprotector support
Thomas Weißschuh
2023-06-09
tools/nolibc: mips: add stackprotector support
Thomas Weißschuh
2023-06-09
tools/nolibc: use C89 comment syntax
Thomas Weißschuh
2023-01-10
tools/nolibc: add auxiliary vector retrieval for mips
Willy Tarreau
2023-01-10
tools/nolibc: export environ as a weak symbol on mips
Willy Tarreau
2023-01-10
tools/nolibc: remove local definitions of O_* flags for open/fcntl
Willy Tarreau
2023-01-10
tools/nolibc: make compiler and assembler agree on the section around _start
Willy Tarreau
2023-01-09
tools/nolibc: restore mips branch ordering in the _start block
Willy Tarreau
2022-04-20
tools/nolibc: Remove .global _start from the entry point code
Ammar Faizi
2022-04-20
tools/nolibc: Replace `asm` with `__asm__`
Ammar Faizi
2022-04-20
tools/nolibc/arch: mark the _start symbol as weak
Willy Tarreau
2022-04-20
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau