aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
AgeCommit message (Expand)Author
2016-03-14runtime: document the G statesAustin Clements
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-25runtime: eliminate unused _Genqueue stateAustin Clements
2016-02-23Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go"Matthew Dempsky
2016-02-22runtime: move machport into darwin's mOSMatthew Dempsky
2016-02-22cmd/compile: move hiter, hmap, and scase definitions into builtin.goMatthew Dempsky
2016-01-27runtime: make p.gcBgMarkWorker a guintptrAustin Clements
2016-01-13runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-08Revert "runtime: make NumGoroutine and Stack agree not to include system goro...Russ Cox
2016-01-08runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-06runtime: preserve signal stack when calling Go on C threadIan Lance Taylor
2016-01-05runtime: disable a signal by restoring the original dispositionIan Lance Taylor
2015-12-18runtime: document stack barrier synchronization rulesAustin Clements
2015-12-16runtime: remove incorrect TODO added in CL 16035Russ Cox
2015-12-11runtime: remove unnecessary wakeups of worker threadsDmitry Vyukov
2015-11-24runtime: use a proper type, sigset, for m.sigmaskElias Naur
2015-11-24runtime: mark {g,m,p}uintptr methods as nosplitMichael Hudson-Doyle
2015-11-18Revert "runtime: use a proper type, sigset, for m.sigmask"Russ Cox
2015-11-17runtime: use a proper type, sigset, for m.sigmaskElias Naur
2015-11-15cmd/go, runtime: always use position-independent code to invoke vsyscall help...Michael Hudson-Doyle
2015-11-13runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-11runtime: eliminate traceBuf write barriersAustin Clements
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-11-03runtime: change p.runq from []*g to []guintptrAustin Clements
2015-11-02bytes: speed up Compare() on amd64Ilya Tocar
2015-10-22runtime: prune some dead variablesMatthew Dempsky
2015-10-22runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky
2015-10-21runtime: make iface/eface handling more type safeMatthew Dempsky
2015-10-20runtime: add stringStructOf helper functionMatthew Dempsky
2015-10-20runtime: rename _func.frame to make it clear it's deprecated and unused.Aaron Jacobs
2015-10-09runtime: directly track GC assist balanceAustin Clements
2015-09-14runtime: remove unused g.readyg fieldAustin Clements
2015-08-28runtime: check explicitly for short unwinding of stacksRuss Cox
2015-08-25runtime: fix nmspinning comparisonTodd Neal
2015-08-07runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systemsRuss Cox
2015-07-30runtime: change arm software div/mod call sequence not to modify stackRuss Cox
2015-07-29runtime/trace: record event sequence numbers explicitlyRuss Cox
2015-07-29runtime: avoid race between SIGPROF traceback and stack barriersAustin Clements
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-29runtime: store syscall parameters in m not on stackAlex Brainman
2015-06-18runtime: fix tracing of syscallexitDmitry Vyukov
2015-06-17runtime: fix races in stack scanRuss Cox
2015-06-11all: fix misprints in commentsAinar Garipov
2015-06-10runtime: correct a drifted comment in referencing m->locked.Yongjian Xu
2015-06-02runtime: steal space for stack barrier tracking from stackAustin Clements
2015-06-02runtime: decouple stack bounds and stack allocation sizeAustin Clements
2015-05-22runtime: don't always unblock all signalsElias Naur
2015-05-18runtime: use separate count and note for forEachPAustin Clements
2015-05-17runtime: eliminate runqvictims and a copy from runqstealAustin Clements