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
/
asm_arm64.s
Age
Commit message (
Expand
)
Author
2026-01-27
runtime: rename aeshashbody to runtime.aeshashbody
Michael Pratt
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
2025-11-17
runtime: clear frame pointer at thread entry points
Nick Ripley
2025-10-22
runtime: use backoff and ISB instruction to reduce contention in (*lfstack).p...
fanzha02
2025-10-20
runtime: make procyieldAsm no longer loop infinitely if passed 0
Michael Anthony Knyszek
2025-10-20
runtime: wrap procyield assembly and check for 0
Michael Anthony Knyszek
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-09-26
runtime: unify arm64 entry point code
qmuntal
2025-07-24
cmd/compile: move arm64 over to new bounds check strategy
Keith Randall
2025-05-02
runtime: clear frame pointer in morestack
Michael Pratt
2025-05-02
runtime: don't restore from g0.sched in systemstack on arm64
Michael Pratt
2025-05-02
runtime: clear frame pointer in mcall
Michael Pratt
2025-02-26
runtime: remove ret field from gobuf
Keith Randall
2025-02-25
cmd/compile, runtime: use PC of deferreturn for panic transfer
David Chase
2025-02-17
runtime: check LSE support on ARM64 at runtime init
Andrey Bokhanko
2025-01-27
Revert "runtime: Check LSE support on ARM64 at runtime init"
Cherry Mui
2024-10-22
runtime: Check LSE support on ARM64 at runtime init
Andrey Bokhanko
2024-05-11
runtime: add runtime.debugPinnerV1
Alessandro Arzilli
2023-10-26
runtime: print a stack trace at "morestack on g0"
Cherry Mui
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-10
runtime: fix typos
Jes Cok
2023-05-22
runtime: rename getcallerfp to getfp
Felix Geisendörfer
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
2023-05-11
Revert "runtime: rename getcallerfp to getfp"
Michael Pratt
2023-05-11
runtime: rename getcallerfp to getfp
Felix Geisendörfer
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-21
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-20
Revert "runtime: tidy _Stack* constant naming"
Austin Clements
2023-04-20
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-20
runtime: mix a bit more in arm64 hash function
Keith Randall
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-30
runtime/trace: enable frame pointer unwinding on amd64
Felix Geisendörfer
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-02-24
cmd/compile: batch write barrier calls
Keith Randall
2023-02-17
cmd/compile: move raw writes out of write barrier code
Keith Randall
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2022-08-25
runtime: mark morestack_noctxt SPWRITE on LR architectures
Cherry Mui
2022-07-25
runtime: fix runtime.Breakpoint() on windows/arm64
qmuntal
2022-05-18
all: fix spelling
John Bampton
2022-05-04
runtime: improve the annotation of debugCallV2 for arm64
eric fang
2022-04-23
runtime: support for debugger function calls on linux/arm64
eric fang
2022-03-30
runtime: unify C->Go ABI transitions on arm64
eric fang
2022-03-18
all: delete ARM64 non-register ABI fallback path
Cherry Mui
2022-03-18
all: delete regabireflect goexperiment
Cherry Mui
2021-10-29
runtime: remove unnecessary argument stores for panicIndex etc. on ARM64
Cherry Mui
2021-08-16
runtime: make asmcgocall g0/gsignal checks consistent
Joel Sing
[next]