aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm64.s
AgeCommit message (Expand)Author
2026-01-27runtime: rename aeshashbody to runtime.aeshashbodyMichael Pratt
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-17runtime: clear frame pointer at thread entry pointsNick Ripley
2025-10-22runtime: use backoff and ISB instruction to reduce contention in (*lfstack).p...fanzha02
2025-10-20runtime: make procyieldAsm no longer loop infinitely if passed 0Michael Anthony Knyszek
2025-10-20runtime: wrap procyield assembly and check for 0Michael Anthony Knyszek
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-09-26runtime: unify arm64 entry point codeqmuntal
2025-07-24cmd/compile: move arm64 over to new bounds check strategyKeith Randall
2025-05-02runtime: clear frame pointer in morestackMichael Pratt
2025-05-02runtime: don't restore from g0.sched in systemstack on arm64Michael Pratt
2025-05-02runtime: clear frame pointer in mcallMichael Pratt
2025-02-26runtime: remove ret field from gobufKeith Randall
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2025-02-17runtime: check LSE support on ARM64 at runtime initAndrey Bokhanko
2025-01-27Revert "runtime: Check LSE support on ARM64 at runtime init"Cherry Mui
2024-10-22runtime: Check LSE support on ARM64 at runtime initAndrey Bokhanko
2024-05-11runtime: add runtime.debugPinnerV1Alessandro Arzilli
2023-10-26runtime: print a stack trace at "morestack on g0"Cherry Mui
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-10runtime: fix typosJes Cok
2023-05-22runtime: rename getcallerfp to getfpFelix Geisendörfer
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-11Revert "runtime: rename getcallerfp to getfp"Michael Pratt
2023-05-11runtime: rename getcallerfp to getfpFelix Geisendörfer
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-20Revert "runtime: tidy _Stack* constant naming"Austin Clements
2023-04-20runtime: tidy _Stack* constant namingAustin Clements
2023-04-20runtime: mix a bit more in arm64 hash functionKeith Randall
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-30runtime/trace: enable frame pointer unwinding on amd64Felix Geisendörfer
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-02-17cmd/compile: move raw writes out of write barrier codeKeith Randall
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2022-08-25runtime: mark morestack_noctxt SPWRITE on LR architecturesCherry Mui
2022-07-25runtime: fix runtime.Breakpoint() on windows/arm64qmuntal
2022-05-18all: fix spellingJohn Bampton
2022-05-04runtime: improve the annotation of debugCallV2 for arm64eric fang
2022-04-23runtime: support for debugger function calls on linux/arm64eric fang
2022-03-30runtime: unify C->Go ABI transitions on arm64eric fang
2022-03-18all: delete ARM64 non-register ABI fallback pathCherry Mui
2022-03-18all: delete regabireflect goexperimentCherry Mui
2021-10-29runtime: remove unnecessary argument stores for panicIndex etc. on ARM64Cherry Mui
2021-08-16runtime: make asmcgocall g0/gsignal checks consistentJoel Sing