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
2020-01-10
runtime: don't let P's timer heap get clogged with deleted timers
Ian Lance Taylor
2020-01-02
runtime: emit trace event in direct semaphore handoff
Rhys Hiltner
2019-11-19
runtime, time: remove old timer code
Ian Lance Taylor
2019-11-19
runtime: release timersLock while running timer
Ian Lance Taylor
2019-11-13
runtime: acquire timersLocks around moveTimers
Ian Lance Taylor
2019-11-12
runtime: consistently seed fastrand state across archs
Carlo Alberto Ferraris
2019-11-09
sync: yield to the waiter when unlocking a starving mutex
Rhys Hiltner
2019-11-08
runtime: add per-p page allocation cache
Michael Anthony Knyszek
2019-11-08
runtime: add per-p mspan cache
Michael Anthony Knyszek
2019-11-07
Revert "sync: yield to the waiter when unlocking a starving mutex"
Bryan C. Mills
2019-11-07
sync: yield to the waiter when unlocking a starving mutex
Carlo Alberto Ferraris
2019-11-06
runtime: don't hold scheduler lock when calling timeSleepUntil
Ian Lance Taylor
2019-11-04
runtime: wake netpoller when dropping P, don't sleep too long in sysmon
Ian Lance Taylor
2019-11-04
cmd/compile: add test for skipping empty init functions
Cuong Manh Le
2019-11-02
runtime: implement async scheduler preemption
Austin Clements
2019-11-02
runtime: clear preemptStop in dropm
Ian Lance Taylor
2019-11-01
runtime: unlock sched lock when checkdead throws due to a deadlock
Ian Lance Taylor
2019-10-29
runtime: clear m.gsignal when the M exits
Cherry Zhang
2019-10-25
runtime: abstract M preemption check into a function
Austin Clements
2019-10-25
runtime: remove g.gcscanvalid
Austin Clements
2019-10-25
runtime: remove old stack scanning code
Austin Clements
2019-10-25
runtime: add general suspendG/resumeG
Austin Clements
2019-10-25
runtime: ensure _Grunning Gs have a valid g.m and g.m.p
Austin Clements
2019-10-23
runtime: save/fetch g register during VDSO on ARM and ARM64
Cherry Zhang
2019-10-23
runtime: add race detector support for new timers
Ian Lance Taylor
2019-10-23
runtime: update timejump function for new timers
Ian Lance Taylor
2019-10-22
runtime: add new modtimer function
Ian Lance Taylor
2019-10-21
runtime: handle timers on P's in procresize/(*pp).destroy
Ian Lance Taylor
2019-10-21
runtime: add wasm support for timers on P's
Ian Lance Taylor
2019-10-21
cmd/compile: add fma intrinsic for arm
smasher164
2019-10-21
runtime: initial scheduler changes for timers on P's
Ian Lance Taylor
2019-10-21
cmd/compile: add fma intrinsic for amd64
smasher164
2019-10-15
runtime: change netpoll to take an amount of time to block
Ian Lance Taylor
2019-09-26
runtime: detail the method comment
Tardis Xu
2019-09-04
runtime: don't hold worldsema across mark phase
Michael Anthony Knyszek
2019-08-28
runtime: simplify GOOS detection in mstart()
Ayan George
2019-08-27
runtime: simplify some pointer conversions
Matthew Dempsky
2019-06-28
runtime: fix pprof cpu profile corruption on arm/mips/mipsle
Russ Cox
2019-06-06
runtime: mark all Go symbols called from assembly in other packages
Austin Clements
2019-05-22
runtime: revert init order changes
Keith Randall
2019-05-13
runtime: resolve latent function type TODO
Tamir Duberstein
2019-05-09
runtime: remove periodic scavenging
Michael Anthony Knyszek
2019-05-01
runtime: look for idle p to run current goroutine when switching to GC or tra...
David Chase
2019-05-01
runtime: change the span allocation policy to first-fit
Michael Anthony Knyszek
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-29
runtime: account for callbacks in checkdead on Windows
Ian Lance Taylor
2019-04-25
runtime: switch to P 0 before destroying current P
Austin Clements
2019-04-23
runtime: randomize package initialization order in race mode
Keith Randall
2019-04-23
cmd/go: move runtime/debug.modinfo to runtime.modinfo
Russ Cox
2019-04-22
runtime: improve mstart comments
Austin Clements
[prev]
[next]