| Age | Commit message (Expand) | Author |
| 2017-10-11 | runtime: make it possible to exit Go-created threads | Austin Clements |
| 2017-04-21 | runtime: inform arena placement using sbrk(0) | Austin Clements |
| 2017-04-17 | cmd/asm: detect invalid DS form offsets for ppc64x | Lynn Boger |
| 2017-02-03 | time: record monotonic clock reading in time.Now, for more accurate comparisons | Russ Cox |
| 2016-09-24 | runtime: unify some signal handling functions | Ian Lance Taylor |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |
| 2016-08-23 | runtime: Use clock_gettime to get current time on ppc64x | Carlos Eduardo Seo |
| 2016-04-01 | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor |
| 2016-02-12 | runtime: fix errno sign for some mmap and mincore cases | Ian Lance Taylor |
| 2015-11-12 | cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe... | 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-06-24 | runtime: set m.procid always on Linux | Russ Cox |
| 2015-06-06 | all: use RET instead of RETURN on ppc64 | Austin Clements |
| 2015-04-24 | runtime: signal forwarding | Srdjan Petrovic |
| 2015-04-22 | runtime: fix build after CL 9164 on Linux | Shenghou Ma |
| 2015-04-22 | runtime: merge clone0 and clone | Srdjan Petrovic |
| 2015-04-14 | runtime: rename close to closefd | David Crawshaw |
| 2015-04-03 | runtime: fix arm, arm64, ppc64 builds (I hope) | Ian Lance Taylor |
| 2015-04-03 | runtime: initialize shared library at library-load time | Srdjan Petrovic |
| 2015-03-03 | runtime: Update open/close/read/write to return -1 on error. | Keith Randall |
| 2015-01-14 | runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X | Russ Cox |
| 2015-01-07 | cmd/cgo, runtime/cgo: support ppc64 | Austin Clements |
| 2014-12-05 | all: power64 is now ppc64 | Russ Cox |