aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2020-07-11[release-branch.go1.13] reflect: zero stack slots before writing to them with...Keith Randall
2020-05-27[release-branch.go1.13] runtime: disable preemption in startTemplateThreadMichael Pratt
2020-04-07[release-branch.go1.13] runtime: fix rounding in materializeGCProgAustin Clements
2020-04-03[release-branch.go1.13] runtime: fix wrong offset when calling ppc64x nanotim...Carlos Eduardo Seo
2020-03-25[release-branch.go1.13] runtime: ignore error returned by PowerRegisterSuspen...Alex Brainman
2020-01-16[release-branch.go1.13] runtime: ignore power notification error seen on Wind...Ian Lance Taylor
2020-01-08[release-branch.go1.13] runtime: ensure memmove write pointer atomically on A...Cherry Zhang
2020-01-03[release-branch.go1.13] runtime: do not use PowerRegisterSuspendResumeNotific...Jason A. Donenfeld
2019-12-19[release-branch.go1.13] runtime: call goready in wakeScavenger instead of readyMichael Anthony Knyszek
2019-12-04[release-branch.go1.13] runtime: fix textOff for multiple text sectionsLynn Boger
2019-10-09[release-branch.go1.13] runtime: fix darwin syscall performance regressionShenghou Ma
2019-10-04[release-branch.go1.13] runtime: scavenge on growth instead of inline with al...Michael Anthony Knyszek
2019-10-04[release-branch.go1.13] runtime: redefine scavenge goal in terms of heap_inuseMichael Anthony Knyszek
2019-10-04[release-branch.go1.13] runtime: grow the heap incrementallyAustin Clements
2019-10-04[release-branch.go1.13] runtime: monitor for suspend/resume to kick timeoutsJason A. Donenfeld
2019-10-02[release-branch.go1.13] runtime: fix lock acquire cycles related to scavenge....Michael Anthony Knyszek
2019-08-07runtime/pprof: Mention goroutine label heritabilityDavid Finkel
2019-07-30runtime: call sysHugePage less oftenMichael Knyszek
2019-07-30runtime: add physHugePageShiftMichael Anthony Knyszek
2019-07-29runtime: use uintptr instead of int32 for counting to next heap profile sampleKeith Randall
2019-07-19runtime: align allocations harder in GODEBUG=sbrk=1 modeAustin Clements
2019-07-16runtime: add a test for getg with thread switchCherry Zhang
2019-07-10runtime: expand comments on runtime panic checksAustin Clements
2019-07-01runtime: use correct register in darwin/386 pipe_trampolineIan Lance Taylor
2019-06-30runtime: use a pipe to wake up signal_recv on DarwinIan Lance Taylor
2019-06-28runtime: fix pprof cpu profile corruption on arm/mips/mipsleRuss Cox
2019-06-26cmd/compile, runtime: use R20, R21 in ARM64's Duff's devicesCherry Zhang
2019-06-25runtime: fix a register save/restore bug in sigtramp of arm-darwinBen Shi
2019-06-23runtime/cgo: on Solaris link against -lxnetIan Lance Taylor
2019-06-21Revert "runtime: use dispatch semaphores on Darwin"Ian Lance Taylor
2019-06-15runtime: use dispatch semaphores on DarwinIan Lance Taylor
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-06runtime/internal/atomic: remove erroneous ABI wrappersAustin Clements
2019-06-06runtime/internal/atomic: export more ABI0 wrappersAustin Clements
2019-06-06net: remove non-cgo macOS resolver codeRuss Cox
2019-06-06runtime: document, fix libc error checks on macOSRuss Cox
2019-06-06runtime: mark all Go symbols called from assembly in other packagesAustin Clements
2019-06-06cmd/compile, runtime: make atomic loads/stores sequentially consistent on s390xMichael Munday
2019-06-06runtime: fix non-tab indentation in lookup_darwin_*.sRuss Cox
2019-06-06runtime: fix scattered non-tab indentation in assemblyRuss Cox
2019-06-06runtime: use default system stack size, not 64 kB, on non-cgo macOSRuss Cox
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-06-03runtime: fix sigpipe do not check SIGPIPE was ignoredLE Manh Cuong
2019-06-03runtime: save/restore callee saved registers in arm64's sigtrampBen Shi
2019-06-03runtime: get map of args of unstarted goroutines like we do for defersKeith Randall
2019-05-27runtime: remove VDSO fallback test and benchmarksIan Lance Taylor
2019-05-24cmd, runtime: remove PC_F & PC_B globals on WasmCherry Zhang
2019-05-24runtime: ensure mheap lock stack growth invariant is maintainedMichael Anthony Knyszek
2019-05-22all: shorten some testsRuss Cox