aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
AgeCommit message (Expand)Author
2019-10-25runtime: remove old stack scanning codeAustin Clements
2019-10-25runtime: add general suspendG/resumeGAustin Clements
2019-10-25runtime: ensure _Grunning Gs have a valid g.m and g.m.pAustin Clements
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-23runtime: add race detector support for new timersIan Lance Taylor
2019-10-22runtime: add new modtimer functionIan Lance Taylor
2019-10-21runtime: initial scheduler changes for timers on P'sIan Lance Taylor
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-09-24runtime: update runtime2.go itab comments about sync structSean Chen
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-05-17runtime: remove redundant "//"Joey
2019-05-13runtime: resolve latent function type TODOTamir Duberstein
2019-05-09runtime: add background scavengerMichael Anthony Knyszek
2019-04-25runtime: document P statusesAustin Clements
2019-04-15runtime: remove some unused fields in m and pAustin Clements
2019-04-11runtime: note about improved _Gscan bit handlingAustin Clements
2019-04-04runtime: ring buffer for binary debug loggingAustin Clements
2019-03-29runtime: rename p racectx field to raceprocctxIan Lance Taylor
2019-01-08runtime: make FuncForPC return the innermost inlined frameKeith Randall
2018-11-14runtime: make processor capability variable naming platform specificMartin Möhrmann
2018-11-10runtime: ensure m.p is never staleNikhil Benesch
2018-10-03runtime: on a signal, set traceback address to a deferreturn callKeith Randall
2018-10-02runtime: eliminate gchelper mechanismAustin Clements
2018-10-02runtime: support disabling goroutine scheduling by classAustin Clements
2018-08-26internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2Martin Möhrmann
2018-08-24runtime: replace sys.CacheLineSize by corresponding internal/cpu const and varsMartin Möhrmann
2018-08-24runtime: use internal/cpu variables in assembler codeMartin Möhrmann
2018-08-20runtime: use gList for gfree listsAustin Clements
2018-08-20runtime: replace manually managed G dequeues with a typeAustin Clements
2018-08-14runtime: go fmt runtime2.goMartin Möhrmann
2018-06-21cmd/compile: improve atomic add intrinsics with ARMv8.1 new instructionWei Xiao
2018-05-25runtime: remove duplicate cpu feature detection on x86Martin Möhrmann
2018-05-03runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2018-04-17cmd/internal/obj/arm, runtime: delete old ARM softfloat codeCherry Zhang
2018-04-15runtime: use internal/cpu.X86.HasAVX2 instead of support_avx2Tobias Klauser
2018-04-13runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...Eric Daniels
2018-04-11runtime: use internal/cpu instead of support_avxTobias Klauser
2018-04-10runtime: use internal/cpu in alginitMeng Zhuo
2018-04-10runtime: remove support_bmi{1,2}Tobias Klauser
2018-04-04runtime: implement aeshash for arm64 platformMeng Zhuo
2018-03-15runtime: identify special functions by flag instead of addressKeith Randall
2018-03-13Revert "runtime: convert g.waitreason from string to uint8"Josh Bleecher Snyder
2018-03-12runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2018-03-08runtime: explain and enforce that _panic values live on the stackAustin Clements
2018-03-07runtime: get traceback from VDSO codeIan Lance Taylor
2018-03-04internal/bytealg: move Count to bytealgKeith Randall