aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_ppc64x.s
AgeCommit message (Expand)Author
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