index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
os_linux_arm64.go
Age
Commit message (
Expand
)
Author
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-20
internal/cpu: consolidate arm64 feature detection
Martin Möhrmann
2019-12-05
runtime: mlock top of signal stack on Linux 5.2–5.4.1
Austin Clements
2019-11-12
runtime: consistently seed fastrand state across archs
Carlo Alberto Ferraris
2018-11-04
runtime: avoid arm64 8.1 atomics on Android
Elias Naur
2018-08-21
runtime: don't use linkname to refer to internal/cpu
Ian Lance Taylor
2018-05-01
internal/cpu: remove platform specific prefix from cpu hwcap variables
Martin Möhrmann
2018-04-10
runtime: use internal/cpu in alginit
Meng Zhuo
2018-04-04
runtime: implement aeshash for arm64 platform
Meng Zhuo
2017-11-14
internal/cpu: detect cpu features in internal/cpu package
Fangming.Fang
2017-04-24
runtime: gofmt -w -s
Mikio Hara
2017-04-13
hash/crc32: optimize arm64 crc32 implementation
Wei Xiao
2016-08-30
runtime: rename fastrand1 to fastrand
Josh Bleecher Snyder
2016-04-16
runtime: common handling of _AT_RANDOM auxv
Austin Clements
2016-04-16
runtime: common auxv parser
Austin Clements
2016-04-06
runtime: get randomness from AT_RANDOM AUXV on linux/arm64
Shenghou Ma
2015-04-15
runtime: mark all runtime.cputicks implementations NOSPLIT
Dave Cheney
2015-03-16
runtime: add support for linux/arm64
Aram Hăvărneanu