aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-07-07runtime: make traceStack testable and add a benchmarkMichael Anthony Knyszek
2025-07-03runtime: correct vdsoSP on S390XCherry Mui
2025-06-30[dev.simd] runtime: remove write barrier in xRegRestoreAustin Clements
2025-06-30[dev.simd] all: merge master (740857f) into dev.simdCherry Mui
2025-06-30[dev.simd] runtime: save AVX2 and AVX-512 state on asynchronous preemptionAustin Clements
2025-06-30[dev.simd] runtime: save scalar registers off stack in amd64 async preemptionAustin Clements
2025-06-30runtime: stash allpSnapshot on the MMichael Pratt
2025-06-30runtime: update skips for TestGdbBacktracelimeidan
2025-06-27runtime: remove arbitrary 5-second timeout in TestNeedmDeadlockCherry Mui
2025-06-27runtime: account for missing frame pointer in preambleMichael Anthony Knyszek
2025-06-25[dev.simd] all: merge master (f8ccda2) into dev.simdCherry Mui
2025-06-25runtime: make explicit nil check in (*spanInlineMarkBits).initMichael Anthony Knyszek
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