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
/
sys_linux_arm64.s
Age
Commit message (
Expand
)
Author
2020-08-11
[release-branch.go1.15] all: merge master into release-branch.go1.15
Andrew
2020-03-03
runtime: use CBZ/CBNZ in linux/arm64 assembly code
Xiangdong Ji
2020-01-08
runtime: use FP offsets for pipe/pipe2 on freebsd/arm64 and linux/arm64
Joel Sing
2020-01-07
runtime: correct setNonblock on linux/arm64
Joel Sing
2019-11-11
runtime: don't save G during VDSO if we're handling signal
Cherry Zhang
2019-11-05
runtime: don't fetch G from signal stack when using cgo
Cherry Zhang
2019-10-26
runtime: M-targeted signals for Linux
Austin Clements
2019-10-23
runtime: save/fetch g register during VDSO on ARM and ARM64
Cherry Zhang
2019-10-21
runtime: change read and write to return negative errno value
Ian Lance Taylor
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-06-03
runtime: save/restore callee saved registers in arm64's sigtramp
Ben Shi
2019-04-20
runtime: move linux specific code into linux specific files
Maya Rashish
2018-09-18
runtime: use MADV_FREE on Linux if available
Tobias Klauser
2018-09-07
runtime: use tgkill for raise
Michael Pratt
2018-08-29
build: support frame-pointer for arm64
Zheng Xu
2018-05-02
runtime: enable memory sanitizer on arm64
Fangming.Fang
2018-04-24
runtime: change GNU/Linux usleep to use nanosleep
Ian Lance Taylor
2018-03-27
runtime: use vDSO for clock_gettime on linux/arm64
Meng Zhuo
2018-03-05
runtime: remove unused SYS_* definitions on Linux
Tobias Klauser
2018-02-17
runtime: remove unused getrlimit function
Tobias Klauser
2018-02-12
runtime: use NOFRAME on arm64
Austin Clements
2017-10-18
runtime: separate error result for mmap
Austin Clements
2017-10-11
runtime: make it possible to exit Go-created threads
Austin Clements
2017-04-21
runtime: inform arena placement using sbrk(0)
Austin Clements
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-10-27
runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ...
Russ Cox
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-08-25
all: fix assembly vet issues
Josh Bleecher Snyder
2016-04-01
runtime: support symbolic backtrace of C code in a cgo crash
Ian Lance Taylor
2016-02-12
runtime: fix errno sign for some mmap and mincore cases
Ian Lance Taylor
2015-11-17
runtime: android/arm64 support
David Crawshaw
2015-07-29
runtime, reflect: use correctly aligned stack frame sizes on arm64
Russ Cox
2015-07-27
runtime: log all thread stack traces during GODEBUG=crash on Unix
Ian Lance Taylor
2015-06-24
runtime: set m.procid always on Linux
Russ Cox
2015-04-24
runtime: signal forwarding
Srdjan Petrovic
2015-04-22
runtime: fix build after CL 9164 on Linux
Shenghou Ma
2015-04-22
runtime: merge clone0 and clone
Srdjan Petrovic
2015-04-22
runtime: check error codes for arm64 system calls
Keith Randall
2015-04-14
runtime: rename close to closefd
David Crawshaw
2015-04-08
runtime: linux/arm64 cgo support
Shenghou Ma
2015-04-03
runtime: fix arm, arm64, ppc64 builds (I hope)
Ian Lance Taylor
2015-04-03
runtime: initialize shared library at library-load time
Srdjan Petrovic
2015-03-16
runtime: add support for linux/arm64
Aram Hăvărneanu