summaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: detail the method commentTardis Xu2019-09-261-1/+1
* runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek2019-09-041-4/+40
* runtime: simplify GOOS detection in mstart()Ayan George2019-08-281-1/+2
* runtime: simplify some pointer conversionsMatthew Dempsky2019-08-271-4/+4
* runtime: fix pprof cpu profile corruption on arm/mips/mipsleRuss Cox2019-06-281-8/+1
* runtime: mark all Go symbols called from assembly in other packagesAustin Clements2019-06-061-0/+7
* runtime: revert init order changesKeith Randall2019-05-221-9/+0
* runtime: resolve latent function type TODOTamir Duberstein2019-05-131-3/+2
* runtime: remove periodic scavengingMichael Anthony Knyszek2019-05-091-22/+0
* runtime: look for idle p to run current goroutine when switching to GC or tra...David Chase2019-05-011-0/+14
* runtime: change the span allocation policy to first-fitMichael Anthony Knyszek2019-05-011-1/+1
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-7/+7
* runtime: account for callbacks in checkdead on WindowsIan Lance Taylor2019-04-291-1/+6
* runtime: switch to P 0 before destroying current PAustin Clements2019-04-251-21/+27
* runtime: randomize package initialization order in race modeKeith Randall2019-04-231-0/+9
* cmd/go: move runtime/debug.modinfo to runtime.modinfoRuss Cox2019-04-231-0/+8
* runtime: improve mstart commentsAustin Clements2019-04-221-3/+5
* runtime: error formatting fixAustin Clements2019-04-221-1/+1
* runtime: delete unused isscanstatus functionAustin Clements2019-04-121-7/+0
* runtime: abstract initializing and destroying Ps out of procresizeAustin Clements2019-04-111-77/+91
* runtime: preempt a goroutine which calls a lot of short system callsAndrei Vagin2019-04-091-13/+15
* runtime: use acquirem/releasem more widelyAustin Clements2019-04-051-22/+8
* runtime: rename p racectx field to raceprocctxIan Lance Taylor2019-03-291-5/+5
* runtime: improve sigtramp on aix/ppc64 to handle SIGPROFClément Chigot2019-03-261-1/+1
* cmd/compile: reorganize init functionsKeith Randall2019-03-181-8/+40
* runtime: don't scan go'd function args past length of ptr bitmapKeith Randall2019-01-031-1/+1
* runtime: skip stack barrier copy when there are no pointersInada Naoki2019-01-031-3/+5
* runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek2018-12-191-1/+4
* runtime: fix CGO traceback frame countMark Pulford2018-12-101-0/+3
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* internal/cpu: move GODEBUGCPU options into GODEBUGMartin Möhrmann2018-11-141-4/+4
* runtime: make processor capability variable naming platform specificMartin Möhrmann2018-11-141-3/+3
* runtime: ensure m.p is never staleNikhil Benesch2018-11-101-29/+23
* all: add support for synchronous callbacks to js/wasmRichard Musiol2018-11-101-4/+4
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-4/+4
* runtime, time: refactor startNano handlingDmitry Vyukov2018-11-021-2/+1
* runtime: support GODEBUGCPU for more Unix-like operating systemsMartin Möhrmann2018-10-281-1/+2
* cmd/compile, runtime: add new lightweight atomics for ppc64xCarlos Eduardo Seo2018-10-231-10/+10
* internal/cpu: enable support for GODEBUGCPU in non-experimental buildsMartin Möhrmann2018-10-121-2/+2
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-061-1/+1
* runtime: add AIX operating systemClément Chigot2018-10-031-2/+2
* runtime: eliminate gchelper mechanismAustin Clements2018-10-021-86/+3
* runtime: flush mcaches lazilyAustin Clements2018-10-021-0/+5
* runtime: support disabling goroutine scheduling by classAustin Clements2018-10-021-1/+61
* runtime: add a more stable isSystemGoroutine modeAustin Clements2018-10-021-3/+3
* runtime: remove gcStart's mode argumentAustin Clements2018-10-021-1/+1
* internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2Martin Möhrmann2018-08-261-1/+0
* runtime: use internal/cpu variables in assembler codeMartin Möhrmann2018-08-241-1/+2
* runtime: remove unused function caspIan Lance Taylor2018-08-221-1/+1
* runtime: replace calls to hasprefix with hasPrefixMartin Möhrmann2018-08-221-2/+2