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-01-11
runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary
Ian Lance Taylor
2016-01-09
runtime: for c-archive/c-shared, install signal handlers synchronously
Ian Lance Taylor
2016-01-08
Revert "runtime: make NumGoroutine and Stack agree not to include system goro...
Russ Cox
2016-01-08
runtime: make NumGoroutine and Stack agree not to include system goroutines
Russ Cox
2016-01-07
runtime: fix sigprof stack barrier locking
Austin Clements
2016-01-07
runtime: don't ignore success of cgo profiling tracebacks
Austin Clements
2016-01-06
runtime: set new m signal mask to program startup mask
Ian Lance Taylor
2016-01-06
runtime: call msanwrite on object passed to runtime/cgo
Ian Lance Taylor
2015-12-18
runtime: require the stack barrier lock to traceback cgo and libcalls
Austin Clements
2015-12-16
cmd/dist, runtime: make runtime version available as runtime.buildVersion
Shenghou Ma
2015-12-15
runtime: only trigger forced GC if GC is not running
Austin Clements
2015-12-15
runtime: simplify sigprof traceback interlocking
Austin Clements
2015-12-11
runtime: remove unnecessary wakeups of worker threads
Dmitry Vyukov
2015-12-11
runtime: fix GODEBUG=schedtrace=X delay handling.
Rahul Chaudhry
2015-11-19
runtime: recursively disallow write barriers in sysmon
Austin Clements
2015-11-19
cmd/compile: special case nowritebarrierrec for allocm
Austin Clements
2015-11-19
runtime: prevent sigprof during all stack barrier ops
Austin Clements
2015-11-18
runtime: fix bad signal stack when using cgo-created threads and async signals
Russ Cox
2015-11-12
cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe...
Michael Hudson-Doyle
2015-11-12
runtime: make SIGPROF skip stacks that are being copied
Austin Clements
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-12
runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)
Matthew Dempsky
2015-11-11
runtime: never allocate new M when jumping time forward
Austin Clements
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-11-05
runtime: remove background GC goroutine and mark barriers
Austin Clements
2015-11-05
runtime: decentralize mark done and mark termination
Austin Clements
2015-11-05
runtime: don't start idle mark workers when barriers are cleared
Austin Clements
2015-11-05
runtime: beginning of decentralized off->mark transition
Austin Clements
2015-11-03
runtime: change p.runq from []*g to []guintptr
Austin Clements
2015-10-22
runtime: prune some dead variables
Matthew Dempsky
2015-10-21
runtime, syscall: add calls to msan functions
Ian Lance Taylor
2015-10-19
runtime: merge proc1.go -> proc.go
Nodir Turakulov
2015-08-05
runtime: don't recheck heap trigger for periodic GC
Austin Clements
2015-07-09
runtime: make sysmon-triggered GC concurrent
Austin Clements
2015-06-19
runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall
Alex Brainman
2015-06-18
runtime: remove cgocall and asmcgocall
Alex Brainman
2015-05-18
runtime: factor stoptheworld/starttheworld pattern
Austin Clements
2015-04-20
runtime: replace func-based write barrier skipping with type-based
Russ Cox
2015-04-17
runtime: do not run main when buildmode=c-shared
David Crawshaw
2015-04-14
runtime: make cgocallback wait on package init
David Crawshaw
2015-04-09
runtime: add isarchive, set by the linker
David Crawshaw
2015-04-03
runtime: initialize shared library at library-load time
Srdjan Petrovic
2015-04-02
runtime: update gctrace line for new garbage collector
Austin Clements
2015-03-28
os: give race detector chance to override Exit(0)
Dmitry Vyukov
2015-03-10
runtime: remove runtime frames from stacks in traces
Dmitry Vyukov
2015-03-05
runtime: start GC background sweep eagerly
Russ Cox
2015-03-05
runtime: apply comments from CL 3742
Russ Cox
2015-03-04
runtime: bound sudog cache
Dmitry Vyukov
2015-02-20
runtime: tidy GC driver
Russ Cox
2015-02-13
runtime: cleanup after conversion to Go
Dmitry Vyukov
[prev]
[next]