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-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
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-01
runtime: improve work stealing randomness
Keith Randall
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2022-02-15
runtime: move doAllThreadsSyscall to os_linux.go
Michael Pratt
2022-02-08
runtime: restore old mp.fastrand initialization
Ian Lance Taylor
2022-01-31
Revert "runtime: normalize sigprof traceback flags"
Michael Pratt
2022-01-19
runtime: do not inherit labels on system goroutines
Michael Pratt
2021-12-03
runtime: fix missing pprof labels
Felix Geisendörfer
2021-12-01
runtime: fix racy allgs access on weak memory architectures
Austin Clements
2021-11-16
runtime: get tracking time only when needed
Michael Pratt
2021-11-02
Revert "runtime: fix missing pprof labels"
Bryan C. Mills
2021-11-02
runtime: fix missing pprof labels
Felix Geisendörfer
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-10-29
runtime: track the amount of scannable allocated stack for the GC pacer
Michael Anthony Knyszek
2021-10-28
runtime: normalize sigprof traceback flags
Michael Pratt
2021-10-21
runtime: fix typo of pushBackAll
emahiro
2021-10-20
runtime: use atomic.Float64 for assist ratio
Michael Anthony Knyszek
2021-10-07
runtime,sync: using fastrandn instead of modulo reduction
Meng Zhuo
2021-10-05
cmd/link,runtime: remove relocations from stkobjs
Josh Bleecher Snyder
2021-09-27
runtime: move sigprofNonGo
Rhys Hiltner
2021-09-24
runtime: using wyrand for fastrand
Meng Zhuo
2021-09-15
runtime: fix setting of cpu features for amd64
nimelehin
[prev]
[next]