aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
AgeCommit message (Expand)Author
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-05-07runtime: fix a typo mistake in commentsZhou Peng
2018-05-03runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2018-05-01runtime: convert exit to use pthread library on DarwinKeith Randall
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-04-18runtime: use saved state in SIGPROF handler for vDSO callsHeschi Kreinick
2018-04-13runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...Eric Daniels
2018-04-13runtime: document that LockOSThread in init locks to threadIan Lance Taylor
2018-04-10internal/cpu,runtime: call cpu.initialize before alginitMeng 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-09runtime: set libcall values for Solaris system callsIan Lance Taylor
2018-03-08runtime: make throw safer to callAustin Clements
2018-03-07runtime: get traceback from VDSO codeIan Lance Taylor
2018-02-14runtime: remove extraneous stackPreempt settingDavid Crawshaw
2018-01-04runtime: avoid race on allp in findrunnableAustin Clements
2017-12-01runtime: restore the Go-allocated signal stack in unminitAustin Clements
2017-11-24runtime: fix final stack split in exitsyscallAustin Clements
2017-11-22runtime: call throw on systemstack in exitsyscallAustin Clements
2017-11-21runtime: skip netpoll check if there are no waitersMichael Pratt
2017-11-21runtime: only sleep before stealing work from a running PJamie Liu
2017-11-07runtime: flush assist credit on goroutine exitAustin Clements
2017-11-07runtime: only call netpoll if netpollinited returns trueIan Lance Taylor
2017-10-30runtime: buffered write barrier implementationAustin Clements
2017-10-29runtime: allow write barriers in gchelperAustin Clements
2017-10-25runtime: avoid monotonic time zero on systems with low-res timersRuss Cox
2017-10-17runtime: don't terminate locked OS threads on Plan 9David du Colombier
2017-10-17runtime: disable use of template thread on Plan 9David du Colombier
2017-10-12runtime: fix crash on Plan 9David du Colombier
2017-10-11runtime: don't try to free OS-created signal stacksAustin Clements
2017-10-11runtime: make (Un)LockOSThread doc more prescriptiveAustin Clements
2017-10-11runtime: terminate locked OS thread if its goroutine exitsAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-10-11runtime: replace sched.mcount int32 with sched.mnext int64Austin Clements
2017-10-11runtime: mark mstart as nowritebarrierrecAustin Clements
2017-10-11runtime: don't start new threads from locked threadsAustin Clements
2017-10-09runtime: remove a few unused params and resultsDaniel Martí
2017-10-09runtime: remove the 'go:nosplit' directive from documentationGabriel Aszalos
2017-10-05runtime: make LockOSThread/UnlockOSThread nestedAustin Clements
2017-09-27runtime: clean up loops over allpAustin Clements
2017-09-27runtime: eliminate GOMAXPROCS limitAustin Clements
2017-09-27runtime: dynamically allocate allpAustin Clements
2017-09-22runtime: remove getcallerpc argumentAustin Clements
2017-09-22runtime: don't call lockOSThread for every cgo callIan Lance Taylor
2017-09-16runtime: improve fastrand with a better generatorGiovanni Bajo
2017-09-15runtime: change lockedg/lockedm to guintptr/muintptrIan Lance Taylor
2017-09-12runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin
2017-08-29runtime,cmd/trace: trace GC STW eventsAustin Clements