aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
AgeCommit message (Expand)Author
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-08-25runtime: capture runtimeInitTime after nanotime is initializedAustin Clements
2017-08-15runtime: move selectdone into gDaniel Morsing
2017-08-15runtime: make STW duration more accurateAustin Clements
2017-07-26runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}Vladimir Stefanovic
2017-07-20runtime: don't call libc sigaction function in forked childIan Lance Taylor
2017-07-07runtime: use next timer to decide whether to relaxAustin Clements
2017-07-07runtime: delay before osRelaxingAustin Clements
2017-06-28runtime: use rwmutex for execLockAustin Clements
2017-06-20runtime, syscall: workaround for bug in Linux's execveJohn R. Lenton
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2017-06-14runtime: move pdesc into pAustin Clements
2017-06-13runtime: clean up some silly allp loopsAustin Clements
2017-06-07runtime: mark extra M's G as dead when not in useAustin Clements
2017-06-05runtime: delay exiting while panic is running deferred functionsIan Lance Taylor
2017-04-29runtime: reduce Windows timer resolution when idleAustin Clements
2017-03-31runtime: generalize GC triggerAustin Clements
2017-03-31runtime: check transition condition before triggering periodic GCAustin Clements
2017-03-24runtime: access _cgo_yield indirectlyCherry Zhang
2017-03-16runtime: remove unused g parameterDaniel Martí
2017-03-15runtime: make GOTRACEBACK=crash crash promptly in cgo binariesAustin Clements
2017-03-09runtime: fix _cgo_yield usage with sysmon and on BSDBryan C. Mills
2017-03-08runtime: poll libc to deliver signals under TSANBryan C. Mills
2017-03-08cmd/compile: check loop rescheduling with stack bound, not counterDavid Chase
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2017-02-24runtime/pprof: use new profile buffers for CPU profilingRuss Cox
2017-02-24runtime: do not allocate on every time.SleepRuss Cox
2017-02-17sync: make Mutex more fairDmitry Vyukov
2017-02-15os: use poller for file I/OIan Lance Taylor
2017-02-14runtime: remove g.stackAllocAustin Clements
2017-02-14runtime: remove stack barriersAustin Clements
2017-02-14runtime: remove rescan listAustin Clements
2017-02-14runtime: speed up fastrand() % nJosh Bleecher Snyder
2017-02-09runtime: enable/disable SIGPROF if needed when profilingIan Lance Taylor
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2017-02-06runtime: add definitions for SetGoroutineLabels and DoMichael Matloob
2017-01-09cmd/compile: insert scheduling checks on loop backedgesDavid Chase
2016-12-20runtime: avoid incorrect panic when a signal arrives during STWAustin Clements
2016-11-20runtime: wake idle Ps when enqueuing GC workAustin Clements
2016-11-20runtime: exit idle worker if there's higher-priority workAustin Clements
2016-11-11runtime: fix Windows profiling crashRuss Cox
2016-11-02runtime: address comments from CL 32357David Crawshaw
2016-11-01runtime: access modules via a sliceDavid Crawshaw
2016-11-01runtime: improve atoi implementationMartin Möhrmann
2016-10-28runtime: perform write barrier before pointer writeAustin Clements
2016-10-28runtime: eliminate write barriers from saveAustin Clements
2016-10-28runtime: eliminate write barriers from dropgAustin Clements
2016-10-28runtime: shade stack-to-stack copy when starting a goroutineAustin Clements
2016-10-28runtime: zero-initialize LR on new stacksAustin Clements
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements