| Age | Commit message (Expand) | Author |
| 2024-09-28 | runtime: use vDSO for getrandom() on linux | Jason A. Donenfeld |
| 2023-03-24 | runtime: add "sigaction" to sigreturn symbol name | Michael Pratt |
| 2023-03-23 | all: replace leading spaces with tabs in assembly | Michael Pratt |
| 2023-02-22 | runtime: use explicit NOFRAME on linux/amd64 | qmuntal |
| 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-04-28 | runtime: mark sigtramp as TOPFRAME | Michael Pratt |
| 2022-04-26 | runtime: use ABIInternal for most calls to sigtrampgo | Michael Pratt |
| 2022-03-03 | runtime: remove fallback to pipe on platforms with pipe2 | Tobias Klauser |
| 2021-09-27 | runtime: use per-thread profiler for SetCgoTraceback platforms | Rhys Hiltner |
| 2021-09-27 | runtime: add timer_create syscalls for Linux | Rhys Hiltner |
| 2021-06-11 | [dev.typeparams] all: always enable regabig on AMD64 | Cherry Mui |
| 2021-05-21 | [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse... | Cherry Mui |
| 2021-04-29 | runtime: remove linux-amd64 walltime function | Ian Lance Taylor |
| 2021-04-29 | runtime: rename walltime1 to walltime | Ian Lance Taylor |
| 2021-04-15 | runtime: unify C->Go ABI transitions | Austin Clements |
| 2021-04-08 | cmd/asm,runtime: reduce spellings of GOEXPERIMENTs | Austin Clements |
| 2021-04-01 | runtime: fix uses of ABIInternal PCs in assembly | Austin Clements |
| 2021-03-18 | all: explode GOEXPERIMENT=regabi into 5 sub-experiments | Austin Clements |
| 2021-02-08 | [dev.regabi] runtime: use g register in some assembly functions on AMD64 | Cherry Zhang |
| 2021-02-08 | [dev.regabi] cmd/compile, runtime: reserve R14 as g registers on AMD64 | Cherry Zhang |
| 2020-10-30 | reflect,runtime: use internal ABI for selected ASM routines, attempt 2 | Than McIntosh |
| 2020-10-29 | Revert "reflect,runtime: use internal ABI for selected ASM routines" | Than McIntosh |
| 2020-10-29 | reflect,runtime: use internal ABI for selected ASM routines | Than McIntosh |
| 2020-09-30 | runtime: don't crash if vsyscall and vdso are disabled on x86_64 | Andrei Vagin |
| 2020-08-19 | runtime: reduce syscall when call runtime.clone | cui |
| 2020-08-16 | crypto,internal/bytealg: fix assembly that clobbers BP | Keith Randall |
| 2020-08-13 | runtime: revert signal stack mlocking | Austin Clements |
| 2020-08-10 | runtime: make nanotime1 reentrant | Cherry Zhang |
| 2020-02-13 | runtime: correct caller PC/SP offsets in walltime1/nanotime1 | Cherry Zhang |
| 2019-12-20 | runtime: make sure BP is saved in nanotime1/walltime1, else frame pointer may... | Dan Scales |
| 2019-12-05 | runtime: mlock top of signal stack on Linux 5.2–5.4.1 | Austin Clements |
| 2019-10-26 | runtime: M-targeted signals for Linux | Austin Clements |
| 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-03-29 | cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamic | Elias Naur |
| 2018-10-03 | all: this big patch remove whitespace from assembly files | Zhou Peng |
| 2018-09-18 | runtime: use MADV_FREE on Linux if available | Tobias Klauser |
| 2018-09-07 | runtime: use tgkill for raise | Michael Pratt |
| 2018-04-24 | runtime: change GNU/Linux usleep to use nanosleep | Ian Lance Taylor |
| 2018-03-15 | runtime: use Android O friendly faccessat syscall on linux/amd64 | Tobias Klauser |
| 2018-03-07 | runtime: get traceback from VDSO code | Ian Lance Taylor |
| 2018-03-07 | runtime: change from rt_sigaction to sigaction | Ian Lance Taylor |
| 2018-03-05 | runtime: rename vdso symbols to use camel case | Ian Lance Taylor |
| 2018-02-27 | runtime: simplify walltime/nanotime on linux/{386,amd64} | Tobias Klauser |
| 2018-02-17 | runtime: remove unused getrlimit function | Tobias Klauser |
| 2018-02-14 | runtime: add symbol for AT_FDCWD on Linux amd64 and mips64x | Tobias Klauser |