aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2024-02-01[release-branch.go1.22] runtime: traceAcquire and traceRelease across all P s...Michael Anthony Knyszek
2024-02-01[release-branch.go1.22] runtime: clear trace map without write barriersMichael Anthony Knyszek
2024-02-01[release-branch.go1.22] runtime: fix trace EvGoStop Gosched reason to match f...Michael Anthony Knyszek
2024-02-01[release-branch.go1.22] runtime: model wakeableSleep.lock in the race detectorMichael Anthony Knyszek
2024-01-23[release-branch.go1.22] runtime: make a much better effort to emit CPU profil...Michael Anthony Knyszek
2024-01-22[release-branch.go1.22] runtime: use the correct M ID for syscalling goroutin...Michael Anthony Knyszek
2024-01-17runtime: document GODEBUG panicnil valuesCuong Manh Le
2024-01-17runtime: skip test if strace crashesAustin Clements
2024-01-17runtime: mark TestGdbCoreCrashThreadBacktrace as flakyMichael Pratt
2024-01-15runtime: more godoc linksOlivier Mengué
2024-01-11runtime: ensure we free unrolled GC bitmapsKeith Randall
2024-01-11runtime: don't mark unrolled bitmap type as having a gc programKeith Randall
2024-01-09runtime: replace rwmutexR/W with per-rwmutex lock rankMichael Pratt
2024-01-09runtime: fix tests when running with -msanMauri de Souza Meneguzzo
2024-01-03pagetrace: fix build when experiment is onJohn Howard
2024-01-03runtime: correct scavengeIndex.sysGrow min index handlingJoel Sing
2023-12-30all: replace outdated linkscui fliter
2023-12-21runtime/metrics: godoc link fixesOlivier Mengué
2023-12-21runtime: use racereleasemerge for godebugIncCherry Mui
2023-12-18runtime: skip TestRuntimeLockMetricsAndProfile for flakinessMichael Anthony Knyszek
2023-12-15runtime: properly model rwmutex in lock rankingMichael Pratt
2023-12-15all: fix copyright headersJes Cok
2023-12-15runtime: add race annotations in IncNonDefaultDavid Chase
2023-12-14runtime: delete todo of the list field for mspanqiulaidongfeng
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-13runtime/pprof: fix inlined generics locationsTolya Korniltsev
2023-12-11crypto/x509: gate Policies marshaling with GODEBUGRoland Shoemaker
2023-12-11runtime/pprof: fix generics function namesTolya Korniltsev
2023-12-11runtime: clear mspan.largeType more carefully in the case of arenasKeith Randall
2023-12-07runtime: put runtime.fastrand back temporarilyRuss Cox
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt
2023-12-06runtime/pprof: add section headers to Profile docMichael Pratt
2023-12-06runtime/pprof: document block and mutex profilesMichael Pratt
2023-12-06iter, runtime: add coroutine supportRuss Cox
2023-12-06runtime/metrics: document runtime-internal locks in /sync/mutex/wait/total:se...Michael Pratt
2023-12-06runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacksMichael Pratt
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-05runtime: add the disablethp GODEBUG settingMichael Anthony Knyszek
2023-12-05maps: fix aliasing problems with CloneKeith Randall
2023-12-04runtime: require cgo for cgo gdb testMichael Pratt
2023-12-02runtime: let the fault thread to crash the processzzkcode
2023-12-01runtime: check if mp.curg is nil before readgstatus in writeProcStatusForPMichael Anthony Knyszek
2023-12-01runtime: emit the correct P status from a safepoint in the v2 tracerMichael Anthony Knyszek
2023-11-29runtime/pprof: retry vmmap invocation if it failed due to a reported temporar...Cosmos Nicolaou
2023-11-29runtime: docfix countAllocPeter Feichtinger
2023-11-28runtime: put ReadMemStats debug assertions behind a double-check modeMichael Anthony Knyszek
2023-11-28runtime: test for contention in both semaphore pathsRhys Hiltner
2023-11-28cmd/compile: use correct type for slice pointerKeith Randall
2023-11-27all: fix field namescui fliter
2023-11-22runtime: throw from the systemstack in wirepMichael Anthony Knyszek