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
/
defs_linux_amd64.go
Age
Commit message (
Expand
)
Author
2025-09-18
runtime: use futexes with 64-bit time on Linux
Daniel Maslowski
2023-08-22
runtime: avoid MADV_HUGEPAGE for heap memory
Michael Anthony Knyszek
2022-11-18
runtime: add page tracer
Michael Knyszek
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-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2021-11-02
runtime: add padding to Linux kernel structures
Rhys Hiltner
2021-10-04
Revert "runtime: add padding to Linux kernel structures"
Michael Pratt
2021-10-04
runtime: add padding to Linux kernel structures
Rhys Hiltner
2021-09-27
runtime: add timer_create syscalls for Linux
Rhys Hiltner
2020-08-13
runtime: revert signal stack mlocking
Austin Clements
2020-02-24
runtime: remove unused _F_SETFL const on linux
Tobias Klauser
2019-12-05
runtime: mlock top of signal stack on Linux 5.2–5.4.1
Austin Clements
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-03-15
runtime: introduce and consistently use setNsec for timespec
Ian Lance Taylor
2018-09-18
runtime: use MADV_FREE on Linux if available
Tobias Klauser
2016-09-26
runtime: unify handling of alternate signal stack
Ian Lance Taylor
2015-10-20
runtime: add syscalls needed for android/amd64 logging.
Hyang-Ah Hana Kim
2015-02-25
runtime: mark pages we return to kernel as NOHUGEPAGE
Keith Randall
2014-11-19
[dev.cc] runtime: add explicit siginfo.si_addr field
Austin Clements
2014-11-14
[dev.cc] runtime: change set_sec to take int64
Russ Cox
2014-11-14
[dev.cc] runtime: fix linux build
Russ Cox
2014-11-11
[dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to Go
Russ Cox