aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux_arm.go
AgeCommit message (Expand)Author
2019-12-05runtime: mlock top of signal stack on Linux 5.2–5.4.1Austin Clements
2019-11-12runtime: consistently seed fastrand state across archsCarlo Alberto Ferraris
2018-10-05runtime: remove unused armArchTobias Klauser
2018-08-24runtime: move arm hardware division support detection to internal/cpuMartin Möhrmann
2018-03-24runtime: adjust GOARM floating point compatibility error messageTobias Klauser
2018-03-09runtime: fix comment for hwcap on linux/armTobias Klauser
2017-04-11runtime: use hardware divider to improve performanceBen Shi
2016-12-22runtime: skip floating point hardware check on AndroidElias Naur
2016-10-19runtime: get s390x vector facility availability from AT_HWCAPMichael Munday
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-04-16runtime: common handling of _AT_RANDOM auxvAustin Clements
2016-04-16runtime: common auxv parserAustin Clements
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-08-07runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systemsRuss Cox
2015-06-17runtime: fix typos in os_linux_arm.goYongjian Xu
2015-04-15runtime: mark all runtime.cputicks implementations NOSPLITDave Cheney
2015-01-14runtime: use runtime.sysargs to parse auxv on linux/armDave Cheney
2015-01-11runtime: remove duplicate copyright noticeDave Cheney
2015-01-09runtime: source startupRandomData from auxv AT_RANDOM on linux/arm.Shenghou Ma
2014-11-15[dev.cc] runtime: fix bus error accessing auxv random data on arm5Dave Cheney
2014-11-11[dev.cc] runtime: convert operating system support code from C to GoRuss Cox