aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
AgeCommit message (Expand)Author
8 daysruntime: remove gopanicFP field from panic recordKeith Randall
2026-03-06runtime: when panicking, skip ahead to previous panicKeith Randall
2026-02-27runtime: do signal stack clearing when parking MsDaniel Morsing
2026-02-18runtime: update comments about known g offsetsMichael Anthony Knyszek
2026-01-23runtime: speed up cheaprand and cheaprand64Gavin Lam
2025-12-11runtime: make goroutines inherit DIT state, don't lock to OS threadRoland Shoemaker
2025-12-05runtime: don't count nGsyscallNoP for extra Ms in CMichael Anthony Knyszek
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-26crypto/fips140: add WithoutEnforcementDaniel Morsing
2025-11-21runtime: go fmtMichael Pratt
2025-11-20runtime: split findRunnableGCWorker in twoMichael Pratt
2025-11-17runtime: rename findrunnable references to findRunnableMichael Pratt
2025-11-13runtime: prefer to restart Ps on the same M after STWMichael Pratt
2025-11-12runtime: switch p.gcFractionalMarkTime to atomic.Int64Michael Pratt
2025-11-11runtime: doubly-linked sched.midle listMichael Pratt
2025-11-06Revert "runtime: remove the pc field of _defer struct"Keith Randall
2025-11-04cmd/link, runtime: don't store text start in pcHeaderIan Lance Taylor
2025-11-03runtime: remove the pc field of _defer structYoulin Feng
2025-10-30runtime: eliminate _PsyscallMichael Anthony Knyszek
2025-10-28runtime: amend comments a bitJes Cok
2025-10-20runtime: add _Gdeadextra statusMichael Anthony Knyszek
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-08-15runtime/metrics: add metric for current Go-owned thread countMichael Anthony Knyszek
2025-08-15runtime/metrics: add metric for total goroutines createdMichael Anthony Knyszek
2025-08-15runtime/metrics: add metrics for goroutine sched statesMichael Anthony Knyszek
2025-08-05runtime: save scalar registers off stack in amd64 async preemptionAustin Clements
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2025-07-24cmd/internal/obj: rip out argp adjustment for wrapper framesKeith Randall
2025-07-24runtime: detect successful recovers differentlyKeith Randall
2025-06-30runtime: stash allpSnapshot on the MMichael Pratt
2025-06-27runtime: account for missing frame pointer in preambleMichael Anthony Knyszek
2025-06-18runtime: prevent mutual deadlock between GC stopTheWorld and suspendGMichael Anthony Knyszek
2025-06-09runtime: clarify stack traces for bubbled goroutinesDamien Neil
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-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-05-21runtime: add valgrind instrumentationRoland Shoemaker
2025-05-20runtime: report finalizer and cleanup queue length with checkfinalizer>0Michael Anthony Knyszek
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2025-05-12runtime: only poll network from one P at a time in findRunnableCarlos Amedee
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-07runtime: use "bubble" terminology for synctestDamien Neil
2025-05-06runtime: replace mentions of "raised" with "panicked"Mark Freeman
2025-05-05Revert "cmd/compile: allow all of the preamble to be preemptible"Keith Randall
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall
2025-04-22Revert "runtime: only poll network from one P at a time in findRunnable"Carlos Amedee
2025-04-22runtime: commit to spinbitmutex GOEXPERIMENTRhys Hiltner
2025-04-22runtime: only poll network from one P at a time in findRunnableIan Lance Taylor
2025-04-15runtime: size field for gQueue and gListDmitrii Martynov
2025-04-11runtime: handle m0 padding betterRuss Cox