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
/
runtime2.go
Age
Commit message (
Expand
)
Author
2019-04-04
runtime: ring buffer for binary debug logging
Austin Clements
2019-03-29
runtime: rename p racectx field to raceprocctx
Ian Lance Taylor
2019-01-08
runtime: make FuncForPC return the innermost inlined frame
Keith Randall
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-10-03
runtime: on a signal, set traceback address to a deferreturn call
Keith Randall
2018-10-02
runtime: eliminate gchelper mechanism
Austin Clements
2018-10-02
runtime: support disabling goroutine scheduling by class
Austin Clements
2018-08-26
internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2
Martin Möhrmann
2018-08-24
runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars
Martin Möhrmann
2018-08-24
runtime: use internal/cpu variables in assembler code
Martin Möhrmann
2018-08-20
runtime: use gList for gfree lists
Austin Clements
2018-08-20
runtime: replace manually managed G dequeues with a type
Austin Clements
2018-08-14
runtime: go fmt runtime2.go
Martin Möhrmann
2018-06-21
cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction
Wei Xiao
2018-05-25
runtime: remove duplicate cpu feature detection on x86
Martin Möhrmann
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-04-17
cmd/internal/obj/arm, runtime: delete old ARM softfloat code
Cherry Zhang
2018-04-15
runtime: use internal/cpu.X86.HasAVX2 instead of support_avx2
Tobias Klauser
2018-04-13
runtime/traceback: support tracking goroutine ancestor tracebacks with GODEBU...
Eric Daniels
2018-04-11
runtime: use internal/cpu instead of support_avx
Tobias Klauser
2018-04-10
runtime: use internal/cpu in alginit
Meng Zhuo
2018-04-10
runtime: remove support_bmi{1,2}
Tobias Klauser
2018-04-04
runtime: implement aeshash for arm64 platform
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-08
runtime: explain and enforce that _panic values live on the stack
Austin Clements
2018-03-07
runtime: get traceback from VDSO code
Ian Lance Taylor
2018-03-04
internal/bytealg: move Count to bytealg
Keith Randall
2017-12-01
runtime: restore the Go-allocated signal stack in unminit
Austin Clements
2017-11-30
runtime: don't block signals that will kill the program
Ian Lance Taylor
2017-10-30
runtime: buffered write barrier implementation
Austin Clements
2017-10-29
runtime: remove write barriers from newstack, gogo
Austin Clements
2017-10-13
runtime: schedule fractional workers on all Ps
Austin Clements
2017-10-13
runtime: preempt fractional worker after reaching utilization goal
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: make m.nextwaitm an muintptr
Austin Clements
2017-10-11
runtime: don't start new threads from locked threads
Austin Clements
2017-10-05
runtime: make LockOSThread/UnlockOSThread nested
Austin Clements
2017-09-27
runtime: eliminate GOMAXPROCS limit
Austin Clements
2017-09-27
runtime: dynamically allocate allp
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-08-29
runtime: forward crashing signals to late handlers
Elias Naur
2017-08-25
runtime: unify sigTabT type across Unix systems
Ian Lance Taylor
2017-08-15
runtime: move selectdone into g
Daniel Morsing
2017-08-15
runtime: remove link field from itab
Keith Randall
[prev]
[next]