summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* runtime: delay exiting while panic is running deferred functionsIan Lance Taylor2017-06-055-4/+87
* runtime: save and restore CR for ppc64leIan Lance Taylor2017-06-052-0/+8
* runtime: avoid division in gcIlya Tocar2017-06-051-1/+3
* runtime: expand acceptable PingPongHog factor from 2 to 5Austin Clements2017-06-051-4/+7
* cmd/compile/internal/gc: speed-up small array comparisonIlya Tocar2017-06-011-2/+0
* runtime: work around NetBSD bug in thread creationBenny Siegert2017-05-311-0/+10
* runtime: fix stack split at bad time when disable inliningWei Xiao2017-05-291-0/+1
* runtime: fix file reference in commentsDmitry Savintsev2017-05-291-1/+1
* runtime/cgo: add TSAN annotations for C sigaction callBryan C. Mills2017-05-261-1/+7
* cmd/cgo, runtime/cgo: add docs for TSAN interactionIan Lance Taylor2017-05-261-0/+5
* runtime: accept non-monotonic arena allocation on 32-bitAustin Clements2017-05-252-29/+61
* runtime: fix ppc64le c-archive initIan Lance Taylor2017-05-241-0/+3
* runtime: use pselect6 for usleep on linux/386Austin Clements2017-05-231-2/+5
* runtime: remove unused copies of special stack guardsAustin Clements2017-05-231-9/+0
* runtime: fix stackCache=0 debug modeAustin Clements2017-05-231-6/+5
* runtime: fix stackFromSystem returning memoryAustin Clements2017-05-231-1/+2
* runtime: don't corrupt arena bounds on low mmapAustin Clements2017-05-231-1/+13
* runtime: use pselect6 for usleep on linux/amd64 and linux/armAustin Clements2017-05-192-5/+11
* runtime/pprof: don't produce 0 location in count profilesAustin Clements2017-05-171-1/+5
* runtime/pprof: deflake TestGoroutineCountsCarl Henrik Lunde2017-05-171-0/+4
* runtime: mmap(2) on Solaris & Illumos can return EAGAIN.Sean Chittenden2017-05-161-2/+3
* runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0"Cherry Zhang2017-05-161-17/+17
* cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructionsCherry Zhang2017-05-161-22/+16
* runtime/pprof: expand inlined frames in symbolized proto profilesAustin Clements2017-05-154-43/+91
* runtime/pprof: clean up call/return PCs in memory profilesAustin Clements2017-05-154-9/+16
* runtime: doubly fix "double wakeup" panicAustin Clements2017-05-121-1/+1
* runtime: print debug info on "base out of range"Austin Clements2017-05-121-0/+1
* runtime: remove unused cpuid_X variablesMartin Möhrmann2017-05-104-15/+0
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-101-21/+0
* runtime/pprof: deflake TestGoroutineCountsAustin Clements2017-05-091-10/+9
* runtime: clean redundant call of environ functionfeilengcui0082017-05-031-1/+1
* runtime: don't panic for bad size hint in hashmapFilip Gruszczynski2017-05-022-3/+10
* runtime: refactor cpu feature detection for 386 & amd64Martin Möhrmann2017-05-019-94/+243
* runtime: use 64 bit calculation in overLoadFactorJosh Bleecher Snyder2017-05-011-1/+1
* runtime: reduce Windows timer resolution when idleAustin Clements2017-04-293-1/+31
* runtime/pprof: use symbol information already in profile in testsAustin Clements2017-04-281-36/+37
* runtime: make _TinySizeClass an int8 to prevent use as spanClassAustin Clements2017-04-282-2/+2
* runtime: eliminate heapBitsSetTypeNoScanAustin Clements2017-04-282-10/+6
* runtime: eliminate heapBits.hasPointersAustin Clements2017-04-282-13/+2
* runtime: separate spans of noscan objectsAustin Clements2017-04-2811-52/+93
* runtime: document runtime.Frames betterAustin Clements2017-04-281-10/+21
* runtime/pprof: propagate profile labels into profile protoMichael Matloob2017-04-282-5/+39
* runtime: fix profile handling of labels for race detectorRuss Cox2017-04-282-0/+21
* runtime/pprof: ignore dummy huge page mapping in /proc/self/mapsRuss Cox2017-04-262-3/+21
* runtime/pprof: add /proc/self/maps parsing testRuss Cox2017-04-262-97/+52
* runtime: align mcentral by cache line sizeAliaksandr Valialkin2017-04-261-1/+1
* runtime: adjust netpoll panic messagesMikio Hara2017-04-255-35/+36
* all: remove some unused parameters in test codeDaniel Martí2017-04-251-3/+3
* runtime: ignore TestCgoPprofPIE test failures on Alpine (take 2)Brad Fitzpatrick2017-04-251-1/+1
* runtime: simplify detection of preference to use AVX memmoveMartin Möhrmann2017-04-257-91/+31