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
2018-05-08
runtime: add js/wasm architecture
Richard Musiol
2018-05-07
runtime: fix a typo mistake in comments
Zhou Peng
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-05-01
runtime: convert exit to use pthread library on Darwin
Keith Randall
2018-04-30
runtime,cmd/ld: on darwin, create theads using libc
Keith Randall
2018-04-26
runtime: remove the dummy arg of getcallersp
Cherry Zhang
2018-04-18
runtime: use saved state in SIGPROF handler for vDSO calls
Heschi Kreinick
2018-04-13
runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...
Eric Daniels
2018-04-13
runtime: document that LockOSThread in init locks to thread
Ian Lance Taylor
2018-04-10
internal/cpu,runtime: call cpu.initialize before alginit
Meng Zhuo
2018-03-15
runtime: identify special functions by flag instead of address
Keith Randall
2018-03-13
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-12
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-03-09
runtime: set libcall values for Solaris system calls
Ian Lance Taylor
2018-03-08
runtime: make throw safer to call
Austin Clements
2018-03-07
runtime: get traceback from VDSO code
Ian Lance Taylor
2018-02-14
runtime: remove extraneous stackPreempt setting
David Crawshaw
2018-01-04
runtime: avoid race on allp in findrunnable
Austin Clements
2017-12-01
runtime: restore the Go-allocated signal stack in unminit
Austin Clements
2017-11-24
runtime: fix final stack split in exitsyscall
Austin Clements
2017-11-22
runtime: call throw on systemstack in exitsyscall
Austin Clements
2017-11-21
runtime: skip netpoll check if there are no waiters
Michael Pratt
2017-11-21
runtime: only sleep before stealing work from a running P
Jamie Liu
2017-11-07
runtime: flush assist credit on goroutine exit
Austin Clements
2017-11-07
runtime: only call netpoll if netpollinited returns true
Ian Lance Taylor
2017-10-30
runtime: buffered write barrier implementation
Austin Clements
2017-10-29
runtime: allow write barriers in gchelper
Austin Clements
2017-10-25
runtime: avoid monotonic time zero on systems with low-res timers
Russ Cox
2017-10-17
runtime: don't terminate locked OS threads on Plan 9
David du Colombier
2017-10-17
runtime: disable use of template thread on Plan 9
David du Colombier
2017-10-12
runtime: fix crash on Plan 9
David du Colombier
2017-10-11
runtime: don't try to free OS-created signal stacks
Austin Clements
2017-10-11
runtime: make (Un)LockOSThread doc more prescriptive
Austin Clements
2017-10-11
runtime: terminate locked OS thread if its goroutine exits
Austin Clements
2017-10-11
runtime: make it possible to exit Go-created threads
Austin Clements
2017-10-11
runtime: replace sched.mcount int32 with sched.mnext int64
Austin Clements
2017-10-11
runtime: mark mstart as nowritebarrierrec
Austin Clements
2017-10-11
runtime: don't start new threads from locked threads
Austin Clements
2017-10-09
runtime: remove a few unused params and results
Daniel MartÃ
2017-10-09
runtime: remove the 'go:nosplit' directive from documentation
Gabriel Aszalos
2017-10-05
runtime: make LockOSThread/UnlockOSThread nested
Austin Clements
2017-09-27
runtime: clean up loops over allp
Austin Clements
2017-09-27
runtime: eliminate GOMAXPROCS limit
Austin Clements
2017-09-27
runtime: dynamically allocate allp
Austin Clements
2017-09-22
runtime: remove getcallerpc argument
Austin Clements
2017-09-22
runtime: don't call lockOSThread for every cgo call
Ian Lance Taylor
2017-09-16
runtime: improve fastrand with a better generator
Giovanni Bajo
2017-09-15
runtime: change lockedg/lockedm to guintptr/muintptr
Ian Lance Taylor
2017-09-12
runtime: improve timers scalability on multi-CPU systems
Aliaksandr Valialkin
2017-08-29
runtime,cmd/trace: trace GC STW events
Austin Clements
[prev]
[next]