go/src/runtime
Cuong Manh Le aa49a0b372 runtime: add test for StorepNoWB param leaking
CL 249962 added wasm StorepNoWB implementation in assembly, it's now
like all other architectures. This CL adds a general test that the
second param of StorepNoWB must be force to escape.

Fixes #40975

Change-Id: I1eccc7e50a3ec742a1912d65f25b15f9f5ad9241
Reviewed-on: https://go-review.googlesource.com/c/go/+/249761
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2020-08-24 03:55:18 +00:00
..
cgo runtime: fix dead link in gcc_androd.c file 2020-05-09 23:17:17 +00:00
debug Revert "Revert "cmd/go/internal/modload: record the replacement for the module containing package main in BuildInfo"" 2020-02-25 15:43:19 +00:00
internal runtime: add test for StorepNoWB param leaking 2020-08-24 03:55:18 +00:00
msan runtime: enable memory sanitizer on arm64 2018-05-02 17:52:14 +00:00
pprof runtime/pprof: fix units of MaxRSS on Linux 2020-04-29 20:33:31 +00:00
race runtime/race: fix ppc64le build 2020-08-02 00:04:25 +00:00
testdata cmd/compile: fix checkptr handling of &^ 2020-08-20 17:48:29 +00:00
trace os, internal/poll: loop on EINTR for all file syscalls 2020-08-19 21:49:56 +00:00
alg.go runtime: make typehash match compiler generated hashes exactly 2020-03-10 16:26:59 +00:00
asm.s runtime: remove tracebackinit and unused skipPC 2020-08-17 21:05:19 +00:00
asm_386.s all: remove scattered remnants of darwin/386 2020-04-08 18:37:38 +00:00
asm_amd64.s runtime: use conservative scanning for debug calls 2020-04-29 21:29:13 +00:00
asm_arm.s all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
asm_arm64.s runtime: use CBZ/CBNZ in linux/arm64 assembly code 2020-03-03 09:29:47 +00:00
asm_mips64x.s runtime: switch default order of hashing algorithms 2019-08-29 21:16:09 +00:00
asm_mipsx.s runtime: switch default order of hashing algorithms 2019-08-29 21:16:09 +00:00
asm_ppc64x.h all: single space after period. 2016-03-02 00:13:47 +00:00
asm_ppc64x.s cmd/compile, runtime: mark R12 clobbered for write barrier call on PPC64 2020-08-18 15:50:52 +00:00
asm_riscv64.s runtime: use riscv64 RDTIME instruction 2020-08-16 13:55:00 +00:00
asm_s390x.s runtime: switch default order of hashing algorithms 2019-08-29 21:16:09 +00:00
asm_wasm.s runtime: switch default order of hashing algorithms 2019-08-29 21:16:09 +00:00
atomic_arm64.s runtime: use NOFRAME on arm64 2018-02-12 21:41:31 +00:00
atomic_mips64x.s runtime: use NOFRAME on mips and mips64 2018-02-12 21:41:32 +00:00
atomic_mipsx.s runtime: add support files for linux/mips{,le} port 2016-11-15 21:49:01 +00:00
atomic_pointer.go runtime: remove unused function casp 2018-08-22 22:43:12 +00:00
atomic_ppc64x.s sync/atomic, runtime/internal/atomic: improve ppc64x atomics 2016-05-05 18:52:28 +00:00
atomic_riscv64.s cmd/internal/obj/riscv: add FENCE instruction 2020-03-15 07:13:18 +00:00
auxv_none.go runtime: initialise cpu.HWCap on openbsd/arm64 2019-04-29 17:42:27 +00:00
callers_test.go runtime: mark testCallersEqual as a test helper 2020-02-22 04:32:05 +00:00
cgo.go runtime: access _cgo_yield indirectly 2017-03-24 15:37:56 +00:00
cgo_mmap.go runtime: add go:nosplit to cgo_mmap.go:mmap() and sys_darwin.go:mmap() 2019-11-25 03:41:16 +00:00
cgo_ppc64x.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
cgo_sigaction.go all: avoid awkward wording from CL 236857 2020-06-08 21:36:04 +00:00
cgocall.go runtime: move checkmarks to a separate bitmap 2020-08-17 14:31:20 +00:00
cgocallback.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
cgocheck.go cmd/compile,runtime: pass only ptr and len to some runtime calls 2020-04-08 22:19:53 +00:00
chan.go runtime: add "success" field to sudog 2020-08-18 20:05:33 +00:00
chan_test.go runtime: speed up receive on empty closed channel 2020-03-22 20:37:22 +00:00
chanbarrier_test.go all: skip unsupported tests for js/wasm 2018-04-30 19:39:18 +00:00
checkptr.go runtime: don't report a pointer alignment error for pointer-free base type 2020-03-17 20:47:06 +00:00
checkptr_test.go cmd/compile: fix checkptr handling of &^ 2020-08-20 17:48:29 +00:00
closure_test.go all: add empty line between copyright header and package clause 2020-08-17 09:45:44 +00:00
compiler.go all: single space after period. 2016-03-02 00:13:47 +00:00
complex.go runtime: make complex division c99 compatible 2017-03-15 22:45:17 +00:00
complex_test.go
conv_wasm_test.go runtime: use correct truncated constants for float conversion 2020-05-06 13:55:00 +00:00
cpuflags.go runtime: improve MIPS64x memclr 2020-03-26 17:48:20 +00:00
cpuflags_amd64.go runtime: use internal/cpu variables in assembler code 2018-08-24 07:29:52 +00:00
cpuprof.go runtime: fix pprof cpu profile corruption on arm/mips/mipsle 2019-06-28 20:09:48 +00:00
cputicks.go runtime: add js/wasm architecture 2018-05-08 00:17:34 +00:00
crash_cgo_test.go internal/poll, os: loop on EINTR 2020-05-11 22:38:32 +00:00
crash_nonunix_test.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
crash_test.go runtime: disable preemption in startTemplateThread 2020-05-21 21:01:39 +00:00
crash_unix_test.go runtime: skip TestSignalIgnoreSIGTRAP on known-flaky OpenBSD builders 2020-03-11 15:05:56 +00:00
debug.go runtime: don't hold worldsema across mark phase 2020-03-18 19:13:50 +00:00
debug_test.go runtime: if InjectDebugCall sees "not at safe point", keep trying 2019-11-08 18:39:41 +00:00
debugcall.go all: avoid awkward wording from CL 236857 2020-06-08 21:36:04 +00:00
debuglog.go runtime: fix debuglog traceback printing off-by-one 2020-04-29 20:33:30 +00:00
debuglog_off.go runtime: ring buffer for binary debug logging 2019-04-04 20:50:48 +00:00
debuglog_on.go runtime: ring buffer for binary debug logging 2019-04-04 20:50:48 +00:00
debuglog_test.go runtime: ring buffer for binary debug logging 2019-04-04 20:50:48 +00:00
defer_test.go runtime: fix TestDeferWithRepeatedRepanics and TestIssue37688 to be less chatty 2020-04-23 18:33:44 +00:00
defs1_linux.go runtime: define nonblockingPipe 2019-10-20 21:15:55 +00:00
defs1_netbsd_386.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs1_netbsd_amd64.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs1_netbsd_arm.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs1_netbsd_arm64.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs1_solaris_amd64.go runtime: add pipe/pipe2 on Solaris 2019-11-08 19:28:57 +00:00
defs2_linux.go runtime: fix typo of MADV_NOHUGEPAGE 2019-10-25 13:49:01 +00:00
defs3_linux.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
defs_aix.go all: fix a bunch of misspellings 2019-11-15 21:04:43 +00:00
defs_aix_ppc64.go runtime: define nonblockingPipe 2019-10-20 21:15:55 +00:00
defs_arm_linux.go runtime: unify handling of alternate signal stack 2016-09-26 04:07:31 +00:00
defs_darwin.go all: remove scattered remnants of darwin/386 2020-04-08 18:37:38 +00:00
defs_darwin_amd64.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs_darwin_arm64.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs_dragonfly.go runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a write 2017-10-20 22:26:30 +00:00
defs_dragonfly_amd64.go runtime: introduce and consistently use setNsec for timespec 2019-03-15 03:37:49 +00:00
defs_freebsd.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs_freebsd_386.go runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
defs_freebsd_amd64.go runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
defs_freebsd_arm.go runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
defs_freebsd_arm64.go runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
defs_illumos_amd64.go runtime: make NumCPU respect zone CPU cap on illumos 2019-10-28 18:06:12 +00:00
defs_linux.go runtime: fix typo of MADV_NOHUGEPAGE 2019-10-25 13:49:01 +00:00
defs_linux_386.go runtime: revert signal stack mlocking 2020-08-13 02:17:17 +00:00
defs_linux_amd64.go runtime: revert signal stack mlocking 2020-08-13 02:17:17 +00:00
defs_linux_arm.go runtime: remove unused _F_SETFL const on linux 2020-02-24 15:55:01 +00:00
defs_linux_arm64.go runtime: remove unused _F_SETFL const on linux 2020-02-24 15:55:01 +00:00
defs_linux_mips64x.go runtime: define nonblockingPipe 2019-10-20 21:15:55 +00:00
defs_linux_mipsx.go runtime: define nonblockingPipe 2019-10-20 21:15:55 +00:00
defs_linux_ppc64.go runtime: define nonblockingPipe 2019-10-20 21:15:55 +00:00
defs_linux_ppc64le.go runtime: define nonblockingPipe 2019-10-20 21:15:55 +00:00
defs_linux_riscv64.go runtime: add support for linux/riscv64 2020-01-19 14:04:09 +00:00
defs_linux_s390x.go runtime: define nonblockingPipe 2019-10-20 21:15:55 +00:00
defs_netbsd.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs_netbsd_386.go
defs_netbsd_amd64.go
defs_netbsd_arm.go
defs_openbsd.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs_openbsd_386.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs_openbsd_amd64.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs_openbsd_arm.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs_openbsd_arm64.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
defs_plan9_386.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
defs_plan9_amd64.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
defs_plan9_arm.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
defs_solaris.go runtime: add pipe/pipe2 on Solaris 2019-11-08 19:28:57 +00:00
defs_solaris_amd64.go
defs_windows.go runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SIGTERM on Windows 2019-08-29 08:15:20 +00:00
defs_windows_386.go runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SIGTERM on Windows 2019-08-29 08:15:20 +00:00
defs_windows_amd64.go runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SIGTERM on Windows 2019-08-29 08:15:20 +00:00
defs_windows_arm.go runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SIGTERM on Windows 2019-08-29 08:15:20 +00:00
duff_386.s runtime, unicode: use consistent banner for generated code 2017-06-13 05:33:40 +00:00
duff_amd64.s cmd/compile/internal/ssa: use sse to zero on amd64 2017-08-16 15:52:27 +00:00
duff_arm.s runtime, unicode: use consistent banner for generated code 2017-06-13 05:33:40 +00:00
duff_arm64.s cmd/compile, runtime: use R20, R21 in ARM64's Duff's devices 2019-06-26 16:01:47 +00:00
duff_mips64x.s runtime, cmd/compile: implement and use DUFFCOPY on MIPS64 2019-08-28 15:49:59 +00:00
duff_ppc64x.s runtime: generate dummy duffcopy 2020-03-31 23:54:09 +00:00
duff_s390x.s runtime: fix s390x build 2019-05-09 23:41:02 +00:00
env_plan9.go runtime, syscall: use local cache for Setenv/Getenv in Plan 9 2020-06-19 11:28:19 +00:00
env_posix.go runtime, syscall: use local cache for Setenv/Getenv in Plan 9 2020-06-19 11:28:19 +00:00
env_test.go runtime, syscall: use local cache for Setenv/Getenv in Plan 9 2020-06-19 11:28:19 +00:00
error.go runtime: during panic, print value instead of address, if kind is printable 2020-03-03 02:34:32 +00:00
example_test.go runtime: improve ExampleFrames 2017-04-20 19:46:01 +00:00
export_aix_test.go runtime: fix nbpipe_test for AIX 2019-10-30 14:51:03 +00:00
export_arm_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
export_darwin_test.go internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systems 2019-12-23 23:29:48 +00:00
export_debug_test.go runtime: perform debug call injection on a new goroutine 2020-04-29 21:29:11 +00:00
export_debuglog_test.go runtime: ring buffer for binary debug logging 2019-04-04 20:50:48 +00:00
export_futex_test.go runtime: disable preemption during test calls to futexsleep 2019-11-05 05:22:07 +00:00
export_linux_test.go runtime: fix unsafe.Pointer alignment on Linux 2019-10-22 01:03:09 +00:00
export_mmap_test.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
export_solaris_test.go runtime: add pipe/pipe2 on Solaris 2019-11-08 19:28:57 +00:00
export_test.go runtime: revert signal stack mlocking 2020-08-13 02:17:17 +00:00
export_unix_test.go runtime: use pipe rather than note in TestSignalM 2019-11-12 05:35:33 +00:00
export_windows_test.go runtime: revert "do not call timeBeginPeriod on windows" 2016-04-09 16:11:41 +00:00
extern.go runtime: clarify wording/grammar on GODEBUG=invalidptr 2020-06-05 19:11:07 +00:00
fastlog2.go runtime: make complex division c99 compatible 2017-03-15 22:45:17 +00:00
fastlog2_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
fastlog2table.go runtime: follow convention for generated code comment in fastlog2table 2019-01-09 07:21:16 +00:00
float.go runtime: make complex division c99 compatible 2017-03-15 22:45:17 +00:00
funcdata.h cmd/compile, cmd/link, runtime: make defers low-cost through inline code and extra funcdata 2019-10-24 13:54:11 +00:00
futex_test.go runtime: remove the dummy arg of getcallersp 2018-04-26 18:57:20 +00:00
gc_test.go runtime: detect and report zombie slots during sweeping 2020-05-21 21:36:40 +00:00
gcinfo_test.go runtime: move checkmarks to a separate bitmap 2020-08-17 14:31:20 +00:00
go_tls.h all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
HACKING.md runtime: fix heap pointer invariant rules in HACKING.md 2018-11-30 21:12:20 +00:00
hash32.go runtime: switch default order of hashing algorithms 2019-08-29 21:16:09 +00:00
hash64.go runtime: add support for linux/riscv64 2020-01-19 14:04:09 +00:00
hash_test.go runtime: raise alert threshold on window smhasher test 2020-06-12 20:46:27 +00:00
heapdump.go runtime: move checkmarks to a separate bitmap 2020-08-17 14:31:20 +00:00
iface.go runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT) 2020-04-07 21:51:03 +00:00
iface_test.go cmd/compile: use staticuint64s instead of staticbytes 2020-03-04 21:43:01 +00:00
lfstack.go runtime: validate lfnode addresses 2018-02-15 21:12:11 +00:00
lfstack_32bit.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
lfstack_64bit.go runtime: add support for linux/riscv64 2020-01-19 14:04:09 +00:00
lfstack_test.go
libfuzzer.go cmd/compile, runtime: add comparison tracing for libFuzzer 2019-11-05 00:00:43 +00:00
libfuzzer_amd64.s cmd/compile, runtime: add comparison tracing for libFuzzer 2019-11-05 00:00:43 +00:00
libfuzzer_arm64.s cmd/compile, runtime: add comparison tracing for libFuzzer 2019-11-05 00:00:43 +00:00
lock_futex.go runtime: fix race condition between timer and event handler 2020-05-31 18:35:04 +00:00
lock_js.go runtime: fix race condition between timer and event handler 2020-05-31 18:35:04 +00:00
lock_sema.go runtime: fix race condition between timer and event handler 2020-05-31 18:35:04 +00:00
lockrank.go runtime: clean up old mcentral code 2020-08-17 20:06:49 +00:00
lockrank_off.go runtime, sync: add copyright headers to new files 2020-07-25 03:26:17 +00:00
lockrank_on.go runtime, sync: add copyright headers to new files 2020-07-25 03:26:17 +00:00
Makefile
malloc.go runtime: clean up old mcentral code 2020-08-17 20:06:49 +00:00
malloc_test.go runtime: re-enable TestArenaCollision on darwin in race mode 2020-01-15 17:53:43 +00:00
map.go runtime: fix typo in loadFactor comment 2020-04-01 07:21:05 +00:00
map_benchmark_test.go all: add empty line between copyright header and package clause 2020-08-17 09:45:44 +00:00
map_fast32.go runtime: avoid memclr call for keys in mapdelete_fast 2020-08-17 04:56:56 +00:00
map_fast64.go runtime: avoid memclr call for keys in mapdelete_fast 2020-08-17 04:56:56 +00:00
map_faststr.go cmd/compile,runtime: generate hash functions only for types which are map keys 2019-09-03 20:41:29 +00:00
map_test.go runtime: avoid memclr call for keys in mapdelete_fast 2020-08-17 04:56:56 +00:00
mbarrier.go cmd/compile,runtime: pass only ptr and len to some runtime calls 2020-04-08 22:19:53 +00:00
mbitmap.go runtime: move checkmarks to a separate bitmap 2020-08-17 14:31:20 +00:00
mcache.go runtime: clean up old mcentral code 2020-08-17 20:06:49 +00:00
mcentral.go runtime: clean up old mcentral code 2020-08-17 20:06:49 +00:00
mcheckmark.go runtime: move checkmarks to a separate bitmap 2020-08-17 14:31:20 +00:00
mem_aix.go runtime: use mprotect in sysMap for aix/ppc64 2019-12-09 16:41:15 +00:00
mem_bsd.go runtime: map reserved memory as NORESERVE on solaris 2019-11-07 15:51:45 +00:00
mem_darwin.go runtime: remove MAP_FIXED in sysReserve for raceenabled on darwin 2019-11-07 01:38:25 +00:00
mem_js.go runtime: make sysReserve return page-aligned memory on js-wasm 2019-11-07 17:45:27 +00:00
mem_linux.go runtime: clean up power-of-two rounding code with align functions 2019-11-04 23:41:34 +00:00
mem_plan9.go runtime: on plan9 don't return substitute address for sysReserve 2019-11-28 15:16:27 +00:00
mem_windows.go runtime: mark newly-mapped memory as scavenged 2019-05-16 22:00:47 +00:00
memclr_386.s all: align cpu feature variable offset naming 2018-08-24 18:40:16 +00:00
memclr_amd64.s all: align cpu feature variable offset naming 2018-08-24 18:40:16 +00:00
memclr_arm.s all: fix dead links to inferno-os bitbucket repository 2020-06-04 07:25:06 +00:00
memclr_arm64.s runtime: fix scattered non-tab indentation in assembly 2019-06-06 00:12:04 +00:00
memclr_mips64x.s runtime: improve MIPS64x memclr 2020-03-26 17:48:20 +00:00
memclr_mipsx.s runtime: use Go function signatures for memclr and memmove comments 2018-05-21 13:18:16 +00:00
memclr_plan9_386.s runtime: use Go function signatures for memclr and memmove comments 2018-05-21 13:18:16 +00:00
memclr_plan9_amd64.s runtime: use Go function signatures for memclr and memmove comments 2018-05-21 13:18:16 +00:00
memclr_ppc64x.s runtime: improve performance of memclr, memmove on ppc64x 2018-11-06 14:54:59 +00:00
memclr_riscv64.s runtime: fix file permission 2020-02-25 15:48:09 +00:00
memclr_s390x.s runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux/s390x 2019-05-09 21:13:22 +00:00
memclr_wasm.s runtime: use Go function signatures for memclr and memmove comments 2018-05-21 13:18:16 +00:00
memmove_386.s all: fix dead links to inferno-os bitbucket repository 2020-06-04 07:25:06 +00:00
memmove_amd64.s all: fix dead links to inferno-os bitbucket repository 2020-06-04 07:25:06 +00:00
memmove_arm.s all: fix dead links to inferno-os bitbucket repository 2020-06-04 07:25:06 +00:00
memmove_arm64.s runtime: document special memmove requirements 2020-01-22 18:54:48 +00:00
memmove_linux_amd64_test.go all: sprinkle t.Parallel on some slow tests 2016-11-04 16:56:57 +00:00
memmove_mips64x.s runtime: document special memmove requirements 2020-01-22 18:54:48 +00:00
memmove_mipsx.s runtime: document special memmove requirements 2020-01-22 18:54:48 +00:00
memmove_plan9_386.s all: fix dead links to inferno-os bitbucket repository 2020-06-04 07:25:06 +00:00
memmove_plan9_amd64.s all: fix dead links to inferno-os bitbucket repository 2020-06-04 07:25:06 +00:00
memmove_ppc64x.s runtime: improve memmove for short moves on ppc64 2020-03-19 17:52:50 +00:00
memmove_riscv64.s runtime: fix file permission 2020-02-25 15:48:09 +00:00
memmove_s390x.s runtime: document special memmove requirements 2020-01-22 18:54:48 +00:00
memmove_test.go runtime: test memmove writes pointers atomically 2020-01-06 18:32:21 +00:00
memmove_wasm.s runtime: document special memmove requirements 2020-01-22 18:54:48 +00:00
mfinal.go runtime: clean up power-of-two rounding code with align functions 2019-11-04 23:41:34 +00:00
mfinal_test.go runtime: shorten tests in all.bash 2017-10-31 13:20:27 +00:00
mfixalloc.go runtime: clean up MSpan* MCache* MCentral* in docs 2018-11-05 22:56:22 +00:00
mgc.go runtime: clean up old mcentral code 2020-08-17 20:06:49 +00:00
mgcmark.go runtime: clean up old markrootSpans 2020-08-17 20:06:41 +00:00
mgcscavenge.go runtime: use offAddr in more parts of the runtime 2020-05-08 16:32:03 +00:00
mgcscavenge_test.go runtime: remove scavAddr in favor of address ranges 2020-05-08 16:24:40 +00:00
mgcstack.go runtime: scan stacks conservatively at async safe points 2019-11-02 21:51:16 +00:00
mgcsweep.go runtime: clean up old mcentral code 2020-08-17 20:06:49 +00:00
mgcwork.go runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT) 2020-04-07 21:51:03 +00:00
mheap.go all: fix spelling mistakes 2020-08-18 03:28:52 +00:00
mkduff.go runtime: generate dummy duffcopy 2020-03-31 23:54:09 +00:00
mkfastlog2table.go runtime: follow convention for generated code comment in fastlog2table 2019-01-09 07:21:16 +00:00
mkpreempt.go all: replace Replace(..., -1) with ReplaceAll(...) 2020-08-17 04:07:23 +00:00
mksizeclasses.go runtime: replace division by span element size by multiply and shifts 2019-03-18 14:05:54 +00:00
mmap.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
mpagealloc.go runtime: validate candidate searchAddr in pageAlloc.find 2020-07-31 14:35:39 +00:00
mpagealloc_32bit.go runtime: convert page allocator bitmap to sparse array 2019-12-03 17:35:06 +00:00
mpagealloc_64bit.go runtime: make addrRange[s] operate on offset addresses 2020-05-08 16:31:00 +00:00
mpagealloc_test.go runtime: validate candidate searchAddr in pageAlloc.find 2020-07-31 14:35:39 +00:00
mpagecache.go runtime: use offAddr in more parts of the runtime 2020-05-08 16:32:03 +00:00
mpagecache_test.go runtime: ensure allocToCache updates searchAddr in a valid way 2020-04-27 21:37:31 +00:00
mpallocbits.go runtime: bit parallel implementation of findBitRange64 2020-08-17 22:00:17 +00:00
mpallocbits_test.go runtime: bit parallel implementation of findBitRange64 2020-08-17 22:00:17 +00:00
mprof.go runtime/pprof: plumb labels for goroutine profiles 2020-04-22 16:01:25 +00:00
mranges.go runtime: validate candidate searchAddr in pageAlloc.find 2020-07-31 14:35:39 +00:00
msan.go runtime: check for nil g and m in msanread 2017-01-19 23:06:54 +00:00
msan0.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
msan_amd64.s runtime/cgo: use libc for sigaction syscalls when possible 2016-11-16 05:38:38 +00:00
msan_arm64.s runtime: check for nil g in msancall() on arm64 2019-09-18 20:35:15 +00:00
msize.go runtime: use divRoundUp 2020-03-20 16:05:35 +00:00
mspanset.go runtime: fix block leak due to race in span set 2020-04-28 18:41:07 +00:00
mstats.go runtime: fix typo in comment (object -> objects) 2020-06-09 21:24:52 +00:00
mwbbuf.go runtime: always mark span when marking an object 2020-06-08 17:09:33 +00:00
nbpipe_fcntl_libc_test.go internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systems 2019-12-23 23:29:48 +00:00
nbpipe_fcntl_unix_test.go internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systems 2019-12-23 23:29:48 +00:00
nbpipe_pipe.go runtime: define nonblockingPipe 2019-10-20 21:15:55 +00:00
nbpipe_pipe2.go runtime: add pipe/pipe2 on Solaris 2019-11-08 19:28:57 +00:00
nbpipe_test.go runtime: add pipe/pipe2 on Solaris 2019-11-08 19:28:57 +00:00
net_plan9.go net: refactor poller into new internal/poll package 2017-02-13 18:36:28 +00:00
netpoll.go runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT) 2020-04-07 21:51:03 +00:00
netpoll_aix.go runtime: replace the type of netpollWakeSig from a uintptr to a uint32 2020-04-10 03:29:25 +00:00
netpoll_epoll.go runtime: replace the type of netpollWakeSig from a uintptr to a uint32 2020-04-10 03:29:25 +00:00
netpoll_fake.go runtime: add netpollBreak 2019-10-21 16:37:45 +00:00
netpoll_kqueue.go runtime: replace the type of netpollWakeSig from a uintptr to a uint32 2020-04-10 03:29:25 +00:00
netpoll_os_test.go runtime: converge duplicate calls to netpollBreak into one 2020-03-27 17:14:16 +00:00
netpoll_solaris.go runtime: replace the type of netpollWakeSig from a uintptr to a uint32 2020-04-10 03:29:25 +00:00
netpoll_stub.go runtime: avoid lock starvation in TestNetpollBreak on Plan 9 2020-06-14 17:50:11 +00:00
netpoll_windows.go runtime: replace the type of netpollWakeSig from a uintptr to a uint32 2020-04-10 03:29:25 +00:00
norace_linux_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
norace_test.go runtime: remove the dummy arg of getcallersp 2018-04-26 18:57:20 +00:00
numcpu_freebsd_test.go runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSD 2017-03-10 22:06:24 +00:00
os2_aix.go runtime: use mprotect in sysMap for aix/ppc64 2019-12-09 16:41:15 +00:00
os2_freebsd.go runtime: remove unused getrlimit function 2018-02-17 18:35:41 +00:00
os2_openbsd.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
os2_plan9.go
os2_solaris.go runtime: remove unused getrlimit function 2018-02-17 18:35:41 +00:00
os3_plan9.go runtime: replace calls to hasprefix with hasPrefix 2018-08-22 19:44:26 +00:00
os3_solaris.go runtime: add pipe/pipe2 on Solaris 2019-11-08 19:28:57 +00:00
os_aix.go runtime: make fcntl arguments consistent across OS's 2019-10-30 00:41:31 +00:00
os_android.go
os_darwin.go all: remove scattered remnants of darwin/arm 2020-04-08 18:35:49 +00:00
os_darwin_arm64.go runtime: consistently seed fastrand state across archs 2019-11-12 21:40:12 +00:00
os_dragonfly.go runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
os_freebsd.go runtime: add pipe/pipe2 on Solaris 2019-11-08 19:28:57 +00:00
os_freebsd2.go all: enable c-shared/c-archive support for freebsd/amd64 2018-03-21 21:56:20 +00:00
os_freebsd_amd64.go all: enable c-shared/c-archive support for freebsd/amd64 2018-03-21 21:56:20 +00:00
os_freebsd_arm.go runtime: consistently seed fastrand state across archs 2019-11-12 21:40:12 +00:00
os_freebsd_arm64.go runtime: consistently seed fastrand state across archs 2019-11-12 21:40:12 +00:00
os_freebsd_noauxv.go runtime: add support for freebsd/arm64 2019-10-25 17:59:05 +00:00
os_illumos.go runtime: make NumCPU respect zone CPU cap on illumos 2019-10-28 18:06:12 +00:00
os_js.go runtime: consistently seed fastrand state across archs 2019-11-12 21:40:12 +00:00
os_linux.go runtime: move startupRandomData declaration to os_linux.go 2020-08-18 08:47:48 +00:00
os_linux_arm.go runtime: mlock top of signal stack on Linux 5.2–5.4.1 2019-12-05 01:48:14 +00:00
os_linux_arm64.go runtime: mlock top of signal stack on Linux 5.2–5.4.1 2019-12-05 01:48:14 +00:00
os_linux_be64.go runtime: add missing build constraints to os_linux_{be64,noauxv,novdso,ppc64x}.go files 2018-03-07 14:26:19 +00:00
os_linux_generic.go runtime: remove unused getrlimit function 2018-02-17 18:35:41 +00:00
os_linux_mips64x.go internal/cpu: add MIPS64x feature detection 2020-02-28 23:18:52 +00:00
os_linux_mipsx.go runtime: mlock top of signal stack on Linux 5.2–5.4.1 2019-12-05 01:48:14 +00:00
os_linux_noauxv.go runtime: add missing build constraints to os_linux_{be64,noauxv,novdso,ppc64x}.go files 2018-03-07 14:26:19 +00:00
os_linux_novdso.go runtime: use vDSO clock_gettime on linux/mips64x 2019-11-04 18:53:43 +00:00
os_linux_ppc64x.go runtime: mlock top of signal stack on Linux 5.2–5.4.1 2019-12-05 01:48:14 +00:00
os_linux_riscv64.go runtime: add missing code for linux/riscv64 2020-01-23 14:36:57 +00:00
os_linux_s390x.go runtime: mlock top of signal stack on Linux 5.2–5.4.1 2019-12-05 01:48:14 +00:00
os_linux_x86.go runtime: revert signal stack mlocking 2020-08-13 02:17:17 +00:00
os_netbsd.go runtime: use hw.ncpuonline sysctl in getncpu on netbsd 2020-08-17 09:12:50 +00:00
os_netbsd_386.go os: consolidate os{1,2}_*.go files 2016-04-06 05:04:47 +00:00
os_netbsd_amd64.go os: consolidate os{1,2}_*.go files 2016-04-06 05:04:47 +00:00
os_netbsd_arm.go runtime: consistently seed fastrand state across archs 2019-11-12 21:40:12 +00:00
os_netbsd_arm64.go runtime: consistently seed fastrand state across archs 2019-11-12 21:40:12 +00:00
os_nonopenbsd.go runtime: remap stack spans with MAP_STACK on OpenBSD 2018-06-29 21:27:23 +00:00
os_only_solaris.go runtime: make NumCPU respect zone CPU cap on illumos 2019-10-28 18:06:12 +00:00
os_openbsd.go runtime: mark OpenBSD raise function nosplit 2020-07-08 19:50:20 +00:00
os_openbsd_arm.go runtime: consistently seed fastrand state across archs 2019-11-12 21:40:12 +00:00
os_openbsd_arm64.go runtime: consistently seed fastrand state across archs 2019-11-12 21:40:12 +00:00
os_plan9.go runtime: replace index and contains with bytealg calls 2020-08-17 13:20:03 +00:00
os_plan9_arm.go runtime: consistently seed fastrand state across archs 2019-11-12 21:40:12 +00:00
os_solaris.go runtime: add pipe/pipe2 on Solaris 2019-11-08 19:28:57 +00:00
os_windows.go runtime: do not explicitly exit on ctrl handler 2020-08-15 05:58:24 +00:00
os_windows_arm.go runtime: use QPC to implement cputicks() on windows/arm 2018-12-20 00:23:03 +00:00
panic.go runtime: revert signal stack mlocking 2020-08-13 02:17:17 +00:00
panic32.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
panic_test.go runtime: fix bad link to issue tracker in test 2020-04-22 16:03:11 +00:00
plugin.go runtime, plugin: error not throw on duplicate open 2017-09-09 16:26:33 +00:00
preempt.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
preempt_386.s runtime: add async preemption support on ARM 2019-11-05 02:49:48 +00:00
preempt_amd64.s runtime: guard VZEROUPPER on CPU feature 2020-02-26 01:52:42 +00:00
preempt_arm.s runtime: add async preemption support on ARM 2019-11-05 02:49:48 +00:00
preempt_arm64.s runtime: enable async preemption on darwin/arm64 2019-11-12 22:30:48 +00:00
preempt_mips64x.s runtime: don't save/restore FP registers in softfloat mode on MIPS(64) 2020-03-04 18:09:01 +00:00
preempt_mipsx.s runtime: don't save/restore FP registers in softfloat mode on MIPS(64) 2020-03-04 18:09:01 +00:00
preempt_nonwindows.go runtime: protect against external code calling ExitProcess 2020-01-09 17:28:58 +00:00
preempt_ppc64x.s runtime: add async preemption support on PPC64 2019-11-08 16:44:48 +00:00
preempt_riscv64.s runtime: add async preemption support on riscv64 2020-04-16 05:29:18 +00:00
preempt_s390x.s runtime: add async preemption support on S390X 2019-11-07 20:45:45 +00:00
preempt_wasm.s runtime: asynchronous preemption function for x86 2019-11-02 21:51:14 +00:00
print.go runtime: avoid write barrier in startpanic_m 2018-12-19 00:13:22 +00:00
proc.go runtime: reduce critical path in injectglist 2020-08-18 04:22:33 +00:00
proc_runtime_test.go runtime: improve randomized stealing logic 2016-03-25 11:00:48 +00:00
proc_test.go runtime: disable preemption in startTemplateThread 2020-05-21 21:01:39 +00:00
profbuf.go runtime: fix false positive race in profile label reading 2017-08-18 21:40:37 +00:00
profbuf_test.go runtime: new profile buffer implementation supporting label pointers 2017-02-23 19:47:23 +00:00
proflabel.go runtime: fix false positive race in profile label reading 2017-08-18 21:40:37 +00:00
race.go runtime: protect against external code calling ExitProcess 2020-01-09 17:28:58 +00:00
race0.go runtime: add race detector support for new timers 2019-10-23 07:43:18 +00:00
race_amd64.s runtime: add race detector support for new timers 2019-10-23 07:43:18 +00:00
race_arm64.s runtime: use CBZ/CBNZ in linux/arm64 assembly code 2020-03-03 09:29:47 +00:00
race_ppc64le.s runtime: add race detector support for new timers 2019-10-23 07:43:18 +00:00
rand_test.go runtime: simplify range expressions in tests 2018-03-12 19:58:42 +00:00
rdebug.go runtime: simplify setPanicOnFault slightly 2016-04-13 06:14:06 +00:00
relax_stub.go runtime: use next timer to decide whether to relax 2017-07-07 21:22:31 +00:00
rt0_aix_ppc64.s runtime: create library startup for aix/ppc64 2019-03-27 17:22:11 +00:00
rt0_android_386.s runtime: pass dummy argc/argv correctly in r0_386_android_lib 2018-01-21 04:56:36 +00:00
rt0_android_amd64.s runtime: unify amd64 -buildmode=c-archive/c-shared entry point code 2017-10-11 21:12:51 +00:00
rt0_android_arm.s runtime, sync/atomic: use NOFRAME on arm 2018-02-12 21:41:30 +00:00
rt0_android_arm64.s runtime: use NOFRAME on arm64 2018-02-12 21:41:31 +00:00
rt0_darwin_amd64.s runtime: unify amd64 -buildmode=c-archive/c-shared entry point code 2017-10-11 21:12:51 +00:00
rt0_darwin_arm64.s build: support frame-pointer for arm64 2018-08-29 18:28:34 +00:00
rt0_dragonfly_amd64.s runtime: fix dragonfly/amd64 2017-10-12 04:03:50 +00:00
rt0_freebsd_386.s runtime: unify 386 entry point code 2017-10-17 04:03:16 +00:00
rt0_freebsd_amd64.s runtime: unify amd64 -buildmode=c-archive/c-shared entry point code 2017-10-11 21:12:51 +00:00
rt0_freebsd_arm.s runtime: unify arm entry point code 2017-10-25 00:40:40 +00:00
rt0_freebsd_arm64.s runtime: use the CBZ instruction in the assembler 2020-08-17 20:59:59 +00:00
rt0_illumos_amd64.s all: add new GOOS=illumos, split out of GOOS=solaris 2019-04-30 16:59:13 +00:00
rt0_js_wasm.s runtime: fix past-the-end write of wasmStack 2019-10-19 04:45:10 +00:00
rt0_linux_386.s runtime: unify 386 entry point code 2017-10-17 04:03:16 +00:00
rt0_linux_amd64.s runtime: unify amd64 -buildmode=c-archive/c-shared entry point code 2017-10-11 21:12:51 +00:00
rt0_linux_arm.s runtime, sync/atomic: use NOFRAME on arm 2018-02-12 21:41:30 +00:00
rt0_linux_arm64.s runtime: use CBZ/CBNZ in linux/arm64 assembly code 2020-03-03 09:29:47 +00:00
rt0_linux_mips64x.s runtime: use NOFRAME on mips and mips64 2018-02-12 21:41:32 +00:00
rt0_linux_mipsx.s runtime: fix scattered non-tab indentation in assembly 2019-06-06 00:12:04 +00:00
rt0_linux_ppc64.s cmd/link, runtime: add initial cgo support for ppc64 2018-11-20 14:50:09 +00:00
rt0_linux_ppc64le.s all: this big patch remove whitespace from assembly files 2018-10-03 15:28:51 +00:00
rt0_linux_riscv64.s runtime: add support for linux/riscv64 2020-01-19 14:04:09 +00:00
rt0_linux_s390x.s cmd/link: enable c-shared and c-archive mode on s390x 2017-11-17 15:54:54 +00:00
rt0_netbsd_386.s runtime: unify 386 entry point code 2017-10-17 04:03:16 +00:00
rt0_netbsd_amd64.s runtime: unify amd64 -buildmode=c-archive/c-shared entry point code 2017-10-11 21:12:51 +00:00
rt0_netbsd_arm.s runtime: unify arm entry point code 2017-10-25 00:40:40 +00:00
rt0_netbsd_arm64.s runtime: use the CBZ instruction in the assembler 2020-08-17 20:59:59 +00:00
rt0_openbsd_386.s runtime: unify 386 entry point code 2017-10-17 04:03:16 +00:00
rt0_openbsd_amd64.s runtime: unify amd64 -buildmode=c-archive/c-shared entry point code 2017-10-11 21:12:51 +00:00
rt0_openbsd_arm.s runtime: unify arm entry point code 2017-10-25 00:40:40 +00:00
rt0_openbsd_arm64.s runtime: use the CBZ instruction in the assembler 2020-08-17 20:59:59 +00:00
rt0_plan9_386.s runtime: unify 386 entry point code 2017-10-17 04:03:16 +00:00
rt0_plan9_amd64.s
rt0_plan9_arm.s runtime, sync/atomic: use NOFRAME on arm 2018-02-12 21:41:30 +00:00
rt0_solaris_amd64.s runtime: unify amd64 -buildmode=c-archive/c-shared entry point code 2017-10-11 21:12:51 +00:00
rt0_windows_386.s runtime: unify 386 entry point code 2017-10-17 04:03:16 +00:00
rt0_windows_amd64.s runtime: follow Windows calling convention for _cgo_sys_thread_create 2019-04-08 19:05:25 +00:00
rt0_windows_arm.s runtime: support windows/arm 2018-09-18 22:18:23 +00:00
runtime-gdb.py runtime: make runtime-gdb.py tolerant of creatively-named gdb versions 2020-06-03 22:07:42 +00:00
runtime-gdb_test.go runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2 2020-06-03 16:27:49 +00:00
runtime-lldb_test.go runtime: skip broken TestLldbPython 2019-04-01 22:34:23 +00:00
runtime.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
runtime1.go runtime: replace index and contains with bytealg calls 2020-08-17 13:20:03 +00:00
runtime2.go runtime: add "success" field to sudog 2020-08-18 20:05:33 +00:00
runtime_linux_test.go runtime: fix unsafe.Pointer alignment on Linux 2019-10-22 01:03:09 +00:00
runtime_mmap_test.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
runtime_test.go runtime: mark testSetPanicOnFault as go:nocheckptr 2019-11-06 23:48:45 +00:00
runtime_unix_test.go runtime: add AIX operating system 2018-10-03 20:58:16 +00:00
rwmutex.go runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT) 2020-04-07 21:51:03 +00:00
rwmutex_test.go all: skip unsupported tests for js/wasm 2018-04-30 19:39:18 +00:00
select.go runtime: eliminate scase.kind field 2020-08-18 20:06:33 +00:00
sema.go runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT) 2020-04-07 21:51:03 +00:00
sema_test.go runtime: really wait for goroutines in testSemaHandoff 2020-02-22 04:08:12 +00:00
semasleep_test.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
sigaction.go runtime: enable memory sanitizer on arm64 2018-05-02 17:52:14 +00:00
signal_386.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
signal_aix_ppc64.go runtime: add AIX operating system 2018-10-03 20:58:16 +00:00
signal_amd64.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
signal_arm.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
signal_arm64.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
signal_darwin.go runtime: forward crashing signals to late handlers 2017-08-29 07:40:19 +00:00
signal_darwin_amd64.go runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64 2019-04-02 16:03:24 +00:00
signal_darwin_arm64.go runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64 2019-04-02 16:03:24 +00:00
signal_dragonfly.go runtime: forward crashing signals to late handlers 2017-08-29 07:40:19 +00:00
signal_dragonfly_amd64.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_freebsd.go runtime: forward crashing signals to late handlers 2017-08-29 07:40:19 +00:00
signal_freebsd_386.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_freebsd_amd64.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_freebsd_arm.go runtime: normalize (*sigctxt).fault() type 2017-10-05 02:31:25 +00:00
signal_freebsd_arm64.go runtime: add support for freebsd/arm64 2019-10-25 17:59:05 +00:00
signal_linux_386.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_linux_amd64.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_linux_arm.go runtime: normalize (*sigctxt).fault() type 2017-10-05 02:31:25 +00:00
signal_linux_arm64.go runtime: normalize (*sigctxt).fault() type 2017-10-05 02:31:25 +00:00
signal_linux_mips64x.go runtime: restore RSB for sigpanic call on mips64x 2018-01-31 20:57:53 +00:00
signal_linux_mipsx.go runtime: add support files for linux/mips{,le} port 2016-11-15 21:49:01 +00:00
signal_linux_ppc64x.go runtime: normalize (*sigctxt).fault() type 2017-10-05 02:31:25 +00:00
signal_linux_riscv64.go runtime: add support for linux/riscv64 2020-01-19 14:04:09 +00:00
signal_linux_s390x.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
signal_mips64x.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
signal_mipsx.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
signal_netbsd.go runtime: forward crashing signals to late handlers 2017-08-29 07:40:19 +00:00
signal_netbsd_386.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_netbsd_amd64.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_netbsd_arm.go runtime: normalize (*sigctxt).fault() type 2017-10-05 02:31:25 +00:00
signal_netbsd_arm64.go all: add start of netbsd/arm64 support 2019-04-20 15:02:01 +00:00
signal_openbsd.go runtime: forward crashing signals to late handlers 2017-08-29 07:40:19 +00:00
signal_openbsd_386.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_openbsd_amd64.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_openbsd_arm.go runtime: correct signal structs/offsets for openbsd/arm 2018-12-13 18:13:30 +00:00
signal_openbsd_arm64.go runtime: add support for openbsd/arm64 2019-04-26 17:34:45 +00:00
signal_plan9.go runtime: signal handling support for plan9_arm 2016-03-07 16:25:17 +00:00
signal_ppc64x.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
signal_riscv64.go cmd/internal/obj, runtime: preempt & restart some instruction sequences 2020-05-06 15:41:12 +00:00
signal_solaris.go all: s/cancelation/cancellation/ 2019-04-16 20:27:15 +00:00
signal_solaris_amd64.go runtime: record current PC for SIGPROF on non-Go thread 2016-10-11 12:56:15 +00:00
signal_unix.go runtime: don't call setitimer for each thread 2020-08-19 03:49:06 +00:00
signal_windows.go runtime: overwrite asyncPreempt PC when injecting sigpanic on Windows 2020-01-09 15:37:52 +00:00
signal_windows_test.go runtime: don't invoke t.Fatal* in goroutine in TestLibraryCtrlHandler 2020-03-01 02:18:27 +00:00
sigqueue.go os/signal, runtime: remove runtime sigqueue initialization 2020-04-01 23:55:34 +00:00
sigqueue_note.go runtime: use a pipe to wake up signal_recv on Darwin 2019-06-30 05:48:31 +00:00
sigqueue_plan9.go os/signal, runtime: remove runtime sigqueue initialization 2020-04-01 23:55:34 +00:00
sigtab_aix.go runtime: add AIX operating system 2018-10-03 20:58:16 +00:00
sigtab_linux_generic.go runtime: forward crashing signals to late handlers 2017-08-29 07:40:19 +00:00
sigtab_linux_mipsx.go runtime: forward crashing signals to late handlers 2017-08-29 07:40:19 +00:00
sizeclasses.go runtime: replace division by span element size by multiply and shifts 2019-03-18 14:05:54 +00:00
sizeof_test.go runtime, time: gofmt 2020-05-26 22:06:26 +00:00
slice.go runtime: do not attempt bulkBarrierPreWrite when dst slice length is zero 2020-05-07 23:24:49 +00:00
slice_test.go all: add empty line between copyright header and package clause 2020-08-17 09:45:44 +00:00
softfloat64.go runtime: use quiet NaNs in softfloat implementation 2020-03-02 17:17:18 +00:00
softfloat64_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
stack.go reflect: zero stack slots before writing to them with write barriers 2020-06-19 02:11:35 +00:00
stack_test.go runtime: remove unneeded noinline directives 2019-09-17 17:17:11 +00:00
string.go runtime: replace index and contains with bytealg calls 2020-08-17 13:20:03 +00:00
string_test.go runtime: revert signal stack mlocking 2020-08-13 02:17:17 +00:00
stubs.go runtime: fix comment about memequal implementation locations 2020-06-22 16:13:31 +00:00
stubs2.go runtime: change read and write to return negative errno value 2019-10-21 14:07:34 +00:00
stubs3.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
stubs32.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
stubs_386.go runtime: fix vet complaints for linux/amd64 2019-05-09 21:13:19 +00:00
stubs_amd64.go cmd/compile, runtime: use more registers for amd64 write barrier calls 2020-03-31 21:26:33 +00:00
stubs_arm.go runtime: fix vet complaints for linux/arm 2019-05-09 21:13:21 +00:00
stubs_arm64.go runtime: define emptyfunc as static function in assembly for freebsd/arm64 2019-10-25 20:14:52 +00:00
stubs_linux.go runtime: fix vet complaints for linux/386 2019-05-09 21:13:18 +00:00
stubs_mips64x.go runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux/s390x 2019-05-09 21:13:22 +00:00
stubs_mipsx.go runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux/s390x 2019-05-09 21:13:22 +00:00
stubs_nonlinux.go runtime: inform arena placement using sbrk(0) 2017-04-21 14:34:10 +00:00
stubs_ppc64x.go runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux/s390x 2019-05-09 21:13:22 +00:00
stubs_s390x.go runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux/s390x 2019-05-09 21:13:22 +00:00
symtab.go [dev.link] create runtime.funcnametab 2020-07-31 13:55:07 +00:00
symtab_test.go runtime: allow calling Func.Name on nil pointer 2017-06-30 23:42:03 +00:00
sys_aix_ppc64.s runtime: wrap nanotime, walltime, and write 2019-09-04 17:56:09 +00:00
sys_arm.go runtime, cmd/internal/obj: get rid of rewindmorestack 2016-10-05 18:19:46 +00:00
sys_arm64.go runtime, cmd/internal/obj: get rid of rewindmorestack 2016-10-05 18:19:46 +00:00
sys_darwin.go cmd/link: link dynamic library automatically 2020-08-17 14:50:17 +00:00
sys_darwin_amd64.s crypto/x509: use Security.framework without cgo for roots on macOS 2020-05-07 19:22:19 +00:00
sys_darwin_arm64.s runtime: M-targeted signals for libc-based OSes 2019-10-26 02:52:30 +00:00
sys_dragonfly_amd64.s runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
sys_freebsd_386.s runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
sys_freebsd_amd64.s runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
sys_freebsd_arm.s runtime: save/restore callee-save registers in arm's sigtramp 2019-10-26 04:00:03 +00:00
sys_freebsd_arm64.s runtime: use FP offsets for pipe/pipe2 on freebsd/arm64 and linux/arm64 2020-01-08 14:58:33 +00:00
sys_linux_386.s runtime: revert signal stack mlocking 2020-08-13 02:17:17 +00:00
sys_linux_amd64.s runtime: reduce syscall when call runtime.clone 2020-08-19 00:02:38 +00:00
sys_linux_arm.s runtime: make nanotime1 reentrant 2020-08-10 18:06:04 +00:00
sys_linux_arm64.s runtime: make nanotime1 reentrant 2020-08-10 18:06:04 +00:00
sys_linux_mips64x.s runtime: make nanotime1 reentrant 2020-08-10 18:06:04 +00:00
sys_linux_mipsx.s runtime: negate errno value for mips pipe/pipe2 2020-03-24 11:03:07 +00:00
sys_linux_ppc64x.s runtime: make nanotime1 reentrant 2020-08-10 18:06:04 +00:00
sys_linux_riscv64.s cmd/internal/obj/riscv: add FENCE instruction 2020-03-15 07:13:18 +00:00
sys_linux_s390x.s runtime: M-targeted signals for Linux 2019-10-26 02:52:25 +00:00
sys_mips64x.go runtime, cmd/internal/obj: get rid of rewindmorestack 2016-10-05 18:19:46 +00:00
sys_mipsx.go runtime: add support files for linux/mips{,le} port 2016-11-15 21:49:01 +00:00
sys_netbsd_386.s runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
sys_netbsd_amd64.s runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
sys_netbsd_arm.s runtime: save/restore callee-save registers in arm's sigtramp 2019-10-26 04:00:03 +00:00
sys_netbsd_arm64.s runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
sys_nonppc64x.go
sys_openbsd_386.s runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
sys_openbsd_amd64.s runtime: M-targeted signals for BSDs 2019-10-26 02:52:28 +00:00
sys_openbsd_arm.s runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7 2020-05-26 17:02:46 +00:00
sys_openbsd_arm64.s runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7 2020-05-26 17:02:46 +00:00
sys_plan9_386.s runtime: wrap nanotime, walltime, and write 2019-09-04 17:56:09 +00:00
sys_plan9_amd64.s runtime: wrap nanotime, walltime, and write 2019-09-04 17:56:09 +00:00
sys_plan9_arm.s runtime: wrap nanotime, walltime, and write 2019-09-04 17:56:09 +00:00
sys_ppc64x.go runtime, cmd/internal/obj: get rid of rewindmorestack 2016-10-05 18:19:46 +00:00
sys_riscv64.go runtime: add support for linux/riscv64 2020-01-19 14:04:09 +00:00
sys_s390x.go runtime, cmd/internal/obj: get rid of rewindmorestack 2016-10-05 18:19:46 +00:00
sys_solaris_amd64.s runtime: make nanotime use monotonic clock in Solaris 2019-10-11 20:01:28 +00:00
sys_wasm.go runtime: add js/wasm architecture 2018-05-08 00:17:34 +00:00
sys_wasm.s runtime: use correct truncated constants for float conversion 2020-05-06 13:55:00 +00:00
sys_windows_386.s runtime: wrap nanotime, walltime, and write 2019-09-04 17:56:09 +00:00
sys_windows_amd64.s runtime: allow float syscall return values on windows amd64 2020-02-25 08:36:15 +00:00
sys_windows_arm.s runtime: wrap nanotime, walltime, and write 2019-09-04 17:56:09 +00:00
sys_x86.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
syscall2_solaris.go runtime: clean up libc_* definitions on Solaris 2018-03-01 07:31:53 +00:00
syscall_aix.go runtime: mark all Go symbols called from assembly in other packages 2019-06-06 19:44:12 +00:00
syscall_solaris.go runtime: syscall_forkx on Solaris can return error on success 2019-12-11 01:10:28 +00:00
syscall_windows.go runtime: monitor for suspend/resume to kick timeouts 2019-08-30 14:20:49 +00:00
syscall_windows_test.go runtime: allow float syscall return values on windows amd64 2020-02-25 08:36:15 +00:00
textflag.h Revert "cmd/asm: align an instruction or a function's address" 2020-03-31 16:55:59 +00:00
time.go runtime: update comment: modTimer is called by Timer.Reset 2020-08-17 07:15:50 +00:00
time_fake.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
time_nofake.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
time_test.go runtime: platform-independent faketime support 2019-09-04 17:56:53 +00:00
timeasm.go runtime, time: refactor startNano handling 2018-11-02 12:50:03 +00:00
timestub.go runtime, time: refactor startNano handling 2018-11-02 12:50:03 +00:00
timestub2.go runtime: make nanotime use monotonic clock in Solaris 2019-10-11 20:01:28 +00:00
tls_arm.s all: remove scattered remnants of darwin/arm 2020-04-08 18:35:49 +00:00
tls_arm64.h runtime: add support for freebsd/arm64 2019-10-25 17:59:05 +00:00
tls_arm64.s runtime: use CBZ/CBNZ in linux/arm64 assembly code 2020-03-03 09:29:47 +00:00
tls_mips64x.s runtime: use NOFRAME on mips and mips64 2018-02-12 21:41:32 +00:00
tls_mipsx.s runtime: use NOFRAME on mips and mips64 2018-02-12 21:41:32 +00:00
tls_ppc64x.s runtime: use unsigned load for iscgo variable in ppc64x runtime asm 2018-10-23 20:25:29 +00:00
tls_riscv64.s runtime: add support for linux/riscv64 2020-01-19 14:04:09 +00:00
tls_s390x.s runtime: add s390x support (new files and lfstack_64bit.go modifications) 2016-04-07 18:56:54 +00:00
trace.go runtime: synchronize StartTrace and StopTrace with sysmon 2020-05-21 14:48:50 +00:00
traceback.go runtime: remove tracebackinit and unused skipPC 2020-08-17 21:05:19 +00:00
type.go runtime: fix textOff for multiple text sections 2019-10-28 15:06:13 +00:00
typekind.go runtime: remove kindNoPointers 2019-03-25 20:46:35 +00:00
utf8.go all: fix typo in RuneSelf, runeSelf comments 2020-01-06 02:46:02 +00:00
vdso_elf32.go runtime: use vDSO for clock_gettime on linux/arm 2018-03-03 12:12:58 +00:00
vdso_elf64.go runtime: use vDSO clock_gettime on linux/mips64x 2019-11-04 18:53:43 +00:00
vdso_freebsd.go runtime: wrap nanotime, walltime, and write 2019-09-04 17:56:09 +00:00
vdso_freebsd_arm.go runtime: fast clock_gettime call on FreeBSD 2018-04-18 21:54:26 +00:00
vdso_freebsd_arm64.go runtime: add support for freebsd/arm64 2019-10-25 17:59:05 +00:00
vdso_freebsd_x86.go runtime: fast clock_gettime on FreeBSD, always call getHPETTimecounter on systemstack 2018-05-04 17:34:20 +00:00
vdso_in_none.go runtime: use vDSO clock_gettime on linux/mips64x 2019-11-04 18:53:43 +00:00
vdso_linux.go runtime: use vDSO clock_gettime on linux/mips64x 2019-11-04 18:53:43 +00:00
vdso_linux_386.go runtime: use vDSO for clock_gettime on linux/arm64 2018-03-27 13:21:27 +00:00
vdso_linux_amd64.go runtime: use vDSO for clock_gettime on linux/arm64 2018-03-27 13:21:27 +00:00
vdso_linux_arm.go runtime: use vDSO for clock_gettime on linux/arm64 2018-03-27 13:21:27 +00:00
vdso_linux_arm64.go runtime: use vDSO for clock_gettime on linux/arm64 2018-03-27 13:21:27 +00:00
vdso_linux_mips64x.go runtime: use vDSO clock_gettime on linux/mips64x 2019-11-04 18:53:43 +00:00
vdso_linux_ppc64x.go runtime: add support for VDSO on ppc64x for use in walltime/nanotime 2018-08-31 13:12:31 +00:00
vlop_386.s all: fix dead links to inferno-os bitbucket repository 2020-06-04 07:25:06 +00:00
vlop_arm.s all: fix dead links to inferno-os bitbucket repository 2020-06-04 07:25:06 +00:00
vlop_arm_test.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
vlrt.go all: fix dead links to inferno-os bitbucket repository 2020-06-04 07:25:06 +00:00
wincallback.go runtime: support windows/arm 2018-09-18 22:18:23 +00:00
write_err.go
write_err_android.go doc: fixed some links 2019-05-08 16:38:55 +00:00
zcallback_windows.go runtime: support windows/arm 2018-09-18 22:18:23 +00:00
zcallback_windows.s runtime: support windows/arm 2018-09-18 22:18:23 +00:00
zcallback_windows_arm.s runtime: support windows/arm 2018-09-18 22:18:23 +00:00