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
Age
Commit message (
Expand
)
Author
2019-12-16
runtime: do not use PowerRegisterSuspendResumeNotification on systems with "p...
Jason A. Donenfeld
2019-12-13
runtime: fix off-by-1 error on address ranges
Cherry Zhang
2019-12-12
runtime: force segv for nil defer function to be in deferreturn()
Dan Scales
2019-12-11
runtime: use inUse ranges to map in summary memory only as needed
Michael Anthony Knyszek
2019-12-11
runtime: track ranges of address space which are owned by the heap
Michael Anthony Knyszek
2019-12-11
runtime: syscall_forkx on Solaris can return error on success
Andrew Stormont
2019-12-10
runtime: use MRS instruction to read system registers on freebsd/arm64
Tobias Klauser
2019-12-10
all: fix a number of misuses of the word "an"
Daniel Martí
2019-12-09
runtime: use mprotect in sysMap for aix/ppc64
Clément Chigot
2019-12-09
runtime/race: correct typo s/is/in
Muhammad Falak R Wani
2019-12-09
runtime: suggest more kernel options for mlock failure
Mark Pulford
2019-12-09
runtime: mlock top of signal stack on both amd64 and 386
Austin Clements
2019-12-06
runtime: give useful failure message on mlock failure
Austin Clements
2019-12-06
runtime: add Gosched to TestSelectStackAdjust loop
Ian Lance Taylor
2019-12-06
cmd/compile: mark empty block preemptible
Cherry Zhang
2019-12-05
runtime: remove comment about gcCopySpans()
Johan Jansson
2019-12-05
runtime: mlock top of signal stack on Linux 5.2–5.4.1
Austin Clements
2019-12-05
runtime: add a simple version number parser
Austin Clements
2019-12-03
runtime: convert page allocator bitmap to sparse array
Michael Anthony Knyszek
2019-12-03
runtime: treat call from runtime as transient in TestDebugCall
Ian Lance Taylor
2019-12-02
runtime: use current P's race context in timer code
Ian Lance Taylor
2019-11-28
runtime: on plan9 don't return substitute address for sysReserve
Richard Miller
2019-11-27
runtime: ready scavenger without next
Michael Anthony Knyszek
2019-11-27
runtime: reset scavenge address in scavengeAll
Michael Anthony Knyszek
2019-11-27
runtime: print more information on stack overflow
Cherry Zhang
2019-11-27
cmd/internal/obj, runtime: use register map to mark unsafe points
Cherry Zhang
2019-11-26
runtime: disable async preemption on darwin/arm(64) if no cgo
Cherry Zhang
2019-11-25
runtime: add go:nosplit to cgo_mmap.go:mmap() and sys_darwin.go:mmap()
Dan Scales
2019-11-23
syscall/js: handle interleaved functions correctly
Richard Musiol
2019-11-22
runtime: release worldsema before Gosched in STW GC mode
Michael Anthony Knyszek
2019-11-22
runtime: increase TestPhysicalMemoryUtilization threshold
Michael Anthony Knyszek
2019-11-22
runtime/pprof: avoid crash due to truncated stack traces
Hana Kim
2019-11-21
runtime: relax TestAsyncPreempt
Cherry Zhang
2019-11-20
runtime: support preemption on windows/{386,amd64}
Austin Clements
2019-11-20
runtime: ensure thread handle is valid in profileloop1
Austin Clements
2019-11-20
runtime: move m.thread to mOS
Austin Clements
2019-11-20
runtime: disable GDB tests on AIX with -short
Clément Chigot
2019-11-19
runtime, time: remove old timer code
Ian Lance Taylor
2019-11-19
runtime: release timersLock while running timer
Ian Lance Taylor
2019-11-18
runtime: always use Go signal stack in non-cgo program
Cherry Zhang
2019-11-18
runtime: remove stray errno check from TestSignalM
Tom Thorogood
2019-11-16
runtime: add arenaBaseOffset on aix/ppc64
Clément Chigot
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-15
runtime: check summary before scavenging in fast path
Michael Anthony Knyszek
2019-11-15
runtime: crash if a signal is received with bad G and no extra M
Cherry Zhang
2019-11-14
runtime/pprof: fix the inlined frame merge logic
Hana Kim
2019-11-13
runtime: acquire timersLocks around moveTimers
Ian Lance Taylor
2019-11-13
runtime: fix typo in deferprocStack's comments
ZYunH
2019-11-12
runtime: enable async preemption on darwin/arm64
Cherry Zhang
2019-11-12
runtime: consistently seed fastrand state across archs
Carlo Alberto Ferraris
[next]