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