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
2017-08-29
all: join some chained ifs to unindent code
Daniel Martí
2017-08-25
runtime: capture runtimeInitTime after nanotime is initialized
Austin Clements
2017-08-15
runtime: move selectdone into g
Daniel Morsing
2017-08-15
runtime: make STW duration more accurate
Austin Clements
2017-07-26
runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}
Vladimir Stefanovic
2017-07-20
runtime: don't call libc sigaction function in forked child
Ian Lance Taylor
2017-07-07
runtime: use next timer to decide whether to relax
Austin Clements
2017-07-07
runtime: delay before osRelaxing
Austin Clements
2017-06-28
runtime: use rwmutex for execLock
Austin Clements
2017-06-20
runtime, syscall: workaround for bug in Linux's execve
John R. Lenton
2017-06-14
runtime, syscall: reset signal handlers to default in child
Ian Lance Taylor
2017-06-14
runtime: move pdesc into p
Austin Clements
2017-06-13
runtime: clean up some silly allp loops
Austin Clements
2017-06-07
runtime: mark extra M's G as dead when not in use
Austin Clements
2017-06-05
runtime: delay exiting while panic is running deferred functions
Ian Lance Taylor
2017-04-29
runtime: reduce Windows timer resolution when idle
Austin Clements
2017-03-31
runtime: generalize GC trigger
Austin Clements
2017-03-31
runtime: check transition condition before triggering periodic GC
Austin Clements
2017-03-24
runtime: access _cgo_yield indirectly
Cherry Zhang
2017-03-16
runtime: remove unused g parameter
Daniel Martí
2017-03-15
runtime: make GOTRACEBACK=crash crash promptly in cgo binaries
Austin Clements
2017-03-09
runtime: fix _cgo_yield usage with sysmon and on BSD
Bryan C. Mills
2017-03-08
runtime: poll libc to deliver signals under TSAN
Bryan C. Mills
2017-03-08
cmd/compile: check loop rescheduling with stack bound, not counter
David Chase
2017-03-06
runtime: avoid repeated findmoduledatap calls
Austin Clements
2017-02-24
runtime/pprof: use new profile buffers for CPU profiling
Russ Cox
2017-02-24
runtime: do not allocate on every time.Sleep
Russ Cox
2017-02-17
sync: make Mutex more fair
Dmitry Vyukov
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2017-02-14
runtime: remove g.stackAlloc
Austin Clements
2017-02-14
runtime: remove stack barriers
Austin Clements
2017-02-14
runtime: remove rescan list
Austin Clements
2017-02-14
runtime: speed up fastrand() % n
Josh Bleecher Snyder
2017-02-09
runtime: enable/disable SIGPROF if needed when profiling
Ian Lance Taylor
2017-02-09
time: optimize Now on darwin, windows
Russ Cox
2017-02-06
runtime: add definitions for SetGoroutineLabels and Do
Michael Matloob
2017-01-09
cmd/compile: insert scheduling checks on loop backedges
David Chase
2016-12-20
runtime: avoid incorrect panic when a signal arrives during STW
Austin Clements
2016-11-20
runtime: wake idle Ps when enqueuing GC work
Austin Clements
2016-11-20
runtime: exit idle worker if there's higher-priority work
Austin Clements
2016-11-11
runtime: fix Windows profiling crash
Russ Cox
2016-11-02
runtime: address comments from CL 32357
David Crawshaw
2016-11-01
runtime: access modules via a slice
David Crawshaw
2016-11-01
runtime: improve atoi implementation
Martin Möhrmann
2016-10-28
runtime: perform write barrier before pointer write
Austin Clements
2016-10-28
runtime: eliminate write barriers from save
Austin Clements
2016-10-28
runtime: eliminate write barriers from dropg
Austin Clements
2016-10-28
runtime: shade stack-to-stack copy when starting a goroutine
Austin Clements
2016-10-28
runtime: zero-initialize LR on new stacks
Austin Clements
2016-10-28
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
Austin Clements
[prev]
[next]