aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-06-25runtime: note custom GOMAXPROCS even if value doesn't changeMichael Pratt
2025-06-23runtime: add missing unlock in sysReserveAlignedSbrkCherry Mui
2025-06-20runtime: fix struct commentcuishuang
2025-06-18runtime: set mspan limit field early and eagerlyMichael Anthony Knyszek
2025-06-18runtime: prevent mutual deadlock between GC stopTheWorld and suspendGMichael Anthony Knyszek
2025-06-16runtime: don't let readTrace spin on trace.shutdownMichael Anthony Knyszek
2025-06-13runtime: comment that some linknames are used by runtime/traceCherry Mui
2025-06-13runtime: remove unused unique.runtime_blockUntilEmptyFinalizerQueueCherry Mui
2025-06-13[dev.simd] runtime: eliminate global state in mkpreempt.goAustin Clements
2025-06-10runtime: handle system goroutines later in goroutine profilingMichael Anthony Knyszek
2025-06-10testing/synctest, runtime: avoid panic when using linker-alloc WG from bubbleDamien Neil
2025-06-10runtime: don't do a direct G handoff in semrelease on systemstackMichael Anthony Knyszek
2025-06-09runtime: use small struct TestSynctest to ensure cleanups runDamien Neil
2025-06-09runtime: clarify stack traces for bubbled goroutinesDamien Neil
2025-06-09runtime: return a different bubble deadlock error when main goroutine is doneDamien Neil
2025-06-07runtime: check for gsignal in racecall on loong64Guoqi Chen
2025-06-04runtime: make bubbled timers more consistent with unbubbledDamien Neil
2025-06-04runtime: reduce per-P memory footprint when greenteagc is disabledMichael Anthony Knyszek
2025-06-02runtime: additional memmove benchmarksKeith Randall
2025-06-02runtime: randomize order of timers at the same instant in bubblesDamien Neil
2025-05-30runtime: set HeapGoal to zero when the GC is disabledCarlos Amedee
2025-05-29runtime, testing/synctest: breaking bubble isolation with Cond is fatalDamien Neil
2025-05-29runtime: add vgetrandom lock rankMichael Pratt
2025-05-29runtime: guarantee no GOMAXPROCS update syscalls after GOMAXPROCS callMichael Pratt
2025-05-29runtime, internal/synctest, sync: associate WaitGroups with bubblesDamien Neil
2025-05-29runtime: increment updatemaxprocs metric only when disabledMichael Pratt
2025-05-28runtime: rename updateGOMAXPROCS to updateMaxProcsGMichael Pratt
2025-05-27runtime, testing/synctest: verify cleanups/finalizers run outside bubblesDamien Neil
2025-05-27runtime: define lock ranking between weak pointers and synctestDamien Neil
2025-05-27runtime/trace: add a trace validation test for different trace ordersCarlos Amedee
2025-05-27runtime: skip nil Ps in allp during cleanup flushMichael Pratt
2025-05-23runtime/trace: match traceClockNow typesMichael Pratt
2025-05-23runtime/trace: fix flaky test for SetMinAgeCarlos Amedee
2025-05-22runtime: don't spin looking for a tiny alloc address with asan or raceMichael Anthony Knyszek
2025-05-21runtime: use the immortal weak handle map for sbrk modeMichael Anthony Knyszek
2025-05-21runtime/trace: add the flight recorderCarlos Amedee
2025-05-21crypto/x509: use truncated SHA-256 for SubjectKeyIdFilippo Valsorda
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21runtime: skip TestTimePprof on sanitizersMichael Pratt
2025-05-21runtime: use DontUpdate testprog for DontUpdate testMichael Pratt
2025-05-21runtime: skip windows stack tests in race modeMichael Pratt
2025-05-21runtime: avoid register clobber in s390x racecallMichael Pratt
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-05-21internal/runtime/cgroup: CPU cgroup limit discoveryMichael Pratt
2025-05-21runtime: add valgrind instrumentationRoland Shoemaker
2025-05-21runtime: guarantee checkfinalizers test allocates in a shared tiny blockMichael Anthony Knyszek
2025-05-21runtime,internal/trace: emit clock snapshots at the start of trace generationsFelix Geisendörfer
2025-05-20runtime: disable stack allocation test when instrumentation is onkhr@golang.org
2025-05-20runtime: record synctest bubble ownership in hchanDamien Neil
2025-05-20runtime: disallow closing bubbled chans from outside bubbleDamien Neil