]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/lockrank.go
runtime: prevent send on closed channel in wakeableSleep
[gostls13.git] / src / runtime / lockrank.go
2023-11-14 Michael Anthony... runtime: prevent send on closed channel in wakeableSleep
2023-05-23 Michael Anthony... runtime: add partial lock order between mspanSpecial...
2023-05-19 Michael Anthony... runtime: fix lockrank ordering for pinner implementation
2023-04-24 Ian Lance Taylorruntime: add raceFiniLock to lock ranking
2022-10-12 Michael Anthony... runtime: add safe arena support to the runtime
2022-08-11 Austin Clementsruntime: add mayAcquire annotation for trace.lock
2022-08-11 Austin Clementsruntime: move trace locks to the leaf of the lock graph
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-04 Austin Clementsruntime: clean up panic and deadlock lock ranks
2022-08-04 Austin Clementsruntime: make the lock rank DAG make more sense
2022-08-04 Austin Clementsruntime: add mayAcquire annotation for finlock
2022-08-04 Austin Clementsruntime: add missing trace lock edges
2022-08-04 Austin Clementsruntime: generate the lock ranking from a DAG description
2022-08-04 Austin Clementsruntime: delete unused lock ranks
2022-05-10 Michael Anthony... runtime: add lock partial order edge for trace and...
2022-05-03 Rhys Hiltnerruntime: split mprof locks
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Michael Anthony... runtime: don't hold the heap lock while scavenging
2021-11-05 Dan Scalesruntime: fix a lock rank ordering and some edges.
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-03 Dan Scalescmd/compile: add edge from lock rank edge from forceGC...
2021-03-10 Michael Prattruntime: check partial lock ranking order
2021-03-09 Michael Prattruntime: add pollDesc partial edges
2021-03-05 Michael Prattruntime: update paniclk ordering
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-10 Michael Anthony... runtime: add lock rank partial order edge pollDesc...
2020-11-10 Michael Anthony... runtime: add lock rank partial order edge sweep ->...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-28 Dan Scalesruntime: add edge lockRankSysmon -> lockRankRwmutexR
2020-10-27 Chris Hinesruntime: reduce timer latency
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-19 Michael Anthony... runtime: add lock rank partial-order edge between fin...
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-27 Michael Prattruntime: add lock partial order edge (fin -> wbufSpans)
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-17 Michael Anthony... runtime: clean up old mcentral code
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-06-05 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-02 Dan Scalesruntime: add three new partial orders for lock ranking
2020-05-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-21 Michael Anthony... runtime: synchronize StartTrace and StopTrace with...
2020-05-14 Dan Scalesruntime: add a lock partial order edge (assistQueue...
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-07 Dan Scalesruntime: incorporate Gscan acquire/release into lock...
2020-05-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-01 Dan Scalesruntime: add one extra lock ranking partial edge
2020-05-01 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Michael Anthony... runtime: add scavenge -> traceBuf to lock partial order
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-27 Dan Scalesruntime: added several new lock-rank partial order...
2020-04-27 Michael Anthony... runtime: add new mcentral implementation
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-21 Michael Prattruntime: allow proflock and mheap.speciallock above...
2020-04-20 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-17 Michael Prattruntime: explictly state lock ordering direction
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-07 Dan Scalesruntime: static lock ranking for the runtime (enabled...