aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
AgeCommit message (Expand)Author
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-07-26runtime: remove adjustTimers counterIan Lance Taylor
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-25runtime: make ncgocall a global counterTao Qingyun
2021-06-17[dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-06-16[dev.typeparams] all: merge master (785a8f6) into dev.typeparamsCuong Manh Le
2021-06-14runtime: update the variable name in commentEric Wang
2021-06-11[dev.typeparams] runtime: simplify defer record allocationCherry Mui
2021-06-11[dev.typeparams] runtime: allow newproc split stackCherry Mui
2021-06-08[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui
2021-06-08[dev.typeparams] runtime: remove variadic defer/go callsCherry Mui
2021-06-08[dev.typeparams] cmd/compile, runtime: always enable defer/go wrappingCherry Mui
2021-06-07[dev.typeparams] all: merge master (8212707) into dev.typeparamsMatthew Dempsky
2021-06-03runtime: avoid gp.lockedm race in exitsyscall0Michael Pratt
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-05-21[dev.typeparams] runtime: fix misuse of funcPCCherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assem...Cherry Mui
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