aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_ppc64x.s
AgeCommit message (Expand)Author
2024-09-28runtime: use vDSO for getrandom() on linuxJason A. Donenfeld
2024-05-22all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
2023-04-18runtime: consolidate function descriptor definitions on PPC64Michael Pratt
2023-04-17Revert "Revert "Revert "runtime: consolidate function descriptor definitions ...Michael Pratt
2023-04-03runtime: cleanup PPC64/linux runtime.sigtrampPaul E. Murphy
2023-04-03Revert "Revert "runtime: consolidate function descriptor definitions on PPC64""Cherry Mui
2023-03-31Revert "runtime: consolidate function descriptor definitions on PPC64"Cherry Mui
2023-03-27runtime: consolidate function descriptor definitions on PPC64Paul E. Murphy
2023-03-24runtime: add "sigaction" to sigreturn symbol nameMichael Pratt
2023-03-23all: replace leading spaces with tabs in assemblyMichael Pratt
2023-03-15runtime: add arg storage to ppc64le/linux runtime.sigprofNonGoWrapper framePaul E. Murphy
2023-03-14runtime,runtime/cgo: fix tsan/pprof/cgo issuesPaul E. Murphy
2022-10-26cmd/internal/obj/ppc64: generate big uint32 values in registerPaul E. Murphy
2022-10-24runtime: fix usleep on linux/PPC64Paul E. Murphy
2022-10-18runtime: always keep global reference to mp until mexit completesMichael Pratt
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-04-28runtime: mark sigtramp as TOPFRAMEMichael Pratt
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-09-27runtime: use per-thread profiler for SetCgoTraceback platformsRhys Hiltner
2021-09-27runtime: add timer_create syscalls for LinuxRhys Hiltner
2021-09-24runtime: set vdsoSP to caller's SP consistentlyCherry Mui
2021-06-21runtime: fix crash during VDSO calls on PowerPCDerek Parker
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2020-08-10runtime: make nanotime1 reentrantCherry Zhang
2020-01-20runtime: fix wrong offset when calling ppc64x nanotime syscallCarlos Eduardo Seo
2019-10-26runtime: M-targeted signals for LinuxAustin Clements
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-05-09runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...Russ Cox
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2018-11-20cmd/link, runtime: add initial cgo support for ppc64majiang
2018-10-23runtime: use unsigned load for iscgo variable in ppc64x runtime asmLynn Boger
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-09-07runtime: use tgkill for raiseMichael Pratt
2018-08-31runtime: add support for VDSO on ppc64x for use in walltime/nanotimeCarlos Eduardo Seo
2018-08-01runtime: fix syscall error returns on mips/mips64/ppc64David Wimmer
2018-04-24runtime: fix errno sign for epollctl on mips, mips64 and ppc64Wèi Cōngruì
2018-04-24runtime: change GNU/Linux usleep to use nanosleepIan Lance Taylor
2018-03-05runtime: remove unused SYS_* definitions on LinuxTobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2017-10-21runtime: support cgo traceback on PPC64LECherry Zhang
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements