aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_arm.s
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2020-08-10runtime: make nanotime1 reentrantCherry Zhang
2020-01-04runtime: don't use R11 in nanotime1/walltime1 on ARMCherry Zhang
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: save/restore callee-save registers in arm's sigtrampBen Shi
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-05-09runtime: fix vet complaints for linux/armRuss Cox
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-05-03runtime: use native CAS and memory barrier on ARMv7Cherry Zhang
2018-04-24runtime: change GNU/Linux usleep to use nanosleepIan Lance Taylor
2018-03-07runtime: get traceback from VDSO codeIan Lance Taylor
2018-03-06runtime: fix stack switch check in walltime/nanotime on linux/armTobias Klauser
2018-03-05runtime: rename vdso symbols to use camel caseIan Lance Taylor
2018-03-05runtime: remove unused SYS_* definitions on LinuxTobias Klauser
2018-03-03runtime: use vDSO for clock_gettime on linux/armTobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2018-02-12runtime, sync/atomic: use NOFRAME on armAustin Clements
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-05-19runtime: use pselect6 for usleep on linux/amd64 and linux/armAustin Clements
2017-04-21runtime: inform arena placement using sbrk(0)Austin Clements
2017-02-14runtime: fix some assembly offset namesJosh Bleecher Snyder
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss 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-03-02all: single space after period.Brad Fitzpatrick
2015-12-18runtime: for c-archive/c-shared, don't install unnecessary signal handlersIan Lance Taylor
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-07-30runtime: replace divide with multiply in runtime.usleep on armRuss Cox
2015-06-24runtime: set m.procid always on LinuxRuss Cox
2015-06-19runtime: ensure GC sees type-safe memory on weak machinesAustin Clements
2015-04-29runtime: re-enable TestNewProc0 on android/arm and fix heap corruptionShenghou Ma
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-14runtime: rename close to closefdDavid Crawshaw
2015-04-13runtime: shared library runtime init for armSrdjan Petrovic
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-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-02-20[dev.cc] runtime,syscall: quiet some more vet errorsRob Pike
2015-02-18[dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike