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_arm.s
Age
Commit message (
Expand
)
Author
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-10-07
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-09-30
Revert "runtime: move epoll syscalls to runtime/internal/syscall"
Michael Pratt
2022-09-30
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-08-17
runtime: refactor ARM VDSO call setup to helper
Michael Pratt
2022-04-28
runtime: mark sigtramp as TOPFRAME
Michael Pratt
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2021-11-09
runtime: add upper half and carry bit with zero
Michael Pratt
2021-11-04
runtime: clear upper half of sec in ARM walltime
Michael Pratt
2021-09-27
runtime: add timer_create syscalls for Linux
Rhys Hiltner
2021-09-24
runtime: set vdsoSP to caller's SP consistently
Cherry Mui
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2020-08-10
runtime: make nanotime1 reentrant
Cherry Zhang
2020-01-04
runtime: don't use R11 in nanotime1/walltime1 on ARM
Cherry Zhang
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: save/restore callee-save registers in arm's sigtramp
Ben Shi
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-05-09
runtime: fix vet complaints for linux/arm
Russ Cox
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-05-03
runtime: use native CAS and memory barrier on ARMv7
Cherry Zhang
2018-04-24
runtime: change GNU/Linux usleep to use nanosleep
Ian Lance Taylor
2018-03-07
runtime: get traceback from VDSO code
Ian Lance Taylor
2018-03-06
runtime: fix stack switch check in walltime/nanotime on linux/arm
Tobias Klauser
2018-03-05
runtime: rename vdso symbols to use camel case
Ian Lance Taylor
2018-03-05
runtime: remove unused SYS_* definitions on Linux
Tobias Klauser
2018-03-03
runtime: use vDSO for clock_gettime on linux/arm
Tobias Klauser
2018-02-17
runtime: remove unused getrlimit function
Tobias Klauser
2018-02-12
runtime, sync/atomic: use NOFRAME on arm
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-05-19
runtime: use pselect6 for usleep on linux/amd64 and linux/arm
Austin Clements
2017-04-21
runtime: inform arena placement using sbrk(0)
Austin Clements
2017-02-14
runtime: fix some assembly offset names
Josh Bleecher Snyder
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
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-03-02
all: single space after period.
Brad Fitzpatrick
2015-12-18
runtime: for c-archive/c-shared, don't install unnecessary signal handlers
Ian Lance Taylor
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-07-30
runtime: replace divide with multiply in runtime.usleep on arm
Russ Cox
2015-06-24
runtime: set m.procid always on Linux
Russ Cox
2015-06-19
runtime: ensure GC sees type-safe memory on weak machines
Austin Clements
[next]