| Age | Commit message (Expand) | Author |
| 2017-08-08 | runtime: remove unused prefetch functions | Martin Möhrmann |
| 2017-04-17 | cmd/asm: detect invalid DS form offsets for ppc64x | Lynn Boger |
| 2017-03-16 | runtime: improve IndexByte for ppc64x | Carlos Eduardo Seo |
| 2017-03-07 | cmd/compile, runtime: simplify multiway select implementation | Matthew Dempsky |
| 2017-02-14 | runtime: remove stack barriers | Austin Clements |
| 2017-02-10 | runtime: implement fastrand in go | Sokolov Yura |
| 2016-10-28 | runtime: add deletion barriers on gobuf.ctxt | Austin Clements |
| 2016-10-26 | runtime: simplify reflectcall write barriers | Austin Clements |
| 2016-10-24 | runtime: make morestack less subtle | Austin Clements |
| 2016-10-17 | bytes: fix typo in ppc64le asm for Compare | Lynn Boger |
| 2016-10-17 | runtime: print a message on bad morestack | Austin Clements |
| 2016-10-17 | bytes: improve performance for bytes.Compare on ppc64x | Lynn Boger |
| 2016-09-26 | runtime: implement getcallersp in Go | Austin Clements |
| 2016-08-30 | runtime: rename fastrand1 to fastrand | Josh Bleecher Snyder |
| 2016-08-30 | cmd/compile, runtime, etc: get rid of constant FP registers | Cherry Zhang |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |
| 2016-04-30 | runtime: fix cgocallback_gofunc on ppc64x | Michael Munday |
| 2016-04-29 | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor |
| 2016-03-23 | bytes: Equal perf improvements on ppc64le/ppc64 | Lynn Boger |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-23 | runtime: unify memeq and memequal | Keith Randall |
| 2016-01-11 | runtime: fix ppc64le cgocallback code | Ian Lance Taylor |
| 2016-01-11 | runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary | Ian Lance Taylor |
| 2015-11-25 | runtime: fix conflict resolution in golang.org/cl/14207 | Michael Hudson-Doyle |
| 2015-11-25 | runtime: check that masks and shifts are correct aligned | Shenghou Ma |
| 2015-11-13 | cmd/link, runtime: implement & call addmoduledata on ppc64le | Michael Hudson-Doyle |
| 2015-11-12 | cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe... | Michael Hudson-Doyle |
| 2015-11-12 | cmd/internal/obj, cmd/link, runtime: use a larger stack frame on ppc64 | Michael Hudson-Doyle |
| 2015-11-10 | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob |
| 2015-10-19 | runtime: tweaks to allow -buildmode=shared to work | Michael Hudson-Doyle |
| 2015-10-18 | runtime, runtime/cgo: conform to PIC register use rules in ppc64 asm | Michael Hudson-Doyle |
| 2015-10-18 | reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size | Michael Hudson-Doyle |
| 2015-10-18 | cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on... | Michael Hudson-Doyle |
| 2015-08-31 | runtime: implement cmpstring and bytes.Compare in assembly for ppc64 | Shenghou Ma |
| 2015-08-27 | runtime: remove unused xchgp/xchgp1 | Michael Hudson-Doyle |
| 2015-06-19 | runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall | Alex Brainman |
| 2015-06-18 | runtime: remove cgocall and asmcgocall | Alex Brainman |
| 2015-06-06 | all: use RET instead of RETURN on ppc64 | Austin Clements |
| 2015-06-02 | runtime: implement GC stack barriers | Austin Clements |
| 2015-04-22 | runtime: fix more vet reported issues | Shenghou Ma |
| 2015-04-07 | cmd/internal/gc: inline runtime.getg | Russ Cox |
| 2015-04-02 | runtime: auto-generate duff routines | Josh Bleecher Snyder |
| 2015-03-30 | runtime: rename ·main·f to ·mainPC to avoid duplicate symbol | Michael Hudson-Doyle |
| 2015-03-20 | runtime: implement atomicand8 atomically | Russ Cox |
| 2015-03-07 | runtime: add argument sizes for asm functions for bytes, strings | Shenghou Ma |
| 2015-02-28 | runtime: fix traceback from goexit1 | Dmitry Vyukov |
| 2015-02-25 | runtime: remove gogetcallerpc and gogetcallersp functions | Matthew Dempsky |
| 2015-02-06 | runtime: speed up eqstring | Josh Bleecher Snyder |
| 2015-01-07 | runtime: remove size argument from hash and equal algorithms | Keith Randall |
| 2015-01-07 | cmd/cgo, runtime/cgo: support ppc64 | Austin Clements |