| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime: add deletion barriers on gobuf.ctxt | Austin Clements | 2016-10-28 | 1 | -0/+9 |
| * | runtime: eliminate write barriers from dropg | Austin Clements | 2016-10-28 | 1 | -0/+16 |
| * | runtime: Profile goroutines holding contended mutexes. | Peter Weinberger | 2016-10-28 | 1 | -0/+1 |
| * | runtime: insufficient padding in the `p` structure | Carlos Eduardo Seo | 2016-08-29 | 1 | -1/+1 |
| * | runtime: remove unused type sigtabtt | Ian Lance Taylor | 2016-08-25 | 1 | -5/+0 |
| * | build: enable framepointer mode by default | Russ Cox | 2016-05-26 | 1 | -1/+2 |
| * | runtime: per-P contexts for race detector | Dmitry Vyukov | 2016-05-03 | 1 | -0/+1 |
| * | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor | 2016-04-29 | 1 | -1/+2 |
| * | runtime: make stack re-scan O(# dirty stacks) | Austin Clements | 2016-04-26 | 1 | -2/+9 |
| * | runtime: split gfree list into with-stacks and without-stacks | Austin Clements | 2016-04-26 | 1 | -3/+4 |
| * | runtime: use per-goroutine sequence numbers in tracer | Dmitry Vyukov | 2016-04-23 | 1 | -10/+11 |
| * | runtime: find a home for orphaned comments | Jeremy Jackins | 2016-04-14 | 1 | -72/+35 |
| * | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor | 2016-04-01 | 1 | -2/+4 |
| * | runtime: don't use REP;MOVSB if CPUID doesn't say it is fast | Keith Randall | 2016-03-31 | 1 | -0/+1 |
| * | cmd/compile: emit itabs and itablinks | Michel Lespinasse | 2016-03-29 | 1 | -0/+2 |
| * | runtime: document sudog | Austin Clements | 2016-03-17 | 1 | -0/+10 |
| * | cmd/compile: stop constructing sudog type | Matthew Dempsky | 2016-03-17 | 1 | -3/+0 |
| * | runtime: make shrinkstack concurrent-safe | Austin Clements | 2016-03-16 | 1 | -1/+2 |
| * | runtime: protect sudog.elem with hchan.lock | Austin Clements | 2016-03-16 | 1 | -5/+12 |
| * | runtime: put g.waiting list in lock order | Austin Clements | 2016-03-16 | 1 | -1/+1 |
| * | runtime: record channel in sudog | Austin Clements | 2016-03-16 | 1 | -2/+3 |
| * | sync: new Cond implementation | Wedson Almeida Filho | 2016-03-15 | 1 | -2/+3 |
| * | runtime: document the G states | Austin Clements | 2016-03-14 | 1 | -19/+69 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
| * | runtime: eliminate unused _Genqueue state | Austin Clements | 2016-02-25 | 1 | -2/+2 |
| * | Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go" | Matthew Dempsky | 2016-02-23 | 1 | -0/+2 |
| * | runtime: move machport into darwin's mOS | Matthew Dempsky | 2016-02-22 | 1 | -1/+0 |
| * | cmd/compile: move hiter, hmap, and scase definitions into builtin.go | Matthew Dempsky | 2016-02-22 | 1 | -2/+0 |
| * | runtime: make p.gcBgMarkWorker a guintptr | Austin Clements | 2016-01-27 | 1 | -1/+1 |
| * | runtime: make NumGoroutine and Stack agree not to include system goroutines | Russ Cox | 2016-01-13 | 1 | -3/+6 |
| * | Revert "runtime: make NumGoroutine and Stack agree not to include system goro... | Russ Cox | 2016-01-08 | 1 | -2/+0 |
| * | runtime: make NumGoroutine and Stack agree not to include system goroutines | Russ Cox | 2016-01-08 | 1 | -0/+2 |
| * | runtime: preserve signal stack when calling Go on C thread | Ian Lance Taylor | 2016-01-06 | 1 | -0/+1 |
| * | runtime: disable a signal by restoring the original disposition | Ian Lance Taylor | 2016-01-05 | 1 | -1/+0 |
| * | runtime: document stack barrier synchronization rules | Austin Clements | 2015-12-18 | 1 | -1/+1 |
| * | runtime: remove incorrect TODO added in CL 16035 | Russ Cox | 2015-12-16 | 1 | -1/+1 |
| * | runtime: remove unnecessary wakeups of worker threads | Dmitry Vyukov | 2015-12-11 | 1 | -1/+1 |
| * | runtime: use a proper type, sigset, for m.sigmask | Elias Naur | 2015-11-24 | 1 | -1/+1 |
| * | runtime: mark {g,m,p}uintptr methods as nosplit | Michael Hudson-Doyle | 2015-11-24 | 1 | -3/+14 |
| * | Revert "runtime: use a proper type, sigset, for m.sigmask" | Russ Cox | 2015-11-18 | 1 | -1/+1 |
| * | runtime: use a proper type, sigset, for m.sigmask | Elias Naur | 2015-11-17 | 1 | -1/+1 |
| * | cmd/go, runtime: always use position-independent code to invoke vsyscall help... | Michael Hudson-Doyle | 2015-11-15 | 1 | -1/+1 |
| * | runtime: move m's OS-specific semaphore fields into mOS | Matthew Dempsky | 2015-11-13 | 1 | -3/+0 |
| * | runtime: break out system-specific constants into package sys | Michael Matloob | 2015-11-12 | 1 | -11/+4 |
| * | runtime: eliminate traceBuf write barriers | Austin Clements | 2015-11-11 | 1 | -1/+1 |
| * | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob | 2015-11-10 | 1 | -2/+5 |
| * | runtime: change p.runq from []*g to []guintptr | Austin Clements | 2015-11-03 | 1 | -1/+1 |
| * | bytes: speed up Compare() on amd64 | Ilya Tocar | 2015-11-02 | 1 | -0/+2 |
| * | runtime: prune some dead variables | Matthew Dempsky | 2015-10-22 | 1 | -4/+0 |
| * | runtime: split plan9 and solaris's m fields into new embedded mOS type | Matthew Dempsky | 2015-10-22 | 1 | -21/+1 |