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
2016-10-28
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-10-20
runtime/debug: avoid overflow in SetMaxThreads
Alberto Donizetti
2016-10-19
runtime: keep gcMarkRootCheck happy with spare Gs
Austin Clements
2016-10-17
runtime: print a message on bad morestack
Austin Clements
2016-10-15
runtime: use more go:nowritebarrierrec in proc.go
Austin Clements
2016-10-15
cmd/compile, runtime: add go:yeswritebarrierrec pragma
Austin Clements
2016-10-11
cmd/link: insert trampolines for too-far jumps on ARM
Cherry Zhang
2016-10-11
runtime: record current PC for SIGPROF on non-Go thread
Ian Lance Taylor
2016-09-25
runtime: fix newextram PC passed to race detector
Dmitry Vyukov
2016-09-16
runtime: avoid dependence on main symbol
David Crawshaw
2016-08-30
runtime: rename fastrand1 to fastrand
Josh Bleecher Snyder
2016-08-30
runtime: update a few comments
Keith Randall
2016-08-04
runtime: initialize hash algs before typemap
David Crawshaw
2016-07-20
runtime: add as many extra M's as needed
Ian Lance Taylor
2016-06-29
runtime: correct printing of blocked field in scheduler trace
Ian Lance Taylor
2016-06-13
runtime: collect stack trace if SIGPROF arrives on non-Go thread
Ian Lance Taylor
2016-05-26
build: enable framepointer mode by default
Russ Cox
2016-05-25
cmd/cgo, runtime, runtime/cgo: TSAN support for malloc
Ian Lance Taylor
2016-05-25
runtime: pass gcWork to scanstack
Austin Clements
2016-05-19
runtime: add 'next' flag to ready
Austin Clements
2016-05-19
runtime: don't do a plain throw when throwsplit == true
Ian Lance Taylor
2016-05-04
runtime: use cgo traceback for SIGPROF
Ian Lance Taylor
2016-05-03
runtime: per-P contexts for race detector
Dmitry Vyukov
2016-05-03
runtime: fix CPU underutilization
Dmitry Vyukov
2016-04-26
runtime: make stack re-scan O(# dirty stacks)
Austin Clements
2016-04-26
runtime: don't clear gcscanvalid in casfrom_Gscanstatus
Austin Clements
2016-04-26
runtime: fix typos in comment about gcscanvalid
Austin Clements
2016-04-26
runtime: split gfree list into with-stacks and without-stacks
Austin Clements
2016-04-23
runtime: use per-goroutine sequence numbers in tracer
Dmitry Vyukov
2016-04-13
cmd/compile, etc: store method tables as offsets
David Crawshaw
2016-04-10
runtime: make execution error panic values implement the Error interface
Emmanuel Odeke
2016-04-07
runtime: clamp OS-reported number of processors to _MaxGomaxprocs
Michael Hudson-Doyle
2016-04-05
runtime: don't burn CPU unnecessarily
Dmitry Vyukov
2016-04-05
runtime: sleep less when we can do work
Dmitry Vyukov
2016-04-01
runtime: allocate mp.cgocallers earlier
Ian Lance Taylor
2016-03-29
runtime: insert itabs into hash table during init
Michel Lespinasse
2016-03-25
runtime: improve randomized stealing logic
Dmitry Vyukov
2016-03-16
runtime: never pass stack pointers to gopark
Austin Clements
2016-03-16
runtime: record channel in sudog
Austin Clements
2016-03-13
runtime: move testSchedLocalQueue* to export_test
Emmanuel Odeke
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-26
runtime: unwire g/m in dropg always
Dmitry Vyukov
2016-02-25
runtime: eliminate unused _Genqueue state
Austin Clements
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-21
runtime: fix missing word in comment
Shenghou Ma
2016-02-02
runtime: start an M when handing off a P when there's GC work
Austin Clements
2016-01-27
runtime: make p.gcBgMarkWorker a guintptr
Austin Clements
2016-01-27
runtime: attach mark workers to P after they park
Austin Clements
2016-01-14
runtime: minimize time between lockextra/unlockextra
Ian Lance Taylor
2016-01-13
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
[prev]
[next]