aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
AgeCommit message (Expand)Author
2021-05-12runtime: fix handling of SPWRITE functions in tracebackRuss Cox
2021-05-12runtime: fix typo in proc.goGuilherme Souza
2021-05-11runtime: hold sched.lock across atomic pidleget/pidleputMichael Pratt
2021-05-09runtime: switch runtime to libc for openbsd/armJoel Sing
2021-05-09runtime: switch openbsd/arm to pthreadsJoel Sing
2021-05-05runtime: implement runqdrain() for GC mark worker goroutinesAndy Pan
2021-04-30runtime: switch runtime to libc for openbsd/386Joel Sing
2021-04-30runtime: switch openbsd/386 to pthreadsJoel Sing
2021-04-23cmd/compile, internal/abi: add FuncPCABIxxx intrinsicsCherry Zhang
2021-04-23runtime,runtime/metrics: add metric to track scheduling latenciesMichael Pratt
2021-04-22runtime: skip work recheck for non-spinning MsMichael Pratt
2021-04-21syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan
2021-04-21runtime: move timer recheck after GC recheckMichael Pratt
2021-04-20Revert "runtime: implement runqdrain() for GC mark worker goroutines"Ian Lance Taylor
2021-04-20runtime: refactor findrunnable spinning recheckMichael Pratt
2021-04-20runtime: implement runqdrain() for GC mark worker goroutinesAndy Pan
2021-04-20runtime: refactor work stealing to dedicated functionMichael Pratt
2021-04-16runtime: clarify which work needs spinning coordinationMichael Pratt
2021-04-16runtime: remove redudant tryWakeP componentMichael Pratt
2021-04-16runtime: move findrunnable timer delay computation closer to useMichael Pratt
2021-04-11runtime: move zero-sized frame check from newproc to newproc1Austin Clements
2021-04-08runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"Austin Clements
2021-04-08internal/goexperiment: consolidate experiment-enabled constantsAustin Clements
2021-04-08runtime: drop haveexperiment, sys.GOEXPERIMENTAustin Clements
2021-04-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
2021-03-30runtime: fix G passed to schedEnabled and cleanupMichael Pratt
2021-03-30runtime: check that defer/go frames are emptyAustin Clements
2021-03-29runtime: fix some typos徐志伟
2021-03-29runtime: fix some typosqcrao
2021-03-24runtime: bypass ABI wrapper when calling needm on WindowsMichael Anthony Knyszek
2021-03-18cmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT parsingAustin Clements
2021-03-13all: remove duplicate wordsJohn Bampton
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-03-05runtime: encapsulate access to allgsMichael Pratt
2021-02-25runtime: batch moving gFree list between local p and global schedtAndy Pan
2021-02-19runtime: delete gosave (dead code)Russ Cox
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: use FuncInfo SPWRITE flag to identify untraceable profile samplesRuss Cox
2021-02-19runtime: remove unnecessary writes to gp.sched.gRuss Cox
2021-02-19runtime: document, clean up internal/sysRuss Cox
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2021-01-27runtime: switch runtime to libc for openbsd/arm64Joel Sing
2021-01-22runtime: check for g0 stack last in signal handlerCherry Zhang
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2021-01-21runtime: switch openbsd/arm64 to pthreadsJoel Sing
2021-01-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2021-01-19runtime: factor out usesLibcallJoel Sing
2021-01-19runtime: factor out mStackIsSystemAllocatedJoel Sing
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2021-01-05runtime: don't take allglock in tracebackothersMichael Pratt