| Age | Commit message (Expand) | Author |
| 2022-08-25 | runtime: convert netpollWaiters to internal atomic type | Andy Pan |
| 2022-08-23 | runtime: name nil semaphore of pollDesc | Andy Pan |
| 2022-08-19 | runtime: fix a typo in comment of netpollblock() | Andy Pan |
| 2022-08-19 | runtime: add and use runtime/internal/sys.NotInHeap | Cuong Manh Le |
| 2022-08-17 | runtime: convert netpoll netpollInited to atomic type | Cuong Manh Le |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2022-01-14 | runtime: fix net poll races | Russ Cox |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-10-15 | runtime: consistently access pollDesc r/w Gs with atomics | Michael Pratt |
| 2021-09-02 | runtime: change 0 to pollNoError in netpollblock | Xargin |
| 2021-03-09 | runtime: document netpollclose | Tobias Klauser |
| 2021-03-02 | internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpen | Tobias Klauser |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-10-27 | cmd/compile, runtime: store pointers to go:notinheap types indirectly | Keith Randall |
| 2020-04-07 | runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT) | Dan Scales |
| 2020-03-31 | runtime, internal/poll: name error codes | Ian Lance Taylor |
| 2020-03-27 | runtime: refine netpollunblock by removing unreachable 'if' condition | Andy Pan |
| 2020-03-19 | runtime: minor updates to netpoll comments | Ian Lance Taylor |
| 2019-11-05 | runtime: don't return from netpollGenericInit until init is complete | Ian Lance Taylor |
| 2019-10-22 | runtime: add new addtimer function | Ian Lance Taylor |
| 2019-10-21 | runtime, syscall, time: add and use resettimer | Ian Lance Taylor |
| 2019-10-21 | runtime: add netpollBreak | Ian Lance Taylor |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-03-13 | runtime, internal/poll, net: report event scanning error on read event | Mikio Hara |
| 2018-11-02 | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick |
| 2018-11-02 | internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor | Clément Chigot |
| 2018-11-02 | runtime: use StorepNoWB instead of atomicstorep in netpoll | Dmitry Vyukov |
| 2018-11-02 | runtime: avoid runtimeNano call on a common netpoll path | Dmitry Vyukov |
| 2018-11-02 | runtime: execute memory barrier conditionally when changing netpoll timers | Dmitry Vyukov |
| 2018-11-02 | runtime: add and use modtimer in netpoll | Dmitry Vyukov |
| 2018-11-02 | runtime: don't recreate netpoll timers if they don't change | Dmitry Vyukov |
| 2018-10-03 | runtime: add AIX operating system | Clément Chigot |
| 2018-08-20 | runtime: use gList in netpoll | Austin Clements |
| 2018-06-04 | net: add js/wasm architecture | Richard Musiol |
| 2018-05-03 | runtime: convert g.waitreason from string to uint8 | Josh Bleecher Snyder |
| 2018-03-13 | Revert "runtime: convert g.waitreason from string to uint8" | Josh Bleecher Snyder |
| 2018-03-12 | runtime: convert g.waitreason from string to uint8 | Josh Bleecher Snyder |
| 2017-04-25 | runtime: adjust netpoll panic messages | Mikio Hara |
| 2017-02-15 | os: use poller for file I/O | Ian Lance Taylor |
| 2017-02-13 | net: refactor poller into new internal/poll package | Ian Lance Taylor |
| 2016-10-15 | runtime: mark several types go:notinheap | Austin Clements |
| 2016-03-07 | runtime: eliminate unnecessary type conversions | Matthew Dempsky |
| 2015-11-10 | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob |
| 2015-06-11 | all: fix misprints in comments | Ainar Garipov |
| 2015-04-20 | runtime: replace func-based write barrier skipping with type-based | Russ Cox |