aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_linux_ppc64.go
AgeCommit message (Expand)Author
2023-08-22runtime: avoid MADV_HUGEPAGE for heap memoryMichael Anthony Knyszek
2022-11-18runtime: add page tracerMichael Knyszek
2022-10-07runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-09-30Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt
2022-09-30runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-11-02runtime: add padding to Linux kernel structuresRhys Hiltner
2021-10-04Revert "runtime: add padding to Linux kernel structures"Michael Pratt
2021-10-04runtime: add padding to Linux kernel structuresRhys Hiltner
2021-09-27runtime: add timer_create syscalls for LinuxRhys Hiltner
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2015-02-25runtime: mark pages we return to kernel as NOHUGEPAGEKeith Randall
2014-12-05all: power64 is now ppc64Russ Cox