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
/
pkg
/
runtime
/
proc.c
Age
Commit message (
Expand
)
Author
2013-07-17
runtime: disable preemption again to fix linux build
Ian Lance Taylor
2013-07-17
runtime: re-enable preemption
Russ Cox
2013-07-17
runtime: more reliable preemption
Dmitriy Vyukov
2013-07-17
runtime: use new frame argument size information
Russ Cox
2013-07-11
runtime: fix CPU underutilization
Dmitriy Vyukov
2013-07-01
runtime: disable preemption
Russ Cox
2013-06-28
runtime: introduce GODEBUG env var
Dmitriy Vyukov
2013-06-28
runtime: preempt goroutines for GC
Dmitriy Vyukov
2013-06-27
runtime: remove declaration of function that does not exist
Ian Lance Taylor
2013-06-27
undo CL 9776044 / 1e280889f997
Dmitriy Vyukov
2013-06-27
runtime: fix CPU underutilization
Dmitriy Vyukov
2013-06-27
runtime: record proper goroutine state during stack split
Russ Cox
2013-06-15
runtime: improve scheduler fairness
Dmitriy Vyukov
2013-06-12
runtime: add lr, ctxt, ret to Gobuf
Russ Cox
2013-06-12
runtime: fix scheduler race condition
Dmitriy Vyukov
2013-06-12
runtime: adjust traceback / garbage collector boundary
Russ Cox
2013-06-06
runtime: remove unused mid function
Ian Lance Taylor
2013-06-03
runtime: disable preemption in several scheduler functions
Dmitriy Vyukov
2013-06-03
runtime: introduce preemption function (not used for now)
Dmitriy Vyukov
2013-06-03
runtime: add stackguard0 to G
Dmitriy Vyukov
2013-05-30
runtime: mark runtime.goexit as nosplit
Dmitriy Vyukov
2013-05-28
runtime: allocate internal symbol table eagerly
Dmitriy Vyukov
2013-05-22
runtime: detect deadlocks in programs using cgo
Dmitriy Vyukov
2013-05-20
runtime: zeroize g->fnstart to not prevent GC of the closure
Dmitriy Vyukov
2013-05-19
runtime: properly set G status after syscall
Dmitriy Vyukov
2013-05-18
runtime: fix newproc debugging print
Anthony Martin
2013-04-06
runtime: fix deadlock in network poller
Dmitriy Vyukov
2013-04-06
runtime: reset dangling typed pointer
Dmitriy Vyukov
2013-04-06
runtime: reset typed dangling pointer
Dmitriy Vyukov
2013-03-28
cmd/ld, runtime: restrict stack root scan to locals and arguments
Carl Shapiro
2013-03-21
runtime: faster parallel GC
Dmitriy Vyukov
2013-03-15
runtime: accept GOTRACEBACK=crash to mean 'crash after panic'
Russ Cox
2013-03-12
runtime: add network polling support into scheduler
Dmitriy Vyukov
2013-03-12
runtime: fix deadlock detector false negative
Dmitriy Vyukov
2013-03-08
runtime: clear locked bit when goroutine exits
Russ Cox
2013-03-07
runtime: fix deadlock
Dmitriy Vyukov
2013-03-05
undo CL 7301062 / 9742f722b558
Russ Cox
2013-03-04
runtime: restrict stack root scan to locals and arguments
Carl Shapiro
2013-03-04
runtime: add link to design doc for new scheduler
Russ Cox
2013-03-01
runtime: add atomics to fix arm
Russ Cox
2013-03-01
runtime: start all threads with runtime.mstart
Russ Cox
2013-03-01
runtime: improved scheduler
Dmitriy Vyukov
2013-02-28
runtime/cgo: make symbol naming consistent
Russ Cox
2013-02-27
runtime: more changes in preparation to the new scheduler
Dmitriy Vyukov
2013-02-23
runtime: fix windows cpu profiling
Dmitriy Vyukov
2013-02-23
runtime: implement local work queues (in preparation for new scheduler)
Dmitriy Vyukov
2013-02-23
runtime: minor changes
Dmitriy Vyukov
2013-02-21
cmd/gc, reflect, runtime: switch to indirect func value representation
Russ Cox
2013-02-21
runtime: fix heap corruption
Dmitriy Vyukov
2013-02-21
runtime: split minit() to mpreinit() and minit()
Dmitriy Vyukov
[prev]
[next]