summaryrefslogtreecommitdiff
path: root/src/runtime/defs_linux_ppc64le.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: add page tracerMichael Knyszek2022-11-181-0/+3
* runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy2022-10-071-17/+0
* Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt2022-09-301-0/+17
* runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy2022-09-301-17/+0
* runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser2022-03-031-1/+0
* runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt2022-02-151-0/+2
* runtime: add padding to Linux kernel structuresRhys Hiltner2021-11-021-2/+18
* Revert "runtime: add padding to Linux kernel structures"Michael Pratt2021-10-041-11/+0
* runtime: add padding to Linux kernel structuresRhys Hiltner2021-10-041-0/+11
* runtime: add timer_create syscalls for LinuxRhys Hiltner2021-09-271-0/+20
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+2
* runtime: introduce and consistently use setNsec for timespecIan Lance Taylor2019-03-151-6/+4
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-0/+1
* runtime: unify handling of alternate signal stackIan Lance Taylor2016-09-261-2/+2
* runtime: mark pages we return to kernel as NOHUGEPAGEKeith Randall2015-02-251-1/+3
* all: power64 is now ppc64Russ Cox2014-12-051-0/+198