aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_s390x.s
AgeCommit message (Expand)Author
2024-01-25runtime: add crash stack support for s390xMauri de Souza Meneguzzo
2023-08-01runtime: handle SIGPE exception for p256 crypto package on s390xroot
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-10runtime: fix typosJes Cok
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
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-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-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
2023-01-20cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala
2022-08-25runtime: mark morestack_noctxt SPWRITE on LR architecturesCherry Mui
2021-11-15cmd/compile, runtime: mark R1 as clobbered for write barrier callCherry Mui
2021-08-16runtime: make asmcgocall g0/gsignal checks consistentJoel Sing
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-06-08[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-02-19runtime: fix spurious stack overflow detectionRuss Cox
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: remove unnecessary writes to gp.sched.gRuss Cox
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2021-02-05[dev.regabi] runtime: delete gosave functionCherry Zhang
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-05runtime: define and use call16 everywhereAustin Clements
2019-08-29runtime: switch default order of hashing algorithmsKeith Randall
2019-06-06runtime: fix scattered non-tab indentation in assemblyRuss Cox
2019-05-09runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...Russ Cox
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-11-12runtime, reflect: access runtime.reflectcall directlyAustin Clements
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-05-01cmd/compile: allow R11 to be allocated on s390xMichael Munday
2018-03-08runtime: make throw safer to callAustin Clements
2018-03-04internal/bytealg: move short string Index implementations into bytealgKeith Randall
2018-03-04internal/bytealg: move compare functions to bytealgKeith Randall
2018-03-03internal/bytealg: move equal functions to bytealgKeith Randall
2018-03-02internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall
2018-02-13runtime: buffered write barrier for s390xAustin Clements
2017-11-17cmd/link: enable c-shared and c-archive mode on s390xBill O'Farrell
2017-10-30runtime: remove unnecessary sync from publicationBarrier on s390xBill O'Farrell