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
2023-04-28
runtime: resolve checkdead panic by refining `startm` lock handling in caller...
Lucien Coffe
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-24
runtime: add raceFiniLock to lock ranking
Ian Lance Taylor
2023-04-21
runtime: prevent double lock in checkdead by unlocking before throws
Lucien Coffe
2023-04-21
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-21
internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi
Austin Clements
2023-04-20
Revert "runtime: tidy _Stack* constant naming"
Austin Clements
2023-04-20
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-14
cmd/link: establish dependable package initialization order
Keith Randall
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-31
Revert "runtime: get a better g0 stack bound in needm"
Cherry Mui
2023-03-30
runtime: get a better g0 stack bound in needm
Cherry Mui
2023-03-30
runtime/trace: use regular unwinding for cgo callbacks
Felix Geisendörfer
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: new API for filling PC traceback buffers
Austin Clements
2023-03-09
Revert "cmd/link: establish dependable package initialization order"
Keith Randall
2023-03-03
cmd/link: establish dependable package initialization order
Keith Randall
2023-03-02
all: move //go: function directives directly above functions
Michael Pratt
2023-02-21
runtime: record parent goroutine ID, and print it in stack traces
Nick Ripley
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2023-02-08
runtime: correct typos
Oleksandr Redko
2022-12-05
runtime: prioritize VDSO and libcall unwinding in profiler
Cherry Mui
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-18
runtime: add page tracer
Michael Knyszek
2022-11-10
runtime: consolidate some low-level error reporting
Ian Lance Taylor
2022-11-07
runtime: yield in goschedIfBusy if gp.preempt
Michael Pratt
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-10-05
runtime: avoid initializing MemProfileRate in init function
Wang Deyu
2022-09-27
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-09-26
runtime: add an exit hook facility
Than McIntosh
2022-09-16
runtime: tweak bgsweep "low-priority" heuristic
Michael Anthony Knyszek
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-07
runtime: simplify code using unsafe.{Slice,String}
cuiweixie
2022-09-05
runtime: refactor finalizer goroutine status
Leonard Wang
2022-09-05
runtime: convert g.atomicstatus to internal atomic type
Andy Pan
2022-09-01
Revert "runtime: convert ncgocall to atomic type"
Michael Pratt
2022-09-01
runtime: convert ncgocall to atomic type
cuiweixie
2022-08-31
runtime: convert p.numTimers and p.deletedTimers to internal atomic types
Andy Pan
2022-08-31
runtime: convert extram and extraMWaiters to internal atomic type
Andy Pan
2022-08-26
runtime: convert forcegcstate.idle to internal atomic type
Andy Pan
2022-08-25
runtime: convert netpollWaiters to internal atomic type
Andy Pan
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 freezing to atomic type
Cuong Manh Le
[prev]
[next]