summaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_mips64x.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: inform arena placement using sbrk(0)Austin Clements2017-04-211-0/+10
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ...Russ Cox2016-10-271-7/+4
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-1/+1
* cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang2016-08-301-5/+0
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-2/+2
* runtime: add linux/mips64x cgo supportCherry Zhang2016-05-041-2/+2
* cmd/internal/obj/mips et al.: introduce SB register on mips64xCherry Zhang2016-05-011-2/+6
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-0/+4
* runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor2016-02-121-0/+1
* runtime: added assembly part of linux/mips64{,le} supportYao Zhang2015-11-121-0/+427