aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
AgeCommit message (Expand)Author
2019-04-22runtime: error formatting fixAustin Clements
2019-04-12runtime: delete unused isscanstatus functionAustin Clements
2019-04-11runtime: abstract initializing and destroying Ps out of procresizeAustin Clements
2019-04-09runtime: preempt a goroutine which calls a lot of short system callsAndrei Vagin
2019-04-05runtime: use acquirem/releasem more widelyAustin Clements
2019-03-29runtime: rename p racectx field to raceprocctxIan Lance Taylor
2019-03-26runtime: improve sigtramp on aix/ppc64 to handle SIGPROFClément Chigot
2019-03-18cmd/compile: reorganize init functionsKeith Randall
2019-01-03runtime: don't scan go'd function args past length of ptr bitmapKeith Randall
2019-01-03runtime: skip stack barrier copy when there are no pointersInada Naoki
2018-12-19runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek
2018-12-10runtime: fix CGO traceback frame countMark Pulford
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-14internal/cpu: move GODEBUGCPU options into GODEBUGMartin Möhrmann
2018-11-14runtime: make processor capability variable naming platform specificMartin Möhrmann
2018-11-10runtime: ensure m.p is never staleNikhil Benesch
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2018-10-28runtime: support GODEBUGCPU for more Unix-like operating systemsMartin Möhrmann
2018-10-23cmd/compile, runtime: add new lightweight atomics for ppc64xCarlos Eduardo Seo
2018-10-12internal/cpu: enable support for GODEBUGCPU in non-experimental buildsMartin Möhrmann
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-10-03runtime: add AIX operating systemClément Chigot
2018-10-02runtime: eliminate gchelper mechanismAustin Clements
2018-10-02runtime: flush mcaches lazilyAustin Clements
2018-10-02runtime: support disabling goroutine scheduling by classAustin Clements
2018-10-02runtime: add a more stable isSystemGoroutine modeAustin Clements
2018-10-02runtime: remove gcStart's mode argumentAustin Clements
2018-08-26internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2Martin Möhrmann
2018-08-24runtime: use internal/cpu variables in assembler codeMartin Möhrmann
2018-08-22runtime: remove unused function caspIan Lance Taylor
2018-08-22runtime: replace calls to hasprefix with hasPrefixMartin Möhrmann
2018-08-21runtime: don't use linkname to refer to internal/cpuIan Lance Taylor
2018-08-20runtime: use gList for injectglistAustin Clements
2018-08-20runtime: use gList for gfree listsAustin Clements
2018-08-20runtime: use gList in netpollAustin Clements
2018-08-20runtime: replace manually managed G dequeues with a typeAustin Clements
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-06-21cmd/compile: improve atomic add intrinsics with ARMv8.1 new instructionWei Xiao
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-06-08runtime: fix pprof livelock on armphilhofer
2018-06-07runtime: fix typo in runqput commentcch123
2018-06-05runtime: handle windows callback on non-go threadBill Zissimopoulos
2018-06-04runtime: fix typo in the templateThread godoccch123
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-29runtime: fix typo in comment for cpuinitTobias Klauser
2018-05-25runtime: remove duplicate cpu feature detection on x86Martin Möhrmann
2018-05-22internal/cpu: add experiment to disable CPU features with GODEBUGCPUMartin Möhrmann
2018-05-21cmd/link,runtime: move syscalls to libc on iOSElias Naur