summaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_arm64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: make nanotime1 reentrantCherry Zhang2020-08-101-2/+32
* runtime: use CBZ/CBNZ in linux/arm64 assembly codeXiangdong Ji2020-03-031-2/+1
* runtime: use FP offsets for pipe/pipe2 on freebsd/arm64 and linux/arm64Joel Sing2020-01-081-2/+2
* runtime: correct setNonblock on linux/arm64Joel Sing2020-01-071-1/+1
* runtime: don't save G during VDSO if we're handling signalCherry Zhang2019-11-111-0/+8
* runtime: don't fetch G from signal stack when using cgoCherry Zhang2019-11-051-6/+20
* runtime: M-targeted signals for LinuxAustin Clements2019-10-261-0/+14
* runtime: save/fetch g register during VDSO on ARM and ARM64Cherry Zhang2019-10-231-0/+28
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-8/+0
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+34
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-4/+4
* runtime: save/restore callee saved registers in arm64's sigtrampBen Shi2019-06-031-1/+45
* runtime: move linux specific code into linux specific filesMaya Rashish2019-04-201-0/+3
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-1/+1
* runtime: use tgkill for raiseMichael Pratt2018-09-071-4/+8
* build: support frame-pointer for arm64Zheng Xu2018-08-291-1/+7
* runtime: enable memory sanitizer on arm64Fangming.Fang2018-05-021-2/+35
* runtime: change GNU/Linux usleep to use nanosleepIan Lance Taylor2018-04-241-9/+5
* runtime: use vDSO for clock_gettime on linux/arm64Meng Zhuo2018-03-271-2/+69
* runtime: remove unused SYS_* definitions on LinuxTobias Klauser2018-03-051-1/+0
* runtime: remove unused getrlimit functionTobias Klauser2018-02-171-9/+0
* runtime: use NOFRAME on arm64Austin Clements2018-02-121-26/+26
* runtime: separate error result for mmapAustin Clements2017-10-181-2/+7
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-3/+8
* 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-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