1. 6b42016 os, internal/poll: loop on EINTR for all file syscalls by Ian Lance Taylor · 4 years, 7 months ago
  2. bd519d0 runtime: don't call setitimer for each thread by Ian Lance Taylor · 4 years, 9 months ago
  3. 0941fc3 runtime: reduce syscall when call runtime.clone by cui · 4 years, 7 months ago
  4. fe23ba4 runtime: eliminate scase.kind field by Matthew Dempsky · 4 years, 8 months ago
  5. d36bc7d runtime: split PCs out of scase by Matthew Dempsky · 4 years, 8 months ago
  6. 8a984e8 runtime: omit nil-channel cases from selectgo's orders by Matthew Dempsky · 4 years, 8 months ago
  7. 78a1064 runtime: remove scase.releasetime field by Matthew Dempsky · 4 years, 8 months ago
  8. 30a68bf runtime: add "success" field to sudog by Matthew Dempsky · 4 years, 8 months ago
  9. b58d297 cmd/compile, runtime: mark R12 clobbered for write barrier call on PPC64 by Cherry Zhang · 4 years, 7 months ago
  10. 4149493 runtime: move startupRandomData declaration to os_linux.go by Tobias Klauser · 4 years, 7 months ago
  11. 6133883 runtime: reduce critical path in injectglist by Cholerae Hu · 4 years, 10 months ago
  12. 7fbd8c7 all: fix spelling mistakes by lihaowei · 4 years, 7 months ago
  13. 8b8f926 runtime: bit parallel implementation of findBitRange64 by Keith Randall · 4 years, 8 months ago
  14. 4e5ed83 runtime: use bit-parallel operations to compute heap bit summaries by Keith Randall · 4 years, 9 months ago
  15. 88c094c runtime: print faulting instruction on a SIGFPE by Keith Randall · 4 years, 9 months ago
  16. ba97be4 runtime: remove tracebackinit and unused skipPC by liu-xuewen · 4 years, 8 months ago
  17. a61a3c3 runtime: use the CBZ instruction in the assembler by Heisenberg · 4 years, 9 months ago
  18. e6d0bd2 runtime: clean up old mcentral code by Michael Anthony Knyszek · 5 years ago
  19. 260dff3 runtime: clean up old markrootSpans by Michael Anthony Knyszek · 5 years ago
  20. 7ee2622 cmd/link: link dynamic library automatically by Cherry Zhang · 4 years, 7 months ago
  21. d19fedd runtime: move checkmarks to a separate bitmap by Austin Clements · 4 years, 10 months ago
  22. 7148abc runtime: simplify heapBitsSetType doubleCheck by Austin Clements · 4 years, 10 months ago
  23. 7bbd5ca runtime: replace index and contains with bytealg calls by Austin Clements · 4 years, 8 months ago
  24. dc12d5b all: add empty line between copyright header and package clause by Tobias Klauser · 4 years, 7 months ago
  25. d79350b runtime: use hw.ncpuonline sysctl in getncpu on netbsd by Tobias Klauser · 4 years, 11 months ago
  26. 681559e runtime: update comment: modTimer is called by Timer.Reset by zero.xu · 4 years, 7 months ago
  27. f979d07 runtime: avoid memclr call for keys in mapdelete_fast by Martin Möhrmann · 4 years, 11 months ago
  28. 6f99b33 all: replace Replace(..., -1) with ReplaceAll(...) by Polina Osadcha · 4 years, 9 months ago
  29. c6a11f0 crypto,internal/bytealg: fix assembly that clobbers BP by Keith Randall · 4 years, 7 months ago
  30. cf9b4f6 runtime: use riscv64 RDTIME instruction by Joel Sing · 4 years, 11 months ago
  31. c0dded0 runtime: do not explicitly exit on ctrl handler by Jason A. Donenfeld · 4 years, 8 months ago
  32. 92bda33 runtime: revert signal stack mlocking by Austin Clements · 4 years, 8 months ago
  33. ffa9f33 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 7 months ago
  34. a93a4c1 runtime: make nanotime1 reentrant by Cherry Zhang · 4 years, 7 months ago
  35. d9c19a7 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 7 months ago
  36. e4e1c6a [dev.link] add compilation unit index to func by Jeremy Faller · 4 years, 8 months ago
  37. f923374 runtime/race: fix ppc64le build by Keith Randall · 4 years, 8 months ago
  38. e49b230 runtime/race: rebuild some .syso files to remove getauxval dependency by Keith Randall · 4 years, 8 months ago
  39. c4ee16e [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 8 months ago
  40. b56791c runtime: validate candidate searchAddr in pageAlloc.find by Michael Anthony Knyszek · 4 years, 8 months ago
  41. 6ac9914 [dev.link] create runtime.funcnametab by Jeremy Faller · 4 years, 8 months ago
  42. ba9c639 [dev.link] cmd/link: add runtime.pcheader by Jeremy Faller · 4 years, 9 months ago
  43. 6b4dcf1 runtime: hold sched.lock over globrunqputbatch in runqputbatch by Michael Anthony Knyszek · 4 years, 8 months ago
  44. 85afa2e runtime: ensure startm new M is consistently visible to checkdead by Michael Pratt · 4 years, 8 months ago
  45. 9591515 runtime, sync: add copyright headers to new files by Ian Lance Taylor · 4 years, 8 months ago
  46. 71218db runtime: don't mlock on Ubuntu 5.4 systems by Ian Lance Taylor · 4 years, 8 months ago
  47. 4f2a2d7 crypto/x509/internal/macos: rename package to lowercase by Filippo Valsorda · 4 years, 8 months ago
  48. 9699086 runtime: mark OpenBSD raise function nosplit by Ian Lance Taylor · 4 years, 8 months ago
  49. 12c01f7 runtime: ensure arenaBaseOffset makes it into DWARF (for viewcore) by Keith Randall · 4 years, 9 months ago
  50. d1015f3 runtime: don't preempt if preemption is disabled by Cherry Zhang · 4 years, 9 months ago
  51. b486bd8 runtime: fix comment about memequal implementation locations by Cholerae Hu · 4 years, 9 months ago
  52. b424a31 runtime/trace: fix file name in example by Rodolfo Carvalho · 4 years, 9 months ago
  53. af09ff1 runtime, syscall: use local cache for Setenv/Getenv in Plan 9 by Richard Miller · 4 years, 10 months ago
  54. 3dec253 reflect: zero stack slots before writing to them with write barriers by Keith Randall · 4 years, 9 months ago
  55. d286e61 runtime: set g to gsignal before adjustSignalStack by Cherry Zhang · 4 years, 9 months ago
  56. 9340bd6 runtime: avoid lock starvation in TestNetpollBreak on Plan 9 by Richard Miller · 4 years, 9 months ago
  57. 8dae539 runtime: raise alert threshold on window smhasher test by Keith Randall · 4 years, 9 months ago
  58. e92be18 runtime: fix typo in FuncForPC doc by Rodolfo Carvalho · 4 years, 9 months ago go1.15beta1
  59. 619072b runtime: fix typo in comment (object -> objects) by Brad Fitzpatrick · 4 years, 9 months ago
  60. 2cd2ff6 all: avoid awkward wording from CL 236857 by Russ Cox · 4 years, 9 months ago
  61. 886caba runtime: always mark span when marking an object by Austin Clements · 4 years, 9 months ago
  62. 608cdca all: replace usages of whitelist/blacklist and master/slave by Filippo Valsorda · 4 years, 9 months ago
  63. 3c35eec runtime: clarify wording/grammar on GODEBUG=invalidptr by Brad Fitzpatrick · 4 years, 10 months ago
  64. bffb881 all: fix dead links to inferno-os bitbucket repository by Tobias Klauser · 4 years, 10 months ago
  65. 429d2c5 runtime: make runtime-gdb.py tolerant of creatively-named gdb versions by David Chase · 4 years, 10 months ago
  66. 3949cae runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2 by David Chase · 4 years, 10 months ago
  67. 9b90491 runtime: steal timers from running P's by Ian Lance Taylor · 4 years, 11 months ago
  68. ee776b4 runtime: repair slice, string, and channel printing in gdb by David Chase · 4 years, 10 months ago
  69. e05695e runtime: add three new partial orders for lock ranking by Dan Scales · 4 years, 10 months ago
  70. 0452f94 runtime: fix race condition between timer and event handler by Richard Musiol · 5 years ago
  71. 0aed2a4 runtime: no SIGWINCH to pgrp while GDB is running by Michael Pratt · 4 years, 10 months ago
  72. 748533e runtime: check gdb exit status and log output by Michael Pratt · 4 years, 10 months ago
  73. 4abec2a runtime, time: gofmt by Tobias Klauser · 4 years, 10 months ago
  74. 20160b3 runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7 by Joel Sing · 4 years, 10 months ago
  75. ea2de33 runtime: detect and report zombie slots during sweeping by Austin Clements · 4 years, 10 months ago
  76. 11b3730 runtime: disable preemption in startTemplateThread by Michael Pratt · 4 years, 10 months ago
  77. c847589 runtime: synchronize StartTrace and StopTrace with sysmon by Michael Anthony Knyszek · 4 years, 10 months ago
  78. c53b2bd runtime: add a barrier after a new span is allocated by Cherry Zhang · 4 years, 10 months ago
  79. f7f9c8f runtime: allocate fewer bytes during TestEINTR by Bryan C. Mills · 4 years, 10 months ago
  80. dfd613e runtime: don't use (addrRange).subtract in removeGreaterEqual by Michael Anthony Knyszek · 4 years, 10 months ago
  81. bb59a13 runtime: don't enable notes (=signals) too early in Plan 9 by Richard Miller · 4 years, 10 months ago
  82. f474e9e runtime: add a lock partial order edge (assistQueue -> mspanSpecial) by Dan Scales · 4 years, 10 months ago
  83. 5c802c1 runtime: remove flaky "goroutine 2 bt" from gdb test by Josh Bleecher Snyder · 4 years, 10 months ago
  84. 796786c runtime: make maxOffAddr reflect the actual address space upper bound by Michael Anthony Knyszek · 4 years, 10 months ago
  85. ee0d40c runtime: reduce timing sensitivity in TestEINTR by Bryan C. Mills · 4 years, 10 months ago
  86. 8c1db77 internal/poll, os: loop on EINTR by Ian Lance Taylor · 4 years, 10 months ago
  87. c9442dc runtime: fix dead link in gcc_androd.c file by Alberto Donizetti · 4 years, 10 months ago
  88. 8f4be42 runtime: use first line of cpuset output on FreeBSD by Steven Hartland · 4 years, 10 months ago
  89. ea5f9b6 runtime: use offAddr in more parts of the runtime by Michael Anthony Knyszek · 4 years, 11 months ago
  90. d69509f runtime: make addrRange[s] operate on offset addresses by Michael Anthony Knyszek · 4 years, 11 months ago
  91. dba1205 runtime: avoid re-scanning scavenged and untouched memory by Michael Anthony Knyszek · 5 years ago
  92. 55ec518 runtime: remove scavAddr in favor of address ranges by Michael Anthony Knyszek · 5 years ago
  93. 6ffca22 runtime: do not attempt bulkBarrierPreWrite when dst slice length is zero by Martin Möhrmann · 4 years, 10 months ago
  94. 2e455ec runtime: avoid overflow from linearAlloc by Michael Anthony Knyszek · 4 years, 11 months ago
  95. 14ae846 runtime: avoid overflow in (*mheap).grow by Michael Anthony Knyszek · 4 years, 11 months ago
  96. f9640b8 runtime: incorporate Gscan acquire/release into lock ranking order by Dan Scales · 5 years ago
  97. 6f52790 crypto/x509: use Security.framework without cgo for roots on macOS by Filippo Valsorda · 5 years ago
  98. b1760f3 runtime: grow stack more than 2x if the new frame is large by Keith Randall · 5 years ago
  99. 6ed4661 cmd/compile: optimize make+copy pattern to avoid memclr by Martin Möhrmann · 6 years ago
  100. 8516229 runtime: call osyield directly in lockextra by 徐志强 · 5 years ago