summaryrefslogtreecommitdiff
path: root/src/runtime/os_linux_arm64.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* internal/cpu: consolidate arm64 feature detectionMartin Möhrmann2020-10-201-13/+1
* runtime: mlock top of signal stack on Linux 5.2–5.4.1Austin Clements2019-12-051-0/+2
* runtime: consistently seed fastrand state across archsCarlo Alberto Ferraris2019-11-121-11/+1
* runtime: avoid arm64 8.1 atomics on AndroidElias Naur2018-11-041-1/+9
* runtime: don't use linkname to refer to internal/cpuIan Lance Taylor2018-08-211-13/+6
* internal/cpu: remove platform specific prefix from cpu hwcap variablesMartin Möhrmann2018-05-011-2/+2
* runtime: use internal/cpu in alginitMeng Zhuo2018-04-101-1/+0
* runtime: implement aeshash for arm64 platformMeng Zhuo2018-04-041-1/+3
* internal/cpu: detect cpu features in internal/cpu packageFangming.Fang2017-11-141-5/+15
* runtime: gofmt -w -sMikio Hara2017-04-241-3/+3
* hash/crc32: optimize arm64 crc32 implementationWei Xiao2017-04-131-0/+7
* runtime: rename fastrand1 to fastrandJosh Bleecher Snyder2016-08-301-2/+2
* runtime: common handling of _AT_RANDOM auxvAustin Clements2016-04-161-10/+4
* runtime: common auxv parserAustin Clements2016-04-161-23/+9
* runtime: get randomness from AT_RANDOM AUXV on linux/arm64Shenghou Ma2016-04-061-0/+26
* runtime: mark all runtime.cputicks implementations NOSPLITDave Cheney2015-04-151-0/+1
* runtime: add support for linux/arm64Aram Hăvărneanu2015-03-161-0/+19