1. 3949cae runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2 by David Chase · 4 years, 8 months ago
  2. 9b90491 runtime: steal timers from running P's by Ian Lance Taylor · 4 years, 9 months ago
  3. ee776b4 runtime: repair slice, string, and channel printing in gdb by David Chase · 4 years, 8 months ago
  4. e05695e runtime: add three new partial orders for lock ranking by Dan Scales · 4 years, 8 months ago
  5. 0452f94 runtime: fix race condition between timer and event handler by Richard Musiol · 4 years, 9 months ago
  6. 0aed2a4 runtime: no SIGWINCH to pgrp while GDB is running by Michael Pratt · 4 years, 8 months ago
  7. 748533e runtime: check gdb exit status and log output by Michael Pratt · 4 years, 8 months ago
  8. 4abec2a runtime, time: gofmt by Tobias Klauser · 4 years, 8 months ago
  9. 20160b3 runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7 by Joel Sing · 4 years, 8 months ago
  10. ea2de33 runtime: detect and report zombie slots during sweeping by Austin Clements · 4 years, 8 months ago
  11. 11b3730 runtime: disable preemption in startTemplateThread by Michael Pratt · 4 years, 9 months ago
  12. c847589 runtime: synchronize StartTrace and StopTrace with sysmon by Michael Anthony Knyszek · 4 years, 8 months ago
  13. c53b2bd runtime: add a barrier after a new span is allocated by Cherry Zhang · 4 years, 8 months ago
  14. f7f9c8f runtime: allocate fewer bytes during TestEINTR by Bryan C. Mills · 4 years, 8 months ago
  15. dfd613e runtime: don't use (addrRange).subtract in removeGreaterEqual by Michael Anthony Knyszek · 4 years, 8 months ago
  16. bb59a13 runtime: don't enable notes (=signals) too early in Plan 9 by Richard Miller · 4 years, 8 months ago
  17. f474e9e runtime: add a lock partial order edge (assistQueue -> mspanSpecial) by Dan Scales · 4 years, 8 months ago
  18. 5c802c1 runtime: remove flaky "goroutine 2 bt" from gdb test by Josh Bleecher Snyder · 4 years, 8 months ago
  19. 796786c runtime: make maxOffAddr reflect the actual address space upper bound by Michael Anthony Knyszek · 4 years, 8 months ago
  20. ee0d40c runtime: reduce timing sensitivity in TestEINTR by Bryan C. Mills · 4 years, 8 months ago
  21. 8c1db77 internal/poll, os: loop on EINTR by Ian Lance Taylor · 4 years, 9 months ago
  22. c9442dc runtime: fix dead link in gcc_androd.c file by Alberto Donizetti · 4 years, 9 months ago
  23. 8f4be42 runtime: use first line of cpuset output on FreeBSD by Steven Hartland · 4 years, 9 months ago
  24. ea5f9b6 runtime: use offAddr in more parts of the runtime by Michael Anthony Knyszek · 4 years, 9 months ago
  25. d69509f runtime: make addrRange[s] operate on offset addresses by Michael Anthony Knyszek · 4 years, 9 months ago
  26. dba1205 runtime: avoid re-scanning scavenged and untouched memory by Michael Anthony Knyszek · 5 years ago
  27. 55ec518 runtime: remove scavAddr in favor of address ranges by Michael Anthony Knyszek · 5 years ago
  28. 6ffca22 runtime: do not attempt bulkBarrierPreWrite when dst slice length is zero by Martin Möhrmann · 4 years, 9 months ago
  29. 2e455ec runtime: avoid overflow from linearAlloc by Michael Anthony Knyszek · 4 years, 9 months ago
  30. 14ae846 runtime: avoid overflow in (*mheap).grow by Michael Anthony Knyszek · 4 years, 9 months ago
  31. f9640b8 runtime: incorporate Gscan acquire/release into lock ranking order by Dan Scales · 4 years, 9 months ago
  32. 6f52790 crypto/x509: use Security.framework without cgo for roots on macOS by Filippo Valsorda · 4 years, 10 months ago
  33. b1760f3 runtime: grow stack more than 2x if the new frame is large by Keith Randall · 4 years, 10 months ago
  34. 6ed4661 cmd/compile: optimize make+copy pattern to avoid memclr by Martin Möhrmann · 6 years ago
  35. 8516229 runtime: call osyield directly in lockextra by 徐志强 · 5 years ago
  36. 94e61ab runtime/runtime2: pack the sudog struct by Aaron Patterson · 5 years ago
  37. ee33038 cmd/internal/obj, runtime: preempt & restart some instruction sequences by Cherry Zhang · 5 years ago
  38. 4daf871 runtime: use correct truncated constants for float conversion by Agniva De Sarker · 4 years, 9 months ago
  39. 01a9cf8 runtime: correct waitReasonForceGGIdle to waitResonForceGCIdle by geedchin · 4 years, 9 months ago
  40. a1ffbe9 runtime: mark riscv64 goexit with TOPFRAME by Joel Sing · 4 years, 9 months ago
  41. a81bc8e runtime: add one extra lock ranking partial edge by Dan Scales · 4 years, 9 months ago
  42. fffe622 runtime/race: rebuild race detector .syso files by Keith Randall · 4 years, 9 months ago
  43. e1d1684 runtime/race: fix comment in select_test.TestNoRaceSelect1 by cncal · 4 years, 9 months ago
  44. 0f8feca runtime: add scavenge -> traceBuf to lock partial order by Michael Anthony Knyszek · 4 years, 9 months ago
  45. 2491c5f runtime: wake scavenger and update address on sweep done by Michael Anthony Knyszek · 5 years ago
  46. c791537 runtime: make the scavenger's pacing logic more defensive by Michael Anthony Knyszek · 4 years, 9 months ago
  47. 4e00b4c runtime: move condition into wakep by Austin Clements · 4 years, 9 months ago
  48. 9d812cf cmd/compile,runtime: stack maps only at calls, remove register maps by Austin Clements · 4 years, 9 months ago
  49. 57d7513 runtime: use conservative scanning for debug calls by Austin Clements · 4 years, 9 months ago
  50. 3633d2c runtime: perform debug call injection on a new goroutine by Austin Clements · 4 years, 9 months ago
  51. b3863fb runtime: make newproc1 not start the goroutine by Austin Clements · 4 years, 9 months ago
  52. 197a2a3 runtime/pprof: fix units of MaxRSS on Linux by Austin Clements · 4 years, 9 months ago
  53. 45cd312 runtime: fix debuglog traceback printing off-by-one by Austin Clements · 5 years ago
  54. 39380e8 runtime: fix block leak due to race in span set by Michael Anthony Knyszek · 4 years, 9 months ago
  55. 0ddde4a runtime: flush mcaches to mcentral before reading memstats by Michael Anthony Knyszek · 4 years, 9 months ago
  56. 287d1ec runtime: ensure allocToCache updates searchAddr in a valid way by Michael Anthony Knyszek · 4 years, 9 months ago
  57. 1067ab0 runtime: added several new lock-rank partial order edges by Dan Scales · 4 years, 9 months ago
  58. 08bf64a runtime: bound small object sweeping to 100 spans when allocating by Michael Anthony Knyszek · 4 years, 9 months ago
  59. a136919 runtime: add new mcentral implementation by Michael Anthony Knyszek · 5 years ago
  60. 9582b6e runtime: implement the spanSet data structure by Michael Anthony Knyszek · 5 years ago
  61. d1798d5 runtime: manage a pool of spanSetBlocks and free them eagerly by Michael Anthony Knyszek · 5 years ago
  62. 8af8fa9 runtime: add spanSet data structure by Michael Anthony Knyszek · 5 years ago
  63. 1cc46d3 runtime: sleep in TestSegv program to let signal be delivered by Ian Lance Taylor · 4 years, 9 months ago
  64. 939379f runtime: fix TestDeferWithRepeatedRepanics and TestIssue37688 to be less chatty by Dan Scales · 4 years, 9 months ago
  65. 0a00926 runtime: fix bad link to issue tracker in test by Alberto Donizetti · 4 years, 9 months ago
  66. 38c2c12 runtime/pprof: plumb labels for goroutine profiles by David Finkel · 5 years ago
  67. e5bd6e1 runtime: crash on SI_USER SigPanic signal by Ian Lance Taylor · 4 years, 9 months ago
  68. eacdf76 runtime: add bitmap-based markrootSpans implementation by Michael Anthony Knyszek · 5 years ago
  69. 300ff5d runtime: allow proflock and mheap.speciallock above globalAlloc.mutex by Michael Pratt · 4 years, 9 months ago
  70. 099c611 Revert "runtime/pprof: speed up CPU profiling shutdown" by Josh Bleecher Snyder · 4 years, 9 months ago
  71. 876c1fe test/codegen, runtime/pprof, runtime: apply fmt by alex-semenyuk · 4 years, 9 months ago
  72. 2edd351 runtime: skip TestBigGOMAXPROCS if it runs out of memory by Ian Lance Taylor · 4 years, 9 months ago
  73. 1f0738c runtime/pprof: speed up CPU profiling shutdown by Josh Bleecher Snyder · 5 years ago
  74. 646b4ac runtime: explictly state lock ordering direction by Michael Pratt · 4 years, 9 months ago
  75. 2ff1e3e net/http/pprof: support the "seconds" param for block, mutex profiles by Hana Kim · 5 years ago
  76. 7ea40f6 runtime: use mcache0 if no P in profilealloc by Ian Lance Taylor · 4 years, 9 months ago
  77. 4eaf855 runtime: clean up now unused pushCallSupported by Joel Sing · 4 years, 9 months ago
  78. 2a029b3 runtime: tidy Context allocation by Austin Clements · 5 years ago
  79. b89f4c6 runtime: add async preemption support on riscv64 by Quey-Liang Kao · 4 years, 9 months ago
  80. 03ba6b0 runtime: prevent preemption while releasing worldsema in gcStart by Michael Anthony Knyszek · 4 years, 9 months ago
  81. ce52871 runtime/pprof: clarify recursive inline heuristic by Michael Pratt · 4 years, 10 months ago
  82. 796475c runtime/pprof: try to use real stack in TestTryAdd by Michael Pratt · 4 years, 10 months ago
  83. 3afa741 runtime/race: rebuild netbsd .syso by Keith Randall · 4 years, 9 months ago
  84. 245409e runtime: replace the type of netpollWakeSig from a uintptr to a uint32 by Andy Pan · 4 years, 10 months ago
  85. 7c0ee11 test: deflaking measures for runtime gdb test by Than McIntosh · 4 years, 10 months ago
  86. 98b6c6a cmd/compile: do not allocate bucket for non-escaping map by Cuong Manh Le · 4 years, 10 months ago
  87. b6feb03 cmd/compile,runtime: pass only ptr and len to some runtime calls by Josh Bleecher Snyder · 5 years ago
  88. b4bb47d runtime: simplify typedmemmovepartial by Ian Lance Taylor · 4 years, 10 months ago
  89. a59465b runtime: add a couple of writeBarrier.needed checks by Ian Lance Taylor · 4 years, 10 months ago
  90. d5e1b7c all: remove scattered remnants of darwin/386 by Austin Clements · 4 years, 10 months ago
  91. 8b4cbcc all: remove darwin/386 build-tags and files by Austin Clements · 4 years, 10 months ago
  92. f7e6ab4 all: remove scattered remnants of darwin/arm by Austin Clements · 4 years, 10 months ago
  93. da8591b all: remove darwin/arm build-tags and files by Austin Clements · 4 years, 10 months ago
  94. 94d22d1 Revert "runtime/pprof: try to use real stack in TestTryAdd" by Bryan C. Mills · 4 years, 10 months ago
  95. 97711bf runtime: skip TestPingPongHog in race mode by Josh Bleecher Snyder · 4 years, 10 months ago
  96. 7a35d39 runtime/race: update ppc64 .syso file by Keith Randall · 4 years, 10 months ago
  97. 0dfb051 runtime/pprof: try to use real stack in TestTryAdd by Michael Pratt · 4 years, 10 months ago
  98. 08dd4ad runtime: only check for pointers up to ptrdata, not size by Ian Lance Taylor · 4 years, 10 months ago
  99. 8e121b1 runtime: fix infinite callstack of cgo on arm64 by Xiangdong Ji · 4 years, 10 months ago
  100. 0a82000 runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT) by Dan Scales · 5 years ago