summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: remove darwin/arm specifc codeCherry Zhang2020-09-111-1/+1
* runtime: update docs for GOMAXPROCSipriver2020-09-101-3/+2
* runtime: ignore SIGPROF if profiling disable for threadIan Lance Taylor2020-09-091-0/+7
* runtime: fix ReadMemStatsSlow's and CheckScavengedBits' chunk iterationMichael Anthony Knyszek2020-09-092-7/+23
* runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen2020-09-083-2/+5
* runtime: remove outdated comment in mkduff.go about usage of STOSQMartin Möhrmann2020-09-071-1/+0
* runtime: rotate map key seed on clearing up mapsCuong Manh Le2020-09-074-0/+20
* runtime: opportunistically rotate map key seedBenjamin Barenblat2020-09-031-0/+4
* runtime: add file copyright header declarationHeisenberg2020-09-029-0/+36
* runtime: fix panic if newstack at runtime.acquireLockRankchainhelen2020-09-011-0/+10
* runtime: remove remnants of signal stack workaroundHeisenberg2020-09-011-15/+0
* cmd/compile,runtime: skip zero'ing order array for select statementsCuong Manh Le2020-08-291-0/+1
* runtime: framepointers are no longer an experiment - hard code themKeith Randall2020-08-275-21/+11
* runtime: add lock partial order edge (fin -> wbufSpans)Michael Pratt2020-08-271-1/+1
* cmd/compile: don't allow go:notinheap on the heap or stackKeith Randall2020-08-254-11/+6
* runtime: add test for StorepNoWB param leakingCuong Manh Le2020-08-241-0/+10
* runtime: implement StorepNoWB for wasm in assemblyKeith Randall2020-08-232-8/+15
* cmd/compile: fix checkptr handling of &^Matthew Dempsky2020-08-202-0/+9
* os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor2020-08-191-1/+1
* runtime: don't call setitimer for each threadIan Lance Taylor2020-08-191-11/+10
* runtime: reduce syscall when call runtime.clonecui2020-08-191-13/+21
* runtime: eliminate scase.kind fieldMatthew Dempsky2020-08-181-46/+58
* runtime: split PCs out of scaseMatthew Dempsky2020-08-181-13/+37
* runtime: omit nil-channel cases from selectgo's ordersMatthew Dempsky2020-08-181-39/+27
* runtime: remove scase.releasetime fieldMatthew Dempsky2020-08-181-13/+10
* runtime: add "success" field to sudogMatthew Dempsky2020-08-183-22/+28
* cmd/compile, runtime: mark R12 clobbered for write barrier call on PPC64Cherry Zhang2020-08-181-20/+21
* runtime: move startupRandomData declaration to os_linux.goTobias Klauser2020-08-182-4/+4
* runtime: reduce critical path in injectglistCholerae Hu2020-08-181-6/+11
* all: fix spelling mistakeslihaowei2020-08-181-1/+1
* runtime: bit parallel implementation of findBitRange64Keith Randall2020-08-172-13/+61
* runtime: use bit-parallel operations to compute heap bit summariesKeith Randall2020-08-172-75/+108
* runtime: print faulting instruction on a SIGFPEKeith Randall2020-08-171-1/+1
* runtime: remove tracebackinit and unused skipPCliu-xuewen2020-08-173-35/+0
* runtime: use the CBZ instruction in the assemblerHeisenberg2020-08-173-6/+3
* runtime: clean up old mcentral codeMichael Anthony Knyszek2020-08-178-665/+25
* runtime: clean up old markrootSpansMichael Anthony Knyszek2020-08-174-154/+14
* cmd/link: link dynamic library automaticallyCherry Zhang2020-08-171-6/+0
* runtime: move checkmarks to a separate bitmapAustin Clements2020-08-178-227/+147
* runtime: simplify heapBitsSetType doubleCheckAustin Clements2020-08-171-12/+16
* runtime: replace index and contains with bytealg callsAustin Clements2020-08-175-22/+23
* all: add empty line between copyright header and package clauseTobias Klauser2020-08-173-0/+3
* runtime: use hw.ncpuonline sysctl in getncpu on netbsdTobias Klauser2020-08-171-9/+19
* runtime: update comment: modTimer is called by Timer.Resetzero.xu2020-08-171-1/+1
* runtime: avoid memclr call for keys in mapdelete_fastMartin Möhrmann2020-08-173-3/+35
* all: replace Replace(..., -1) with ReplaceAll(...)Polina Osadcha2020-08-171-1/+1
* crypto,internal/bytealg: fix assembly that clobbers BPKeith Randall2020-08-161-4/+4
* runtime: use riscv64 RDTIME instructionJoel Sing2020-08-161-1/+1
* runtime: do not explicitly exit on ctrl handlerJason A. Donenfeld2020-08-151-5/+0
* runtime: revert signal stack mlockingAustin Clements2020-08-1310-263/+1