| Age | Commit message (Expand) | Author |
| 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 |
| 2018-02-13 | runtime: use Android O friendly syscalls on 64-bit machines | Jason A. Donenfeld |
| 2017-11-14 | runtime: call amd64 VDSO entry points on large stack | Ian Lance Taylor |
| 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 |
| 2017-08-30 | runtime: add symbols for Linux syscall numbers on 386/amd64 | Chris Ball |
| 2017-06-06 | runtime: intercept munmap as we do mmap | Ian Lance Taylor |
| 2017-05-19 | runtime: use pselect6 for usleep on linux/amd64 and linux/arm | Austin Clements |
| 2017-04-21 | runtime: inform arena placement using sbrk(0) | Austin Clements |
| 2017-02-03 | time: record monotonic clock reading in time.Now, for more accurate comparisons | Russ Cox |
| 2017-01-12 | runtime: avoid clobbering C callee-save register in cgoSigtramp | Bryan C. Mills |
| 2016-12-15 | runtime: preserve callee-saved C registers in sigtramp | Bryan C. Mills |
| 2016-11-16 | runtime/cgo: use libc for sigaction syscalls when possible | Bryan C. Mills |
| 2016-11-01 | runtime: align stack pointer in sigfwd | Bryan C. Mills |
| 2016-09-30 | runtime, syscall: use FP instead of SP for parameters | Matthew Dempsky |
| 2016-09-24 | runtime: unify some signal handling functions | Ian Lance Taylor |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |
| 2016-06-13 | runtime: collect stack trace if SIGPROF arrives on non-Go thread | Ian Lance Taylor |
| 2016-04-01 | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-20 | runtime: use correct psABI SP alignment before calling libc mmap | Shenghou Ma |
| 2015-10-28 | runtime, cmd: TLS setup for android/amd64. | Hyang-Ah Hana Kim |
| 2015-10-20 | runtime: add syscalls needed for android/amd64 logging. | Hyang-Ah Hana Kim |
| 2015-09-30 | runtime, runtime/cgo: support using msan on cgo code | Ian Lance Taylor |
| 2015-07-22 | runtime: if we don't handle a signal on a non-Go thread, raise it | Ian Lance Taylor |
| 2015-06-24 | runtime: set m.procid always on Linux | Russ Cox |
| 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: initialize shared library at library-load time | Srdjan Petrovic |
| 2015-03-05 | cmd/internal/ld, runtime: halve tlsoffset on ELF/intel | Michael Hudson-Doyle |
| 2015-03-03 | runtime: Update open/close/read/write to return -1 on error. | Keith Randall |
| 2015-02-02 | runtime: eliminate uses of BP on amd64 | Austin Clements |
| 2015-01-14 | runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X | Russ Cox |
| 2014-11-14 | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc | Russ Cox |
| 2014-11-11 | [dev.cc] runtime: convert assembly files for C to Go transition | Russ Cox |
| 2014-10-28 | [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped | Russ Cox |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |