summaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_ppc64x.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-1/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-2/+2
* runtime: Use clock_gettime to get current time on ppc64xCarlos Eduardo Seo2016-08-231-6/+4
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-0/+15
* runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor2016-02-121-0/+1
* cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe...Michael Hudson-Doyle2015-11-121-0/+2
* runtime, runtime/cgo: conform to PIC register use rules in ppc64 asmMichael Hudson-Doyle2015-10-181-4/+4
* reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame sizeMichael Hudson-Doyle2015-10-181-3/+4
* cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle2015-10-181-27/+27
* runtime: set m.procid always on LinuxRuss Cox2015-06-241-0/+5
* all: use RET instead of RETURN on ppc64Austin Clements2015-06-061-31/+31
* runtime: signal forwardingSrdjan Petrovic2015-04-241-24/+12
* runtime: fix build after CL 9164 on LinuxShenghou Ma2015-04-221-2/+2
* runtime: merge clone0 and cloneSrdjan Petrovic2015-04-221-10/+9
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: fix arm, arm64, ppc64 builds (I hope)Ian Lance Taylor2015-04-031-1/+2
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-0/+6
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-0/+8
* runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox2015-01-141-0/+9
* cmd/cgo, runtime/cgo: support ppc64Austin Clements2015-01-071-0/+7
* all: power64 is now ppc64Russ Cox2014-12-051-0/+384