summaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_arm64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ...Russ Cox2016-10-271-6/+4
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-1/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-2/+2
* 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/+3
* runtime: android/arm64 supportDavid Crawshaw2015-11-171-0/+33
* runtime, reflect: use correctly aligned stack frame sizes on arm64Russ Cox2015-07-291-3/+3
* runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor2015-07-271-0/+11
* runtime: set m.procid always on LinuxRuss Cox2015-06-241-0/+6
* runtime: signal forwardingSrdjan Petrovic2015-04-241-24/+11
* runtime: fix build after CL 9164 on LinuxShenghou Ma2015-04-221-2/+2
* runtime: merge clone0 and cloneSrdjan Petrovic2015-04-221-11/+10
* runtime: check error codes for arm64 system callsKeith Randall2015-04-221-0/+3
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: linux/arm64 cgo supportShenghou Ma2015-04-081-1/+4
* 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: add support for linux/arm64Aram Hăvărneanu2015-03-161-0/+431