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
2019-04-22
runtime: error formatting fix
Austin Clements
2019-04-12
runtime: delete unused isscanstatus function
Austin Clements
2019-04-11
runtime: abstract initializing and destroying Ps out of procresize
Austin Clements
2019-04-09
runtime: preempt a goroutine which calls a lot of short system calls
Andrei Vagin
2019-04-05
runtime: use acquirem/releasem more widely
Austin Clements
2019-03-29
runtime: rename p racectx field to raceprocctx
Ian Lance Taylor
2019-03-26
runtime: improve sigtramp on aix/ppc64 to handle SIGPROF
Clément Chigot
2019-03-18
cmd/compile: reorganize init functions
Keith Randall
2019-01-03
runtime: don't scan go'd function args past length of ptr bitmap
Keith Randall
2019-01-03
runtime: skip stack barrier copy when there are no pointers
Inada Naoki
2018-12-19
runtime: don't clear lockedExt on locked M when G exits
Michael Anthony Knyszek
2018-12-10
runtime: fix CGO traceback frame count
Mark Pulford
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-14
internal/cpu: move GODEBUGCPU options into GODEBUG
Martin Möhrmann
2018-11-14
runtime: make processor capability variable naming platform specific
Martin Möhrmann
2018-11-10
runtime: ensure m.p is never stale
Nikhil Benesch
2018-11-10
all: add support for synchronous callbacks to js/wasm
Richard Musiol
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
runtime, time: refactor startNano handling
Dmitry Vyukov
2018-10-28
runtime: support GODEBUGCPU for more Unix-like operating systems
Martin Möhrmann
2018-10-23
cmd/compile, runtime: add new lightweight atomics for ppc64x
Carlos Eduardo Seo
2018-10-12
internal/cpu: enable support for GODEBUGCPU in non-experimental builds
Martin Möhrmann
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-03
runtime: add AIX operating system
Clément Chigot
2018-10-02
runtime: eliminate gchelper mechanism
Austin Clements
2018-10-02
runtime: flush mcaches lazily
Austin Clements
2018-10-02
runtime: support disabling goroutine scheduling by class
Austin Clements
2018-10-02
runtime: add a more stable isSystemGoroutine mode
Austin Clements
2018-10-02
runtime: remove gcStart's mode argument
Austin Clements
2018-08-26
internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2
Martin Möhrmann
2018-08-24
runtime: use internal/cpu variables in assembler code
Martin Möhrmann
2018-08-22
runtime: remove unused function casp
Ian Lance Taylor
2018-08-22
runtime: replace calls to hasprefix with hasPrefix
Martin Möhrmann
2018-08-21
runtime: don't use linkname to refer to internal/cpu
Ian Lance Taylor
2018-08-20
runtime: use gList for injectglist
Austin Clements
2018-08-20
runtime: use gList for gfree lists
Austin Clements
2018-08-20
runtime: use gList in netpoll
Austin Clements
2018-08-20
runtime: replace manually managed G dequeues with a type
Austin Clements
2018-07-02
runtime: query thread stack size from OS on Windows
Austin Clements
2018-06-21
cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction
Wei Xiao
2018-06-14
runtime, sycall/js: add support for callbacks from JavaScript
Richard Musiol
2018-06-08
runtime: fix pprof livelock on arm
philhofer
2018-06-07
runtime: fix typo in runqput comment
cch123
2018-06-05
runtime: handle windows callback on non-go thread
Bill Zissimopoulos
2018-06-04
runtime: fix typo in the templateThread godoc
cch123
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-29
runtime: fix typo in comment for cpuinit
Tobias Klauser
2018-05-25
runtime: remove duplicate cpu feature detection on x86
Martin Möhrmann
2018-05-22
internal/cpu: add experiment to disable CPU features with GODEBUGCPU
Martin Möhrmann
2018-05-21
cmd/link,runtime: move syscalls to libc on iOS
Elias Naur
[prev]
[next]