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_ppc64.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
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-02-25
runtime: mark pages we return to kernel as NOHUGEPAGE
Keith Randall
2014-12-05
all: power64 is now ppc64
Russ Cox