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
/
runtime2.go
Age
Commit message (
Expand
)
Author
2022-09-16
runtime/metrics: add /sync/mutex/wait/total:seconds metric
Michael Anthony Knyszek
2022-09-16
runtime: set G wait reason more consistently
Michael Anthony Knyszek
2022-09-16
runtime: make the wait reason for a g blocked on a mutex more specific
Michael Anthony Knyszek
2022-09-16
runtime/metrics: add CPU stats
Michael Anthony Knyszek
2022-09-07
runtime: rename _func.entryoff to entryOff
Michael Pratt
2022-09-07
runtime: rename _func.nameoff and friends to nameOff
Michael Pratt
2022-09-05
runtime: convert g.atomicstatus to internal atomic type
Andy Pan
2022-09-02
runtime: document implicit fields at the end of _func
Michael Pratt
2022-09-02
runtime: consolidate stkframe and its methods into stkframe.go
Austin Clements
2022-09-02
runtime: replace stkframe.arglen/argmap with methods
Austin Clements
2022-09-02
runtime: document stkframe
Austin Clements
2022-08-31
runtime: convert p.numTimers and p.deletedTimers to internal atomic types
Andy Pan
2022-08-26
runtime: drop padding alignment field for timeHistogram
Cuong Manh Le
2022-08-26
runtime: convert forcegcstate.idle to internal atomic type
Andy Pan
2022-08-26
runtime: convert g.selectDone to atomic type
hopehook
2022-08-26
runtime: convert p.statsSeq to internal atomic type
hopehook
2022-08-18
runtime: remove p padding field for atomic fields alignment
Cuong Manh Le
2022-08-18
runtime: convert timer0When/timerModifiedEarliest to atomic.Int64
Cuong Manh Le
2022-08-18
runtime: convert m.cgoCallersUse to atomic type
Cuong Manh Le
2022-08-18
runtime: convert p.timerModifiedEarliest to atomic type
Cuong Manh Le
2022-08-17
runtime: convert p.timer0When to atomic type
Cuong Manh Le
2022-08-17
runtime: convert m.preemptGen to atomic type
Cuong Manh Le
2022-08-17
runtime: convert m.signalPending to atomic type
Cuong Manh Le
2022-08-17
runtime: convert g.parkingOnChan to atomic type
Cuong Manh Le
2022-08-15
Revert "runtime/trace: add missing events for the locked g in extra M."
Cuong Manh Le
2022-08-12
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-08-12
runtime: run "gofmt -s -w"
Cuong Manh Le
2022-08-12
runtime: synchronize P wakeup and dropping Ps
Michael Pratt
2022-08-12
runtime: convert timeHistogram to atomic types
Michael Pratt
2022-08-12
runtime: convert schedt.sysmonwait to atomic type
Michael Pratt
2022-08-12
runtime: convert schedt.gcwaiting to atomic type
Michael Pratt
2022-08-12
runtime: convert schedt.nmspinning to atomic type
Michael Pratt
2022-08-12
runtime: convert schedt.npidle to atomic type
Michael Pratt
2022-08-12
runtime: convert schedt.ngsys to atomic type
Michael Pratt
2022-08-12
runtime: convert schedt.pollUntil to atomic type
Michael Pratt
2022-08-12
runtime: convert schedt.lastpoll to atomic type
Michael Pratt
2022-08-12
runtime: convert g.goid to uint64
Michael Pratt
2022-08-12
runtime: convert schedt.goidgen to atomic type
Michael Pratt
2022-06-03
runtime: only use CPU time from the current window in the GC CPU limiter
Michael Anthony Knyszek
2022-05-12
runtime: measure stack usage; start stacks larger if needed
Keith Randall
2022-05-03
runtime: decrease STW pause for goroutine profile
Rhys Hiltner
2022-04-28
runtime: simply user throws, expand runtime throws
Michael Pratt
2022-04-11
runtime: align m.procid to 8 bytes on 32-bit systems
Keith Randall
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-24
runtime: update framepointer_enabled doc
Romanos Skiadas
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2022-02-02
runtime: update _defer comment to not mention freedefer
Ian Lance Taylor
2022-01-14
runtime: fix net poll races
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
[prev]
[next]