aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_arm64.s
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2020-08-10runtime: make nanotime1 reentrantCherry Zhang
2020-03-03runtime: use CBZ/CBNZ in linux/arm64 assembly codeXiangdong Ji
2020-01-08runtime: use FP offsets for pipe/pipe2 on freebsd/arm64 and linux/arm64Joel Sing
2020-01-07runtime: correct setNonblock on linux/arm64Joel Sing
2019-11-11runtime: don't save G during VDSO if we're handling signalCherry Zhang
2019-11-05runtime: don't fetch G from signal stack when using cgoCherry Zhang
2019-10-26runtime: M-targeted signals for LinuxAustin Clements
2019-10-23runtime: save/fetch g register during VDSO on ARM and ARM64Cherry Zhang
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-06-03runtime: save/restore callee saved registers in arm64's sigtrampBen Shi
2019-04-20runtime: move linux specific code into linux specific filesMaya Rashish
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-09-07runtime: use tgkill for raiseMichael Pratt
2018-08-29build: support frame-pointer for arm64Zheng Xu
2018-05-02runtime: enable memory sanitizer on arm64Fangming.Fang
2018-04-24runtime: change GNU/Linux usleep to use nanosleepIan Lance Taylor
2018-03-27runtime: use vDSO for clock_gettime on linux/arm64Meng Zhuo
2018-03-05runtime: remove unused SYS_* definitions on LinuxTobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2018-02-12runtime: use NOFRAME on arm64Austin Clements
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-04-21runtime: inform arena placement using sbrk(0)Austin Clements
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-10-27runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ...Russ Cox
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
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-17runtime: android/arm64 supportDavid Crawshaw
2015-07-29runtime, reflect: use correctly aligned stack frame sizes on arm64Russ Cox
2015-07-27runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor
2015-06-24runtime: set m.procid always on LinuxRuss Cox
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-22runtime: check error codes for arm64 system callsKeith Randall
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-04-08runtime: linux/arm64 cgo supportShenghou Ma
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-16runtime: add support for linux/arm64Aram Hăvărneanu