summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* [dev.typealias] all: merge go1.8.3 into dev.typealiasdev.typealiasRuss Cox2017-06-146-9/+31
|\
| * [release-branch.go1.8] runtime: use pselect6 for usleep on linux/386Austin Clements2017-05-231-2/+5
| * [release-branch.go1.8] runtime: use pselect6 for usleep on linux/amd64 and li...Austin Clements2017-05-232-5/+11
| * [release-branch.go1.8] runtime: don't corrupt arena bounds on low mmapAustin Clements2017-05-231-1/+13
| * [release-branch.go1.8] runtime: doubly fix "double wakeup" panicAustin Clements2017-05-231-1/+1
| * [release-branch.go1.8] runtime: print debug info on "base out of range"Austin Clements2017-05-231-0/+1
* | [dev.typealias] dev.typealias: merge go1.8.1 into dev.typealiasRuss Cox2017-04-106-5/+100
|\ \ | |/
| * [release-branch.go1.8] runtime: print user stack on other threads during GOTR...Austin Clements2017-04-053-1/+87
| * [release-branch.go1.8] cmd/compile,runtime: fix atomic And8 for mipsleVladimir Stefanovic2017-04-051-0/+6
| * [release-branch.go1.8] runtime: avoid O(n) semaphore list walk in contention ...Russ Cox2017-02-271-0/+1
| * [release-branch.go1.8] runtime: do not call wakep from enlistWorker, to avoid...Russ Cox2017-02-161-4/+6
* | [dev.typealias] all: merge go1.8 into dev.typealiasRuss Cox2017-02-1612-15/+103
|\ \ | |/
| * runtime: add explicit (void) in C to avoid GCC 7 problemIan Lance Taylor2017-01-302-4/+4
| * runtime: reorder modules so main.main comes firstDavid Crawshaw2017-01-251-0/+19
| * cmd/link: mark DWARF function symbols as reachableIan Lance Taylor2017-01-241-2/+20
| * runtime: amd64, use 4-byte ops for memmove of 4 bytesKeith Randall2017-01-232-2/+28
| * runtime: check for nil g and m in msanreadBryan C. Mills2017-01-191-1/+3
| * runtime: force workers out before checking mark rootsAustin Clements2017-01-181-2/+10
| * runtime: for plugins, don't add duplicate itabsKeith Randall2017-01-171-1/+3
| * runtime: avoid clobbering C callee-save register in cgoSigtrampBryan C. Mills2017-01-121-2/+2
| * runtime: debug prints for spanBytesAlloc underflowAustin Clements2017-01-101-1/+4
| * cmd/compile: insert scheduling checks on loop backedgesDavid Chase2017-01-091-0/+10
* | [dev.typealias] cmd/compile, reflect: fix struct field names for embedded byt...Russ Cox2017-01-252-5/+9
|/
* runtime: add table of size classes in a commentAustin Clements2017-01-082-0/+84
* all: fix misspellingsshawnps2017-01-071-2/+2
* runtime: fix corruption crash/race between select and stack growthRuss Cox2017-01-061-4/+65
* runtime: expand HACKING.mdAustin Clements2017-01-061-3/+136
* runtime: update big mgc.go commentAustin Clements2017-01-061-63/+66
* runtime: use 4K as the boundary of legal pointersAustin Clements2017-01-062-1/+8
* crypto: detect BMI usability on AMD64 for sha1 and sha256Lion Yang2017-01-052-1/+16
* runtime: check sched_getaffinity return valueMichael Marineau2017-01-031-0/+3
* runtime: fix SP alignment in mips{,le} sigfwdVladimir Stefanovic2017-01-031-1/+1
* runtime: document MemStats.BySize fieldsAustin Clements2016-12-231-2/+13
* runtime: skip floating point hardware check on AndroidElias Naur2016-12-221-0/+6
* runtime: avoid CreateThread panic when exiting processAustin Clements2016-12-211-0/+12
* runtime: avoid incorrect panic when a signal arrives during STWAustin Clements2016-12-201-6/+26
* runtime: use mincore to detect physical page size as last resort on AndroidShenghou Ma2016-12-191-0/+20
* runtime: clean up and improve reflect.methodValue commentsAustin Clements2016-12-191-1/+2
* cmd/compile, runtime: a different approach to duplicate itabsMichael Hudson-Doyle2016-12-192-6/+10
* runtime: cross-reference _func type betterAustin Clements2016-12-161-1/+1
* runtime/pprof: fix spelling in testKevin Burke2016-12-161-1/+1
* runtime/pprof: deflake tests for heavily loaded systemsIan Lance Taylor2016-12-161-1/+5
* runtime: preserve callee-saved C registers in sigtrampBryan C. Mills2016-12-158-25/+147
* runtime: fix mips assemblyCherry Zhang2016-12-151-1/+1
* runtime: add cgo support for GOARCH=mips{,le}Vladimir Stefanovic2016-12-147-24/+422
* cmd/link: do not export plugin C symbolsDavid Crawshaw2016-12-141-0/+32
* runtime: correct writebarrier typosEuan Kemp2016-12-141-2/+2
* runtime: don't crash if signal delivered on g0 stackIan Lance Taylor2016-12-121-18/+70
* runtime, syscall: update openbsd for changes to syskillJoel Sing2016-12-123-10/+13
* runtime/pprof: track locations for goroutine profilesRaul Silvera2016-12-091-1/+11