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
2022-08-17
runtime: convert m.signalPending 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: fix a comment typo in runqget()
Andy Pan
2022-08-12
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-08-12
runtime: synchronize P wakeup and dropping Ps
Michael Pratt
2022-08-12
runtime: convert prof.hz to atomic type
Michael Pratt
2022-08-12
runtime: convert prof.signalLock to atomic type
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: print irrelevant IDs as nil in schedtrace
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-08-12
runtime: convert panicking to atomic type
Michael Pratt
2022-08-12
runtime: convert runningPanicDefers to atomic type
Michael Pratt
2022-08-12
runtime: convert pendingPreemptSignals to atomic type
Michael Pratt
2022-08-11
runtime: don't use trace.lock for trace reader parking
Austin Clements
2022-08-11
runtime: eliminate a few usages of named return values in functions to make i...
Andy Pan
2022-08-08
runtime: remove useless empty string literal
Michael Pratt
2022-08-08
runtime: convert gcController.bgScanCredit to atomic type
Michael Pratt
2022-08-02
runtime: tricky replacements of g in proc.go
Michael Pratt
2022-08-02
runtime: trivial replacements of _g_ in proc.go
Michael Pratt
2022-08-02
runtime: tricky replacements of _g_ in proc.go
Michael Pratt
2022-08-02
runtime: rename _p_ to pp
Michael Pratt
2022-06-08
runtime: use pidleget for faketime jump
Michael Pratt
2022-06-03
runtime: track total idle time for GC CPU limiter
Michael Anthony Knyszek
2022-05-19
runtime: use osyield in runqgrab on netbsd
Michael Anthony Knyszek
2022-05-12
runtime: measure stack usage; start stacks larger if needed
Keith Randall
2022-05-05
runtime: prefer curg for execution trace profile
Rhys Hiltner
2022-05-03
runtime: add CPU samples to execution trace
Rhys Hiltner
2022-05-03
runtime: decrease STW pause for goroutine profile
Rhys Hiltner
2022-05-03
runtime/pprof: stress test goroutine profiler
Rhys Hiltner
2022-05-03
runtime/pprof: add race annotations for goroutine profiles
Rhys Hiltner
2022-05-03
runtime: add GC CPU utilization limiter
Michael Knyszek
2022-04-28
runtime: simply user throws, expand runtime throws
Michael Pratt
2022-04-28
runtime: differentiate "user" and "system" throws
Michael Pratt
2022-04-26
runtime: refactor the scavenger and make it testable
Michael Anthony Knyszek
2022-04-26
runtime: move scheduling decisions by schedule into findrunnable
Michael Anthony Knyszek
2022-04-26
runtime: reduce max idle mark workers during periodic GC cycles
Michael Anthony Knyszek
2022-04-26
runtime: yield instead of sleeping in runqgrab on OpenBSD
Michael Anthony Knyszek
2022-04-21
syscall: define Syscall in terms of RawSyscall on linux
Michael Pratt
2022-04-21
Revert "syscall: define Syscall in terms of RawSyscall on linux"
Michael Pratt
2022-04-21
syscall: define Syscall in terms of RawSyscall on linux
Michael Pratt
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
[prev]
[next]