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-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
2023-11-22
runtime: hold sched.lock over traceThreadDestroy in dropm
Michael Anthony Knyszek
2023-11-21
runtime: emit a ProcSteal from entersyscall_gcwait
Michael Anthony Knyszek
2023-11-21
runtime: profile contended lock calls
Rhys Hiltner
2023-11-21
runtime: disable crash stack on Windows
Cherry Mui
2023-11-20
runtime: add crash stack support for wasm
Mauri de Souza Meneguzzo
2023-11-20
Revert "runtime: profile contended lock calls"
Matthew Dempsky
2023-11-19
runtime: add support for crash stack on ppc64/ppc64le
Joel Sing
2023-11-17
runtime: profile contended lock calls
Rhys Hiltner
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-11-09
runtime: improve tickspersecond
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-06
runtime: add crash stack support for mips64x
Mauri de Souza Meneguzzo
2023-11-02
runtime: add crash stack support for riscv64
Joel Sing
2023-10-31
runtime: allocate crash stack via stackalloc
Joel Sing
2023-10-26
runtime: print a stack trace at "morestack on g0"
Cherry Mui
2023-10-26
runtime: clear g0 stack bounds in dropm
Michael Pratt
2023-09-20
cmd/link, runtime: initialize packages in shared build mode
Cherry Mui
2023-09-12
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-09-11
Revert "runtime: allow update of system stack bounds on callback from C thread"
Michael Pratt
2023-09-11
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-09-08
runtime: increase g0 stack size in non-cgo case
Cherry Mui
2023-08-15
runtime: zero saved frame pointer when reusing goroutine stack on arm64
Nick Ripley
2023-08-05
runtime,syscall: invert openbsd architecture tests
Joel Sing
2023-07-25
runtime: enforce standard file descriptors open on init on unix
Roland Shoemaker
2023-07-20
runtime: call wakep in gosched
Michael Pratt
2023-07-20
runtime: check global runq during "delicate dance"
Michael Pratt
2023-07-20
runtime: adjust netpollWaiters after goroutines are ready
Ian Lance Taylor
2023-06-23
runtime: set raceignore to zero when starting a new goroutine
Jelle van den Hooff
2023-06-06
runtime: make GODEBUG=dontfreezetheworld=1 safer
Michael Pratt
2023-06-06
runtime: implement SUID/SGID protections
Roland Shoemaker
2023-06-01
runtime: only increment extraMInUse when actually in use
Michael Pratt
2023-05-24
runtime: cache inner pinner on P
Michael Anthony Knyszek
2023-05-23
runtime: fix usage of stale "now" value for netpolling Ms
Michael Anthony Knyszek
2023-05-19
runtime: replace raw traceEv with traceBlockReason in gopark
Michael Anthony Knyszek
2023-05-19
runtime: formalize the trace clock
Michael Anthony Knyszek
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
2023-05-17
runtime: replace sysBlockTraced with tracedSyscallEnter
Michael Anthony Knyszek
2023-05-17
runtime: hide sysExitTicks a little better
Michael Anthony Knyszek
2023-05-17
runtime: capture per-g trace state in a type
Michael Anthony Knyszek
2023-05-17
runtime: factor our oneNewExtraM trace code
Michael Anthony Knyszek
[next]