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_arm.go
Age
Commit message (
Expand
)
Author
2025-09-04
runtime: remove obsolete osArchInit function
aimuz
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-20
all: add floating point option for ARM targets
Ludi Rehak
2023-10-31
runtime: on arm32, detect whether we have sync instructions
Keith Randall
2022-08-17
runtime: refactor ARM VDSO call setup to helper
Michael Pratt
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-10-05
runtime: remove unused armArch
Tobias Klauser
2018-08-24
runtime: move arm hardware division support detection to internal/cpu
Martin Möhrmann
2018-03-24
runtime: adjust GOARM floating point compatibility error message
Tobias Klauser
2018-03-09
runtime: fix comment for hwcap on linux/arm
Tobias Klauser
2017-04-11
runtime: use hardware divider to improve performance
Ben Shi
2016-12-22
runtime: skip floating point hardware check on Android
Elias Naur
2016-10-19
runtime: get s390x vector facility availability from AT_HWCAP
Michael Munday
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
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-08-07
runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systems
Russ Cox
2015-06-17
runtime: fix typos in os_linux_arm.go
Yongjian Xu
2015-04-15
runtime: mark all runtime.cputicks implementations NOSPLIT
Dave Cheney
2015-01-14
runtime: use runtime.sysargs to parse auxv on linux/arm
Dave Cheney
2015-01-11
runtime: remove duplicate copyright notice
Dave Cheney
2015-01-09
runtime: 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 arm5
Dave Cheney
2014-11-11
[dev.cc] runtime: convert operating system support code from C to Go
Russ Cox