aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug.go
AgeCommit message (Expand)Author
2025-07-20internal/testenv: exclude GOMAXPROCS when building test programfix-runtime-test-GOMAXPROCSShulhan
2025-07-14runtime: expand GOMAXPROCS documentationMichael Pratt
2025-06-25runtime: note custom GOMAXPROCS even if value doesn't changeMichael Pratt
2025-05-29runtime: guarantee no GOMAXPROCS update syscalls after GOMAXPROCS callMichael Pratt
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2024-05-11runtime: add runtime.debugPinnerV1Alessandro Arzilli
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-11-21runtime: profile contended lock callsRhys Hiltner
2023-11-20Revert "runtime: profile contended lock calls"Matthew Dempsky
2023-11-17runtime: profile contended lock callsRhys Hiltner
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-11-08runtime: add available godoc linkcui fliter
2023-05-19runtime: emit STW events for all pauses, not just those for the GCMichael Anthony Knyszek
2022-09-01Revert "runtime: convert ncgocall to atomic type"Michael Pratt
2022-09-01runtime: convert ncgocall to atomic typecuiweixie
2022-08-02runtime: trivial replacements of g in remaining filesMichael Pratt
2022-04-11all: gofmt main repoRuss Cox
2021-11-05runtime: add a maymorestack hook that moves the stackAustin Clements
2021-11-05runtime: add always-preempt maymorestack hookAustin Clements
2021-06-25runtime: make ncgocall a global counterTao Qingyun
2020-09-10runtime: update docs for GOMAXPROCSipriver
2020-03-18runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek
2020-01-24Revert "runtime: don't hold worldsema across mark phase"Michael Knyszek
2019-09-04runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek
2019-04-23cmd/go: move runtime/debug.modinfo to runtime.modinfoRuss Cox
2018-05-08runtime: add js/wasm architectureRichard Musiol
2017-09-27runtime: eliminate GOMAXPROCS limitAustin Clements
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-05runtime: document that NumCPU does not changeRuss Cox
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-07-10runtime: clarify that NumCPU returns only available CPUsIan Lance Taylor
2015-05-18runtime: factor stoptheworld/starttheworld patternAustin Clements
2015-02-02runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert scheduler from C to GoRuss Cox
2014-09-16runtime: always run semacquire on the G stackKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox