summaryrefslogtreecommitdiff
path: root/src/runtime/os_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: use hardware divider to improve performanceBen Shi2017-04-111-0/+3
* runtime: skip floating point hardware check on AndroidElias Naur2016-12-221-0/+6
* runtime: get s390x vector facility availability from AT_HWCAPMichael Munday2016-10-191-1/+0
* runtime: rename fastrand1 to fastrandJosh Bleecher Snyder2016-08-301-2/+2
* runtime: common handling of _AT_RANDOM auxvAustin Clements2016-04-161-5/+4
* runtime: common auxv parserAustin Clements2016-04-161-31/+17
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-2/+5
* runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systemsRuss Cox2015-08-071-1/+0
* runtime: fix typos in os_linux_arm.goYongjian Xu2015-06-171-1/+1
* runtime: mark all runtime.cputicks implementations NOSPLITDave Cheney2015-04-151-0/+1
* runtime: use runtime.sysargs to parse auxv on linux/armDave Cheney2015-01-141-2/+1
* runtime: remove duplicate copyright noticeDave Cheney2015-01-111-4/+0
* runtime: source startupRandomData from auxv AT_RANDOM on linux/arm.Shenghou Ma2015-01-091-6/+5
* [dev.cc] runtime: fix bus error accessing auxv random data on arm5Dave Cheney2014-11-151-2/+5
* [dev.cc] runtime: convert operating system support code from C to GoRuss Cox2014-11-111-0/+75