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
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
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-11-15
runtime: unify lock2, allow deeper sleep
Rhys Hiltner
2024-11-15
runtime: allow futex OSes to use sema-based mutex
Rhys Hiltner
2024-11-13
runtime: prevent weak->strong conversions during mark termination
Michael Anthony Knyszek
2024-10-30
runtime: update and restore g0 stack bounds at cgocallback
Cherry Mui
2024-10-28
crypto/internal/fips: add service indicator mechanism
Filippo Valsorda
2024-08-01
runtime: don't use maps in js note implementation
Michael Pratt
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-05-30
Revert "runtime: prepare for extensions to waiting M list"
Rhys Hiltner
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-21
runtime: prepare for extensions to waiting M list
Rhys Hiltner
2024-05-17
internal/runtime/atomic: fix missing linknames
Austin Clements
2024-05-08
runtime: delete pagetrace GOEXPERIMENT
Michael Anthony Knyszek
2024-05-08
runtime: move profiling pc buffers to m
Felix Geisendörfer
2024-04-22
runtime: reduced struct sizes found via pahole
Sabyrzhan Tasbolatov
2024-04-19
runtime: track frame pointer while in syscall
Michael Anthony Knyszek
2024-04-08
runtime: account for _Pgcstop in GC CPU pause time in a fine-grained way
Michael Anthony Knyszek
2024-04-05
runtime: take a stack trace during tracing only when we own the stack
Michael Anthony Knyszek
2024-03-26
runtime: don't call lockOSThread for every syscall call on Windows
qmuntal
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-13
runtime: clean up timer state
Russ Cox
2024-03-08
runtime: avoid pp.timers.lock in updateTimerPMask
Russ Cox
2024-02-29
runtime: move per-P timers state into its own struct
Russ Cox
2024-02-08
cmd/compile: move runtime.itab to internal/abi.ITab
Keith Randall
2024-01-03
pagetrace: fix build when experiment is on
John Howard
[next]