index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
runtime2.go
Age
Commit message (
Expand
)
Author
2026-01-23
runtime: speed up cheaprand and cheaprand64
Gavin Lam
2025-12-11
runtime: make goroutines inherit DIT state, don't lock to OS thread
Roland Shoemaker
2025-12-05
runtime: don't count nGsyscallNoP for extra Ms in C
Michael Anthony Knyszek
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
2025-11-26
crypto/fips140: add WithoutEnforcement
Daniel Morsing
2025-11-21
runtime: go fmt
Michael Pratt
2025-11-20
runtime: split findRunnableGCWorker in two
Michael Pratt
2025-11-17
runtime: rename findrunnable references to findRunnable
Michael Pratt
2025-11-13
runtime: prefer to restart Ps on the same M after STW
Michael Pratt
2025-11-12
runtime: switch p.gcFractionalMarkTime to atomic.Int64
Michael Pratt
2025-11-11
runtime: doubly-linked sched.midle list
Michael Pratt
2025-11-06
Revert "runtime: remove the pc field of _defer struct"
Keith Randall
2025-11-04
cmd/link, runtime: don't store text start in pcHeader
Ian Lance Taylor
2025-11-03
runtime: remove the pc field of _defer struct
Youlin Feng
2025-10-30
runtime: eliminate _Psyscall
Michael Anthony Knyszek
2025-10-28
runtime: amend comments a bit
Jes Cok
2025-10-20
runtime: add _Gdeadextra status
Michael Anthony Knyszek
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-08-15
runtime/metrics: add metric for current Go-owned thread count
Michael Anthony Knyszek
2025-08-15
runtime/metrics: add metric for total goroutines created
Michael Anthony Knyszek
2025-08-15
runtime/metrics: add metrics for goroutine sched states
Michael Anthony Knyszek
2025-08-05
runtime: save scalar registers off stack in amd64 async preemption
Austin Clements
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2025-07-24
cmd/internal/obj: rip out argp adjustment for wrapper frames
Keith Randall
2025-07-24
runtime: detect successful recovers differently
Keith Randall
2025-06-30
runtime: stash allpSnapshot on the M
Michael Pratt
2025-06-27
runtime: account for missing frame pointer in preamble
Michael Anthony Knyszek
2025-06-18
runtime: prevent mutual deadlock between GC stopTheWorld and suspendG
Michael Anthony Knyszek
2025-06-09
runtime: clarify stack traces for bubbled goroutines
Damien Neil
2025-05-29
runtime: guarantee no GOMAXPROCS update syscalls after GOMAXPROCS call
Michael Pratt
2025-05-29
runtime, internal/synctest, sync: associate WaitGroups with bubbles
Damien Neil
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-05-21
runtime: add valgrind instrumentation
Roland Shoemaker
2025-05-20
runtime: report finalizer and cleanup queue length with checkfinalizer>0
Michael Anthony Knyszek
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
2025-05-12
runtime: only poll network from one P at a time in findRunnable
Carlos Amedee
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-07
runtime: use "bubble" terminology for synctest
Damien Neil
2025-05-06
runtime: replace mentions of "raised" with "panicked"
Mark Freeman
2025-05-05
Revert "cmd/compile: allow all of the preamble to be preemptible"
Keith Randall
2025-04-25
cmd/compile: allow all of the preamble to be preemptible
Keith Randall
2025-04-22
Revert "runtime: only poll network from one P at a time in findRunnable"
Carlos Amedee
2025-04-22
runtime: commit to spinbitmutex GOEXPERIMENT
Rhys Hiltner
2025-04-22
runtime: only poll network from one P at a time in findRunnable
Ian Lance Taylor
2025-04-15
runtime: size field for gQueue and gList
Dmitrii Martynov
2025-04-11
runtime: handle m0 padding better
Russ Cox
2025-03-14
runtime: only set isExtraInC if there are no Go frames left
Michael Pratt
2025-03-01
runtime: add padding to m struct for 64 bit architectures
Joel Sing
2025-02-26
runtime: remove ret field from gobuf
Keith Randall
2025-02-06
runtime: don't duplicate reraised panic values in printpanics
Damien Neil
[next]