| Age | Commit message (Expand) | Author |
| 2026-03-18 | runtime: implement part of library initialization in Go | qmuntal |
| 2026-03-18 | runtime: make asmcgocall more robust to missing G | qmuntal |
| 2026-02-28 | runtime/cgo: add abi_riscv64.h for callee-saved register macros | George Adams |
| 2026-01-27 | cmd/compile, runtime: avoid improper control transfer instruction hints on ri... | wangboyao |
| 2025-11-17 | cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru... | Joel Sing |
| 2025-10-20 | runtime: wrap procyield assembly and check for 0 | Michael Anthony Knyszek |
| 2025-10-17 | runtime: unify riscv64 library entry point | qmuntal |
| 2025-08-04 | cmd/compile: move riscv64 over to new bounds check strategy | Keith Randall |
| 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-19 | all: implement plugin build mode for riscv64 | Meng Zhuo |
| 2024-09-05 | runtime: use regabi for riscv64 cputicks | Meng Zhuo |
| 2023-11-09 | all: clean up addition of constants in riscv64 assembly | Joel Sing |
| 2023-11-03 | runtime: remove getcallerpc on riscv64 | Joel Sing |
| 2023-11-02 | runtime: add crash stack support for riscv64 | Joel Sing |
| 2023-10-04 | runtime: add runtime support for openbsd/riscv64 port | Joel Sing |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-06-10 | runtime: fix typos | Jes Cok |
| 2023-05-17 | runtime/cgo: store M for C-created thread in pthread key | Cherry Mui |
| 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-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-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-10-26 | all: delete riscv64 non-register ABI fallback path | Wayne Zuo |
| 2022-08-25 | runtime: mark morestack_noctxt SPWRITE on LR architectures | Cherry Mui |
| 2022-04-24 | runtime: add ABIInternal to strhash and memhash on riscv64 | Meng Zhuo |
| 2022-03-30 | runtime: add runtime changes for register ABI on riscv64 | Meng Zhuo |
| 2021-12-29 | runtime: invalid negative frequency while tracing | Meng Zhuo |
| 2021-11-03 | cmd/asm,cmd/compile,runtime: stop using X3 (aka GP) on riscv64 | Joel Sing |
| 2021-08-18 | runtime: use RDCYCLE for cputicks on riscv64 | Meng Zhuo |
| 2021-08-16 | runtime: make asmcgocall g0/gsignal checks consistent | Joel Sing |
| 2021-08-03 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin 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 loop | Austin Clements |
| 2021-07-30 | [dev.typeparams] runtime: use func() for deferred functions | Austin Clements |
| 2021-06-08 | [dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def... | Cherry Mui |
| 2021-04-21 | cmd/compile: allow conversion from slice to array ptr | Josh Bleecher Snyder |
| 2021-02-19 | runtime: fix spurious stack overflow detection | Russ Cox |
| 2021-02-19 | runtime: use TOPFRAME to identify top-of-frame functions | Russ Cox |
| 2021-02-19 | runtime: remove unnecessary writes to gp.sched.g | Russ Cox |
| 2021-02-19 | runtime: unify asmcgocall and systemstack traceback setup | Russ Cox |
| 2021-02-18 | runtime: unbreak linux/riscv64 following regabi merge | Joel Sing |