aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux_arm64.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20internal/cpu: consolidate arm64 feature detectionMartin Möhrmann
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-11-04runtime: avoid arm64 8.1 atomics on AndroidElias Naur
2018-08-21runtime: don't use linkname to refer to internal/cpuIan Lance Taylor
2018-05-01internal/cpu: remove platform specific prefix from cpu hwcap variablesMartin Möhrmann
2018-04-10runtime: use internal/cpu in alginitMeng Zhuo
2018-04-04runtime: implement aeshash for arm64 platformMeng Zhuo
2017-11-14internal/cpu: detect cpu features in internal/cpu packageFangming.Fang
2017-04-24runtime: gofmt -w -sMikio Hara
2017-04-13hash/crc32: optimize arm64 crc32 implementationWei Xiao
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
2016-04-06runtime: get randomness from AT_RANDOM AUXV on linux/arm64Shenghou Ma
2015-04-15runtime: mark all runtime.cputicks implementations NOSPLITDave Cheney
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu