aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
AgeCommit message (Expand)Author
2021-12-03runtime: fix missing pprof labelsFelix Geisendörfer
2021-12-01runtime: fix racy allgs access on weak memory architecturesAustin Clements
2021-11-16runtime: get tracking time only when neededMichael Pratt
2021-11-02Revert "runtime: fix missing pprof labels"Bryan C. Mills
2021-11-02runtime: fix missing pprof labelsFelix Geisendörfer
2021-11-02runtime, syscall: add calls to asan functionsfanzha02
2021-10-29runtime: track the amount of scannable allocated stack for the GC pacerMichael Anthony Knyszek
2021-10-28runtime: normalize sigprof traceback flagsMichael Pratt
2021-10-21runtime: fix typo of pushBackAllemahiro
2021-10-20runtime: use atomic.Float64 for assist ratioMichael Anthony Knyszek
2021-10-07runtime,sync: using fastrandn instead of modulo reductionMeng Zhuo
2021-10-05cmd/link,runtime: remove relocations from stkobjsJosh Bleecher Snyder
2021-09-27runtime: move sigprofNonGoRhys Hiltner
2021-09-24runtime: using wyrand for fastrandMeng Zhuo
2021-09-15runtime: fix setting of cpu features for amd64nimelehin
2021-08-31runtime: eliminate the redundant for loop in runqget()Andy Pan
2021-08-23runtime: remove unused cpu architecture feature variables from binariesMartin Möhrmann
2021-08-16runtime: skip sysmon workaround on NetBSD >= 9.2Tobias Klauser
2021-08-13runtime: don't use systemstack for BeforeFork/AfterForkIan Lance Taylor
2021-08-13runtime: drop SIGPROF while in ARM < 7 kernel helpersMichael Pratt
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