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
2023-05-10
all: fix a lot of comments
cui fliter
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-21
internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi
Austin Clements
2023-04-21
internal/abi, runtime, cmd: merge funcID_* consts into internal/abi
Austin Clements
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-21
runtime: for deep stacks, print both the top 50 and bottom 50 frames
Austin Clements
2023-03-10
runtime: delete gentraceback
Austin Clements
2023-03-10
runtime: implement traceback iterator
Austin Clements
2023-03-10
runtime: create an API for unwinding inlined frames
Austin Clements
2023-02-21
runtime: record parent goroutine ID, and print it in stack traces
Nick Ripley
2022-11-18
runtime: add page tracer
Michael Knyszek
2022-10-21
runtime: gofmt
Cherry Mui
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-10-14
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
Michael Pratt
2022-09-27
runtime/trace: add missing events for the locked g in extra M.
doujiang24
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
[next]