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
/
proc.go
Age
Commit message (
Expand
)
Author
2024-05-24
internal/runtime/exithook: make safe for concurrent os.Exit
Russ Cox
2024-05-23
runtime: move exit hooks into internal/runtime/exithook
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-21
runtime: make profstackdepth a GODEBUG option
Felix Geisendörfer
2024-05-21
runtime: increase profiling stack depth to 128
Felix Geisendörfer
2024-05-17
runtime: fix coro interactions with thread-locked goroutines
Michael Anthony Knyszek
2024-05-17
runtime: make use of stringslite.{HasPrefix, HasSuffix}
Jes Cok
2024-05-16
runtime: cleanup crashstack code
Mauri de Souza Meneguzzo
2024-05-13
runtime: remove unused code
qiulaidongfeng
2024-05-08
runtime: fix eagerly typo
Michael Pratt
2024-05-08
runtime: delete pagetrace GOEXPERIMENT
Michael Anthony Knyszek
2024-05-08
runtime: move profiling pc buffers to m
Felix Geisendörfer
2024-05-06
runtime: delete dead code in the tracer
Michael Anthony Knyszek
2024-05-06
runtime: add crash stack support for mips/mipsle
Mauri de Souza Meneguzzo
2024-04-23
runtime: switch to systemstack before throw in casgstatus
Michael Anthony Knyszek
2024-04-22
runtime: reduced struct sizes found via pahole
Sabyrzhan Tasbolatov
2024-04-22
runtime: set gp.syscallbp from entersyscallblock_handoff
Michael Anthony Knyszek
2024-04-22
runtime: always acquire M when acquiring locks by rank
Rhys Hiltner
2024-04-19
runtime: track frame pointer while in syscall
Michael Anthony Knyszek
2024-04-18
internal/weak: add package implementing weak pointers
Michael Anthony Knyszek
2024-04-15
runtime, cmd/trace: remove code paths that include v1 tracer
Carlos Amedee
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-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-22
runtime: add tracing for iter.Pull
Michael Anthony Knyszek
2024-03-15
runtime: add crash stack support for 386
Mauri de Souza Meneguzzo
2024-03-08
runtime: avoid pp.timers.lock in updateTimerPMask
Russ Cox
2024-03-08
runtime: introduce timers.lock, timers.unlock methods
Russ Cox
2024-02-29
runtime: move per-P timers state into its own struct
Russ Cox
2024-02-28
runtime: move all timer-locking code into time.go
Russ Cox
2024-02-28
runtime: delete clearDeletedTimers
Russ Cox
2024-02-27
runtime: fix the potential race of idle P's during injectglist
Andy Pan
2024-02-27
runtime: disable use of runnext on wasm
Michael Pratt
2024-02-23
runtime: add crash stack support for arm
Mauri de Souza Meneguzzo
2024-02-02
runtime: initialize crashFD to -1
Michael Pratt
2024-02-01
runtime: traceAcquire and traceRelease across all P steals
Michael Anthony Knyszek
2024-01-30
Revert "runtime: disable use of runnext on wasm"
Michael Pratt
2024-01-29
runtime: disable use of runnext on wasm
Michael Pratt
2024-01-27
runtime: crash stack support for loong64
Mauri de Souza Meneguzzo
2024-01-25
runtime: add crash stack support for s390x
Mauri de Souza Meneguzzo
2024-01-15
runtime: more godoc links
Olivier Mengué
2024-01-09
runtime: replace rwmutexR/W with per-rwmutex lock rank
Michael Pratt
2023-12-15
runtime: properly model rwmutex in lock ranking
Michael Pratt
2023-12-06
iter, runtime: add coroutine support
Russ Cox
2023-12-06
runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacks
Michael Pratt
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-22
runtime: throw from the systemstack in wirep
Michael Anthony Knyszek
[prev]
[next]