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
/
mgc.go
Age
Commit message (
Expand
)
Author
2025-06-18
runtime: prevent mutual deadlock between GC stopTheWorld and suspendG
Michael Anthony Knyszek
2025-06-04
runtime: reduce per-P memory footprint when greenteagc is disabled
Michael Anthony Knyszek
2025-05-20
runtime: report finalizer and cleanup queue length with checkfinalizer>0
Michael Anthony Knyszek
2025-05-20
runtime: add new GODEBUG checkfinalizer
Michael Anthony Knyszek
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
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
unique: use a bespoke canonicalization map and runtime.AddCleanup
Michael Anthony Knyszek
2025-05-02
runtime: mark and scan small objects in whole spans [green tea]
Michael Anthony Knyszek
2025-04-23
runtime: align taggable pointers more so we can use low bits for tag
Keith Randall
2025-04-15
runtime: size field for gQueue and gList
Dmitrii Martynov
2025-02-19
runtime: minor mfinal.go code cleanup
Michael Anthony Knyszek
2025-02-11
runtime: use internal/trace/tracev2 definitions
Michael Anthony Knyszek
2025-02-03
runtime: fix GODEBUG=gccheckmark=1 and add smoke test
Michael Anthony Knyszek
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-11-16
runtime: implement AddCleanup
Carlos Amedee
2024-11-13
runtime: prevent weak->strong conversions during mark termination
Michael Anthony Knyszek
2024-10-14
runtime: clarify work.bytesMarked documentation
Austin Clements
2024-09-06
runtime: remove cloudwego/frugal unused linkname from comment
Kyle Xiao
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥200 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-05-08
runtime: remove allocfreetrace
Michael Anthony Knyszek
2024-04-22
unique: add unique package and implement Make/Handle
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-08
runtime: remove overlap in the GC CPU pause time metrics
Michael Anthony Knyszek
2024-04-08
runtime: move GC pause time CPU metrics update into the STW
Michael Anthony Knyszek
2024-04-08
runtime: use maxprocs instead of stwprocs for GC CPU pause time metrics
Michael Anthony Knyszek
2024-04-08
runtime: factor out GC pause time CPU stats update
Michael Anthony Knyszek
2024-04-05
runtime: take a stack trace during tracing only when we own the stack
Michael Anthony Knyszek
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-08
runtime: use built-in clear to simplify code
apocelipes
2024-02-28
all: run go fmt
sivchari
2024-01-26
runtime: use channels in gcBgMarkStartWorkers
Michael Pratt
2023-11-17
runtime: gofmt -w -s
Jes Cok
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-13
runtime: remove work.pauseStart
Michael Pratt
2023-11-13
runtime: call enableMetadataHugePages and its callees on the systemstack
Michael Anthony Knyszek
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-11-09
runtime: make it harder to introduce deadlocks with forEachP
Michael Anthony Knyszek
2023-11-09
runtime: refactor runtime->tracer API to appear more like a lock
Michael Anthony Knyszek
2023-11-07
cmd/compile,runtime: dedup writeBarrier needed
Mauri de Souza Meneguzzo
2023-10-11
runtime: remove write-only sweepdata fields
Michael Pratt
2023-10-11
runtime: remove stale non-atomic access comment
Michael Pratt
2023-10-10
runtime: fix some comments
Jes Cok
2023-08-23
runtime: create wrappers for gcDrain to identify time in profiles
Michael Anthony Knyszek
2023-07-21
runtime: fix debug non-concurrent sweep mode after activeSweep changes
Michael Anthony Knyszek
2023-05-25
runtime: change heapObjectsCanMove to a func
Russ Cox
2023-05-25
runtime: add heapObjectsCanMove
Russ Cox
[next]