summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* [dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.CacheRuss Cox2022-04-292-15/+6
* [dev.boringcrypto] crypto/internal/boring: add GC-aware cacheRuss Cox2022-04-292-0/+20
* [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-04-2745-565/+1802
|\
| * runtime: disable windowed Smhasher test on 32-bit systemsKeith Randall2022-04-271-0/+7
| * runtime: refactor the scavenger and make it testableMichael Anthony Knyszek2022-04-265-231/+580
| * runtime: disable idle mark workers with at least one dedicated workerMichael Anthony Knyszek2022-04-261-17/+30
| * runtime: move scheduling decisions by schedule into findrunnableMichael Anthony Knyszek2022-04-262-62/+64
| * runtime: reduce max idle mark workers during periodic GC cyclesMichael Anthony Knyszek2022-04-265-17/+223
| * runtime: yield instead of sleeping in runqgrab on OpenBSDMichael Anthony Knyszek2022-04-261-2/+2
| * runtime: make alloc count metrics truly monotonicMichael Anthony Knyszek2022-04-263-45/+125
| * runtime: use ABIInternal for most calls to sigtrampgoMichael Pratt2022-04-2610-56/+148
| * runtime: fix stack-move sensitivity in some testsAustin Clements2022-04-251-2/+6
| * runtime: add ABIInternal to strhash and memhash on riscv64Meng Zhuo2022-04-241-8/+8
| * runtime: support for debugger function calls on linux/arm64eric fang2022-04-2311-119/+492
| * runtime/race: add s390x .syso fileKeith Randall2022-04-222-0/+1
| * runtime/internal/syscall: use ABIInternal for Syscall6 on amd64Michael Pratt2022-04-221-15/+29
| * runtime: skip TestNoShrinkStackWhileParking on openbsdDmitri Shuralyov2022-04-221-0/+3
| * Revert "cmd/compile: enable Asan check for global variables"Bryan Mills2022-04-225-63/+4
| * cmd/compile: enable Asan check for global variablesfanzha022022-04-225-4/+63
| * runtime/cgo: remove stdlib.h warning workaround on darwinBryan C. Mills2022-04-221-3/+0
| * syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt2022-04-211-1/+1
| * Revert "syscall: define Syscall in terms of RawSyscall on linux"Michael Pratt2022-04-211-1/+1
| * Revert "runtime/internal/syscall: use ABIInternal for Syscall6 on amd64"Michael Pratt2022-04-211-29/+15
| * runtime/internal/syscall: use ABIInternal for Syscall6 on amd64Michael Pratt2022-04-211-15/+29
| * syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt2022-04-211-1/+1
| * runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...Michael Pratt2022-04-211-0/+27
| * cmd/compile: add //go:uintptrkeepaliveMichael Pratt2022-04-211-0/+19
| * net: use fastrand64 in randIntzhangyunhao2022-04-211-2/+2
| * runtime: use fastrand64 in mapiterinitzhangyunhao2022-04-211-2/+4
| * runtime: add fastrand64zhangyunhao2022-04-203-0/+48
* | [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-04-20119-287/+821
|\ \ | |/
| * cmd/compile: fix missing source information in ssa viewhopehook2022-04-181-0/+30
| * runtime: improve memclr on ppc64xLynn Boger2022-04-181-37/+46
| * runtime: don't block preemption signal in new M's or ensureSigMIan Lance Taylor2022-04-151-0/+4
| * runtime: don't discard value from panic while panickinghopehook2022-04-153-2/+125
| * runtime: port memmove, memclr to register ABI on riscv64Meng Zhuo2022-04-132-40/+44
| * runtime: improve memmove for ppc64xLynn Boger2022-04-121-17/+39
| * runtime/chan.go: improve closed channel receive performancechamply2022-04-122-16/+33
| * runtime: fix name of type parameterzhouguangyuan2022-04-122-1/+34
| * runtime: align m.procid to 8 bytes on 32-bit systemsKeith Randall2022-04-111-0/+1
| * all: gofmt main repoRuss Cox2022-04-1131-165/+184
| * runtime: update description of GODEBUG=gctrace=1Leonard Wang2022-04-101-7/+9
| * runtime: fix URL in a commentcia-rana2022-04-101-2/+2
| * all: consistently use US spelling of present participlesDaniel Martí2022-04-081-1/+1
| * all: separate doc comment from //go: directivesRuss Cox2022-04-0591-0/+270
| * all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-1/+1
* | [dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger2022-04-0572-1664/+1092
|\ \ | |/
| * runtime/race: update PPC64LE syso file to new TSAN runtime (v3)Cherry Mui2022-04-042-1/+1
| * runtime: use proper C ABI for race call on PPC64LECherry Mui2022-04-041-0/+3
| * Revert "os: add handling of os.Interrupt for windows"Bryan Mills2022-04-041-1/+17