index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
sys_linux_s390x.s
Age
Commit message (
Expand
)
Author
2025-07-03
runtime: correct vdsoSP on S390X
Cherry Mui
2025-02-13
runtime: fix usleep on s390x/linux
Paul Murphy
2024-09-28
runtime: use vDSO for getrandom() on linux
Jason A. Donenfeld
2023-03-24
runtime: add "sigaction" to sigreturn symbol name
Michael Pratt
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-10-07
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-09-30
Revert "runtime: move epoll syscalls to runtime/internal/syscall"
Michael Pratt
2022-09-30
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-05-11
runtime: enable vDSO support for s390x architecture
Axel Busch
2022-04-28
runtime: mark sigtramp as TOPFRAME
Michael Pratt
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2021-09-27
runtime: add timer_create syscalls for Linux
Rhys Hiltner
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2019-10-26
runtime: M-targeted signals for Linux
Austin Clements
2019-10-21
runtime: change read and write to return negative errno value
Ian Lance Taylor
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-05-09
runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...
Russ Cox
2019-05-09
runtime: fix vet complaints for linux/386
Russ Cox
2018-09-18
runtime: use MADV_FREE on Linux if available
Tobias Klauser
2018-09-07
runtime: use tgkill for raise
Michael Pratt
2018-04-24
runtime: change GNU/Linux usleep to use nanosleep
Ian Lance Taylor
2018-03-05
runtime: remove unused SYS_* definitions on Linux
Tobias Klauser
2018-02-17
runtime: remove unused getrlimit function
Tobias Klauser
2017-10-18
runtime: separate error result for mmap
Austin Clements
2017-10-11
runtime: make it possible to exit Go-created threads
Austin Clements
2017-04-21
runtime: inform arena placement using sbrk(0)
Austin Clements
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-11-03
all: update s390x assembly to use vet-friendly names
Josh Bleecher Snyder
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-08-25
runtime: use clock_gettime for time.now() on s390x
Michael Munday
2016-04-07
runtime: add s390x support (new files and lfstack_64bit.go modifications)
Michael Munday