aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_ppc64x.s
AgeCommit message (Expand)Author
2021-08-03[release-branch.go1.15] runtime: fix crash during VDSO calls on PowerPCDerek Parker
2020-08-11[release-branch.go1.15] all: merge master into release-branch.go1.15Andrew
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
2017-04-21runtime: inform arena placement using sbrk(0)Austin Clements
2017-04-17cmd/asm: detect invalid DS form offsets for ppc64xLynn Boger
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-08-23runtime: Use clock_gettime to get current time on ppc64xCarlos Eduardo Seo
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-02-12runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor
2015-11-12cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe...Michael Hudson-Doyle
2015-10-18runtime, runtime/cgo: conform to PIC register use rules in ppc64 asmMichael Hudson-Doyle
2015-10-18reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame sizeMichael Hudson-Doyle
2015-10-18cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle
2015-06-24runtime: set m.procid always on LinuxRuss Cox
2015-06-06all: use RET instead of RETURN on ppc64Austin Clements
2015-04-24runtime: signal forwardingSrdjan Petrovic
2015-04-22runtime: fix build after CL 9164 on LinuxShenghou Ma
2015-04-22runtime: merge clone0 and cloneSrdjan Petrovic
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-04-03runtime: fix arm, arm64, ppc64 builds (I hope)Ian Lance Taylor
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-01-14runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox
2015-01-07cmd/cgo, runtime/cgo: support ppc64Austin Clements
2014-12-05all: power64 is now ppc64Russ Cox