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
/
lockrank.go
Age
Commit message (
Expand
)
Author
2026-01-27
cmd/link, runtime: remove typelinks
Ian Lance Taylor
2025-11-10
runtime: fix lock rank for work.spanSPMCs.lock
Michael Anthony Knyszek
2025-08-05
runtime: save scalar registers off stack in amd64 async preemption
Austin Clements
2025-05-29
runtime: add vgetrandom lock rank
Michael Pratt
2025-05-29
runtime: guarantee no GOMAXPROCS update syscalls after GOMAXPROCS call
Michael Pratt
2025-05-28
runtime: rename updateGOMAXPROCS to updateMaxProcsG
Michael Pratt
2025-05-27
runtime: define lock ranking between weak pointers and synctest
Damien Neil
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-11-13
runtime: prevent weak->strong conversions during mark termination
Michael Anthony Knyszek
2024-05-08
runtime: add traceallocfree GODEBUG for alloc/free events in traces
Michael Anthony Knyszek
2024-03-14
time: avoid stale receives after Timer/Ticker Stop/Reset return
Russ Cox
2024-03-13
time: garbage collect unstopped Tickers and Timers
Russ Cox
2024-03-13
runtime: fix another lock ordering problem
Russ Cox
2024-03-08
runtime: remove sched, allp < timers lockrank rule
Russ Cox
2024-03-08
runtime: fix timers.wakeTime inaccuracy race
Russ Cox
2024-02-28
runtime: add timer lock to lock ranking
Russ Cox
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-11-22
runtime: move the wakeableSleep lock under sched in the lock rank
Michael Anthony Knyszek
2023-11-21
runtime: add lock partial order edge between wakeableSleep and hchan
Michael Anthony Knyszek
2023-11-14
runtime: prevent send on closed channel in wakeableSleep
Michael Anthony Knyszek
2023-05-23
runtime: add partial lock order between mspanSpecial and gcBitsArenas
Michael Anthony Knyszek
2023-05-19
runtime: fix lockrank ordering for pinner implementation
Michael Anthony Knyszek
2023-04-24
runtime: add raceFiniLock to lock ranking
Ian Lance Taylor
2022-10-12
runtime: add safe arena support to the runtime
Michael Anthony Knyszek
2022-08-11
runtime: add mayAcquire annotation for trace.lock
Austin Clements
2022-08-11
runtime: move trace locks to the leaf of the lock graph
Austin Clements
2022-08-04
runtime: clean up panic and deadlock lock ranks
Austin Clements
2022-08-04
runtime: make the lock rank DAG make more sense
Austin Clements
2022-08-04
runtime: add mayAcquire annotation for finlock
Austin Clements
2022-08-04
runtime: add missing trace lock edges
Austin Clements
2022-08-04
runtime: generate the lock ranking from a DAG description
Austin Clements
2022-08-04
runtime: delete unused lock ranks
Austin Clements
2022-05-10
runtime: add lock partial order edge for trace and wbufSpans and mheap
Michael Anthony Knyszek
2022-05-03
runtime: split mprof locks
Rhys Hiltner
2021-11-05
runtime: don't hold the heap lock while scavenging
Michael Anthony Knyszek
2021-11-05
runtime: fix a lock rank ordering and some edges.
Dan Scales
2021-05-03
cmd/compile: add edge from lock rank edge from forceGC to traceStackTab
Dan Scales
2021-03-10
runtime: check partial lock ranking order
Michael Pratt
2021-03-09
runtime: add pollDesc partial edges
Michael Pratt
2021-03-05
runtime: update paniclk ordering
Michael Pratt
2020-11-10
runtime: add lock rank partial order edge pollDesc -> spanSetSpine
Michael Anthony Knyszek
2020-11-10
runtime: add lock rank partial order edge sweep -> mspanSpecial
Michael Anthony Knyszek
2020-10-28
runtime: add edge lockRankSysmon -> lockRankRwmutexR
Dan Scales
2020-10-27
runtime: reduce timer latency
Chris Hines
2020-10-19
runtime: add lock rank partial-order edge between fin and mheap
Michael Anthony Knyszek
2020-08-27
runtime: add lock partial order edge (fin -> wbufSpans)
Michael Pratt
2020-08-17
runtime: clean up old mcentral code
Michael Anthony Knyszek
[next]