| Age | Commit message (Expand) | Author |
| 2024-09-28 | runtime: use vDSO for getrandom() on linux | Jason A. Donenfeld |
| 2024-05-22 | all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 | Paul E. Murphy |
| 2023-04-18 | runtime: consolidate function descriptor definitions on PPC64 | Michael Pratt |
| 2023-04-17 | Revert "Revert "Revert "runtime: consolidate function descriptor definitions ... | Michael Pratt |
| 2023-04-03 | runtime: cleanup PPC64/linux runtime.sigtramp | Paul E. Murphy |
| 2023-04-03 | Revert "Revert "runtime: consolidate function descriptor definitions on PPC64"" | Cherry Mui |
| 2023-03-31 | Revert "runtime: consolidate function descriptor definitions on PPC64" | Cherry Mui |
| 2023-03-27 | runtime: consolidate function descriptor definitions on PPC64 | Paul E. Murphy |
| 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-03-15 | runtime: add arg storage to ppc64le/linux runtime.sigprofNonGoWrapper frame | Paul E. Murphy |
| 2023-03-14 | runtime,runtime/cgo: fix tsan/pprof/cgo issues | Paul E. Murphy |
| 2022-10-26 | cmd/internal/obj/ppc64: generate big uint32 values in register | Paul E. Murphy |
| 2022-10-24 | runtime: fix usleep on linux/PPC64 | Paul E. Murphy |
| 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-03-03 | runtime: remove fallback to pipe on platforms with pipe2 | Tobias Klauser |
| 2021-11-06 | all: remove more leftover // +build lines | 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-09-24 | runtime: set vdsoSP to caller's SP consistently | Cherry Mui |
| 2021-06-21 | runtime: fix crash during VDSO calls on PowerPC | Derek Parker |
| 2021-05-13 | all: add //go:build lines to assembly files | Tobias Klauser |
| 2021-05-10 | runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgo | Lynn Boger |
| 2021-04-29 | runtime: rename walltime1 to walltime | Ian Lance Taylor |
| 2020-08-10 | runtime: make nanotime1 reentrant | Cherry Zhang |
| 2020-01-20 | runtime: fix wrong offset when calling ppc64x nanotime syscall | Carlos Eduardo Seo |
| 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-05-09 | runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux... | Russ Cox |
| 2019-05-09 | runtime: fix vet complaints for linux/386 | Russ Cox |
| 2018-11-20 | cmd/link, runtime: add initial cgo support for ppc64 | majiang |
| 2018-10-23 | runtime: use unsigned load for iscgo variable in ppc64x runtime asm | Lynn Boger |
| 2018-10-08 | all: fix a bunch of misspellings | Igor Zhilianin |
| 2018-09-18 | runtime: use MADV_FREE on Linux if available | Tobias Klauser |
| 2018-09-07 | runtime: use tgkill for raise | Michael Pratt |
| 2018-08-31 | runtime: add support for VDSO on ppc64x for use in walltime/nanotime | Carlos Eduardo Seo |
| 2018-08-01 | runtime: fix syscall error returns on mips/mips64/ppc64 | David Wimmer |
| 2018-04-24 | runtime: fix errno sign for epollctl on mips, mips64 and ppc64 | Wèi Cōngruì |
| 2018-04-24 | runtime: change GNU/Linux usleep to use nanosleep | Ian Lance Taylor |
| 2018-03-05 | runtime: remove unused SYS_* definitions on Linux | Tobias Klauser |
| 2018-02-17 | runtime: remove unused getrlimit function | Tobias Klauser |
| 2017-10-21 | runtime: support cgo traceback on PPC64LE | Cherry Zhang |
| 2017-10-18 | runtime: separate error result for mmap | Austin Clements |
| 2017-10-11 | runtime: make it possible to exit Go-created threads | Austin Clements |