go/src/runtime
Andy Pan 4c2b1e0feb runtime: migrate internal/atomic to internal/runtime
For #65355

Change-Id: I65dd090fb99de9b231af2112c5ccb0eb635db2be
Reviewed-on: https://go-review.googlesource.com/c/go/+/560155
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ibrahim Bazoka <ibrahimbazoka729@gmail.com>
Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com>
2024-03-25 19:53:03 +00:00
..
asan
cgo runtime/cgo: fix clang mach_port_t cast warning 2024-03-21 21:04:22 +00:00
coverage runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
debug runtime: be careful about crash FD changes during panic 2024-02-22 15:37:30 +00:00
internal runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
metrics os,internal/godebugs: add missing IncNonDefault calls 2024-03-13 19:10:34 +00:00
msan
pprof all: use "unix" build tag where appropriate 2024-03-19 11:20:31 +00:00
race runtime: fix spurious race using Ticker.Reset 2024-03-08 22:34:15 +00:00
testdata runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
trace runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2 2023-11-10 15:49:59 +00:00
HACKING.md runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
Makefile
abi_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
alg.go cmd/compile: move runtime.itab to internal/abi.ITab 2024-02-08 01:38:11 +00:00
align_runtime_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
align_test.go
arena.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
arena_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
asan.go internal/asan: add new package 2024-02-13 20:39:58 +00:00
asan0.go all: fix copyright headers 2023-12-15 21:57:36 +00:00
asan_amd64.s runtime: change the name of variables in asan-related assembly functions 2023-11-22 02:20:04 +00:00
asan_arm64.s runtime: change the name of variables in asan-related assembly functions 2023-11-22 02:20:04 +00:00
asan_loong64.s runtime: change the name of variables in asan-related assembly functions 2023-11-22 02:20:04 +00:00
asan_ppc64le.s
asan_riscv64.s
asm.s runtime: add crash stack support for 386 2024-03-15 15:45:13 +00:00
asm_386.s runtime: add crash stack support for 386 2024-03-15 15:45:13 +00:00
asm_amd64.h internal/cpu: detect support of AVX512 2023-11-15 18:30:03 +00:00
asm_amd64.s runtime: optimize aeshashbody with PCALIGN in amd64 2023-11-17 16:27:46 +00:00
asm_arm.s runtime: add crash stack support for arm 2024-02-23 21:00:52 +00:00
asm_arm64.s runtime: print a stack trace at "morestack on g0" 2023-10-26 18:46:50 +00:00
asm_loong64.s runtime: crash stack support for loong64 2024-01-27 13:31:41 +00:00
asm_mips64x.s runtime: add crash stack support for mips64x 2023-11-06 19:45:59 +00:00
asm_mipsx.s
asm_ppc64x.h
asm_ppc64x.s runtime: add support for crash stack on ppc64/ppc64le 2023-11-19 02:15:03 +00:00
asm_riscv64.s all: clean up addition of constants in riscv64 assembly 2023-11-09 13:57:06 +00:00
asm_s390x.s runtime: add crash stack support for s390x 2024-01-25 09:18:28 +00:00
asm_wasm.s runtime: add crash stack support for wasm 2023-11-20 21:26:51 +00:00
atomic_arm64.s
atomic_loong64.s
atomic_mips64x.s
atomic_mipsx.s
atomic_pointer.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
atomic_ppc64x.s
atomic_riscv64.s
auxv_none.go
callers_test.go
cgo.go
cgo_mmap.go
cgo_ppc64x.go
cgo_sigaction.go
cgocall.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
cgocallback.go
cgocheck.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
chan.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
chan_test.go runtime: make select fairness test less picky 2023-10-31 20:47:35 +00:00
chanbarrier_test.go
checkptr.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
checkptr_test.go
closure_test.go
compiler.go
complex.go
complex_test.go
conv_wasm_test.go
coro.go runtime: add tracing for iter.Pull 2024-03-22 16:12:01 +00:00
covercounter.go
covermeta.go
cpuflags.go
cpuflags_amd64.go
cpuflags_arm64.go
cpuprof.go runtime: more godoc links 2024-01-15 21:21:08 +00:00
cputicks.go
crash_cgo_test.go runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2 2023-11-10 15:49:59 +00:00
crash_test.go runtime: allow omitting virtual PCs from runtime.CallersFrames input 2024-03-15 17:11:58 +00:00
crash_unix_test.go runtime: don't print "unexpected SPWRITE" when printing traceback 2023-10-12 20:11:47 +00:00
create_file_nounix.go
create_file_unix.go
debug.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
debug_test.go
debugcall.go runtime: add tracing for iter.Pull 2024-03-22 16:12:01 +00:00
debuglog.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
debuglog_off.go
debuglog_on.go
debuglog_test.go
defer_test.go all: stop using fmt.Sprintf in t.Error/t.Fatal 2023-09-20 18:57:24 +00:00
defs1_linux.go
defs1_netbsd_386.go
defs1_netbsd_amd64.go
defs1_netbsd_arm.go
defs1_netbsd_arm64.go
defs1_solaris_amd64.go
defs2_linux.go
defs3_linux.go
defs_aix.go
defs_aix_ppc64.go
defs_arm_linux.go
defs_darwin.go
defs_darwin_amd64.go
defs_darwin_arm64.go
defs_dragonfly.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_dragonfly_amd64.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_freebsd.go
defs_freebsd_386.go
defs_freebsd_amd64.go
defs_freebsd_arm.go
defs_freebsd_arm64.go
defs_freebsd_riscv64.go
defs_illumos_amd64.go
defs_linux.go
defs_linux_386.go
defs_linux_amd64.go
defs_linux_arm.go
defs_linux_arm64.go
defs_linux_loong64.go
defs_linux_mips64x.go
defs_linux_mipsx.go
defs_linux_ppc64.go
defs_linux_ppc64le.go
defs_linux_riscv64.go
defs_linux_s390x.go
defs_netbsd.go
defs_netbsd_386.go
defs_netbsd_amd64.go
defs_netbsd_arm.go
defs_openbsd.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_openbsd_386.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_openbsd_amd64.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_openbsd_arm.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_openbsd_arm64.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_openbsd_mips64.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_openbsd_ppc64.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_openbsd_riscv64.go runtime: ignore ETIMEDOUT for kevent conservatively 2023-10-23 17:31:23 +00:00
defs_plan9_386.go
defs_plan9_amd64.go
defs_plan9_arm.go
defs_solaris.go
defs_solaris_amd64.go
defs_windows.go cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVersionNumbers 2024-03-21 11:49:46 +00:00
defs_windows_386.go runtime: support SetUnhandledExceptionFilter on Windows 2023-10-05 08:26:52 +00:00
defs_windows_amd64.go runtime: support SetUnhandledExceptionFilter on Windows 2023-10-05 08:26:52 +00:00
defs_windows_arm.go runtime: support SetUnhandledExceptionFilter on Windows 2023-10-05 08:26:52 +00:00
defs_windows_arm64.go runtime: support SetUnhandledExceptionFilter on Windows 2023-10-05 08:26:52 +00:00
duff_386.s
duff_amd64.s
duff_arm.s
duff_arm64.s
duff_loong64.s runtime: make duff device as ABIInternal for loong64 2023-11-21 19:04:21 +00:00
duff_mips64x.s
duff_ppc64x.s
duff_riscv64.s
duff_s390x.s
ehooks_test.go
env_plan9.go
env_posix.go
env_test.go
error.go runtime: add available godoc link 2023-11-08 16:59:11 +00:00
example_test.go
exithook.go
export_aix_test.go
export_arm_test.go
export_darwin_test.go
export_debug_amd64_test.go
export_debug_arm64_test.go
export_debug_ppc64le_test.go runtime: gofmt -w -s 2023-11-17 15:33:38 +00:00
export_debug_test.go
export_debuglog_test.go runtime/metrics: add STW stopping and total time metrics 2023-11-15 16:49:45 +00:00
export_linux_test.go
export_mmap_test.go
export_pipe2_test.go
export_pipe_test.go
export_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
export_unix_test.go
export_windows_test.go
extern.go runtime: document GODEBUG panicnil values 2024-01-17 20:18:41 +00:00
fastlog2.go
fastlog2_test.go
fastlog2table.go
fds_nonunix.go
fds_test.go
fds_unix.go
float.go
float_test.go
funcdata.h
gc_test.go runtime: put ReadMemStats debug assertions behind a double-check mode 2023-11-28 20:47:33 +00:00
gcinfo_test.go runtime: implement experiment to replace heap bitmap with alloc headers 2023-11-09 19:58:08 +00:00
go_tls.h
hash32.go
hash64.go
hash_test.go hash/maphash: weaken avalanche test a bit more 2023-10-31 17:00:31 +00:00
heap_test.go
heapdump.go runtime: use built-in clear to simplify code 2024-03-08 16:28:44 +00:00
histogram.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
histogram_test.go
iface.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
iface_test.go
import_test.go
importx_test.go
lfstack.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
lfstack_test.go
libfuzzer.go
libfuzzer_amd64.s
libfuzzer_arm64.s
lock_futex.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
lock_js.go runtime: profile contended lock calls 2023-11-21 21:02:20 +00:00
lock_sema.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
lock_wasip1.go runtime: profile contended lock calls 2023-11-21 21:02:20 +00:00
lockrank.go time: avoid stale receives after Timer/Ticker Stop/Reset return 2024-03-14 18:25:25 +00:00
lockrank_off.go
lockrank_on.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
lockrank_test.go
malloc.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
malloc_test.go
map.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
map_benchmark_test.go
map_fast32.go runtime: gofmt 2024-03-08 22:21:27 +00:00
map_fast64.go runtime: gofmt 2024-03-08 22:21:27 +00:00
map_faststr.go runtime: gofmt 2024-03-08 22:21:27 +00:00
map_test.go runtime: use real type size in map keys and values functions 2023-10-14 21:46:29 +00:00
mbarrier.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
mbitmap.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mbitmap_allocheaders.go runtime: ensure we free unrolled GC bitmaps 2024-01-11 21:16:56 +00:00
mbitmap_noallocheaders.go runtime: optimize bulkBarrierPreWrite with allocheaders 2023-11-16 05:53:55 +00:00
mcache.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mcentral.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mcheckmark.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mem.go
mem_aix.go
mem_bsd.go
mem_darwin.go
mem_js.go
mem_linux.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mem_plan9.go
mem_sbrk.go
mem_wasip1.go
mem_wasm.go
mem_windows.go
memclr_386.s
memclr_amd64.s
memclr_arm.s
memclr_arm64.s
memclr_loong64.s runtime: add regABI support in memclr and memmove functions on loong64 2023-11-21 19:22:16 +00:00
memclr_mips64x.s
memclr_mipsx.s
memclr_plan9_386.s
memclr_plan9_amd64.s
memclr_ppc64x.s
memclr_riscv64.s all: clean up addition of constants in riscv64 assembly 2023-11-09 13:57:06 +00:00
memclr_s390x.s
memclr_wasm.s
memmove_386.s
memmove_amd64.s
memmove_arm.s
memmove_arm64.s
memmove_linux_amd64_test.go
memmove_loong64.s runtime: add regABI support in memclr and memmove functions on loong64 2023-11-21 19:22:16 +00:00
memmove_mips64x.s
memmove_mipsx.s
memmove_plan9_386.s
memmove_plan9_amd64.s
memmove_ppc64x.s
memmove_riscv64.s all: clean up addition of constants in riscv64 assembly 2023-11-09 13:57:06 +00:00
memmove_s390x.s
memmove_test.go runtime: use max/min func 2023-10-24 20:28:25 +00:00
memmove_wasm.s
metrics.go runtime: profile contended lock calls 2023-11-21 21:02:20 +00:00
metrics_test.go runtime: skip TestRuntimeLockMetricsAndProfile for flakiness 2023-12-18 17:42:38 +00:00
mfinal.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mfinal_test.go
mfixalloc.go runtime: use max/min func 2023-10-24 20:28:25 +00:00
mgc.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgclimit.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgclimit_test.go
mgcmark.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgcpacer.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgcpacer_test.go
mgcscavenge.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgcscavenge_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgcstack.go
mgcsweep.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgcwork.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mheap.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
minmax.go
minmax_test.go cmd/compile: implement float min/max in hardware for riscv64 2024-01-26 01:41:50 +00:00
mkduff.go runtime: make duff device as ABIInternal for loong64 2023-11-21 19:04:21 +00:00
mkfastlog2table.go
mklockrank.go time: avoid stale receives after Timer/Ticker Stop/Reset return 2024-03-14 18:25:25 +00:00
mkpreempt.go all: add floating point option for ARM targets 2023-11-20 17:19:36 +00:00
mksizeclasses.go runtime: use max/min func 2023-10-24 20:28:25 +00:00
mmap.go
mpagealloc.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mpagealloc_32bit.go
mpagealloc_64bit.go runtime: correct scavengeIndex.sysGrow min index handling 2024-01-03 11:00:10 +00:00
mpagealloc_test.go
mpagecache.go
mpagecache_test.go
mpallocbits.go runtime: use built-in clear to simplify code 2024-03-08 16:28:44 +00:00
mpallocbits_test.go
mprof.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mranges.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mranges_test.go
msan.go internal/msan: add new package 2024-02-20 20:50:21 +00:00
msan0.go
msan_amd64.s runtime: fix tests when running with -msan 2024-01-09 01:36:54 +00:00
msan_arm64.s runtime: fix tests when running with -msan 2024-01-09 01:36:54 +00:00
msan_loong64.s runtime: fix tests when running with -msan 2024-01-09 01:36:54 +00:00
msize_allocheaders.go runtime: implement experiment to replace heap bitmap with alloc headers 2023-11-09 19:58:08 +00:00
msize_noallocheaders.go runtime: implement experiment to replace heap bitmap with alloc headers 2023-11-09 19:58:08 +00:00
mspanset.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mstats.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mwbbuf.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
nbpipe_pipe.go
nbpipe_pipe2.go
nbpipe_pipe_test.go
nbpipe_test.go
net_plan9.go
netpoll.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_aix.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_epoll.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_fake.go
netpoll_kqueue.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_os_test.go all: add missing copyright header 2023-11-17 23:34:11 +00:00
netpoll_solaris.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_stub.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_wasip1.go
netpoll_windows.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
nonwindows_stub.go runtime: use a high res timer to signal io completion ports on windows 2024-02-19 15:44:49 +00:00
norace_linux_test.go
norace_test.go
numcpu_freebsd_test.go
os2_aix.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
os2_freebsd.go
os2_openbsd.go
os2_plan9.go
os2_solaris.go
os3_plan9.go
os3_solaris.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_aix.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_android.go
os_darwin.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_darwin_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_dragonfly.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_freebsd.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_freebsd2.go
os_freebsd_amd64.go
os_freebsd_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_freebsd_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_freebsd_noauxv.go
os_freebsd_riscv64.go
os_illumos.go
os_js.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_linux_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux_be64.go
os_linux_generic.go
os_linux_loong64.go
os_linux_mips64x.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux_mipsx.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux_noauxv.go
os_linux_novdso.go
os_linux_ppc64x.go
os_linux_riscv64.go
os_linux_s390x.go
os_linux_x86.go
os_netbsd.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_netbsd_386.go
os_netbsd_amd64.go
os_netbsd_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_netbsd_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_nonopenbsd.go
os_only_solaris.go
os_openbsd.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_openbsd_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_openbsd_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_openbsd_libc.go
os_openbsd_mips64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_openbsd_syscall.go
os_openbsd_syscall1.go
os_openbsd_syscall2.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_plan9.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_plan9_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_solaris.go
os_unix.go
os_unix_nonlinux.go
os_wasip1.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_wasm.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_windows.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_windows_arm.go
os_windows_arm64.go
pagetrace_off.go
pagetrace_on.go pagetrace: fix build when experiment is on 2024-01-03 21:01:56 +00:00
panic.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
panic32.go
panic_test.go
panicnil_test.go
pinner.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
pinner_test.go
plugin.go
preempt.go Revert "runtime: preempt more aggressively when panicking" 2024-02-01 18:09:36 +00:00
preempt_386.s
preempt_amd64.s
preempt_arm.s all: add floating point option for ARM targets 2023-11-20 17:19:36 +00:00
preempt_arm64.s
preempt_loong64.s
preempt_mips64x.s
preempt_mipsx.s
preempt_nonwindows.go
preempt_ppc64x.s
preempt_riscv64.s all: clean up addition of constants in riscv64 assembly 2023-11-09 13:57:06 +00:00
preempt_s390x.s
preempt_wasm.s
print.go
proc.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
proc_runtime_test.go
proc_test.go
profbuf.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
profbuf_test.go
proflabel.go
race.go src: a/an grammar fixes 2023-11-20 15:56:08 +00:00
race0.go
race_amd64.s
race_arm64.s runtime: don't clobber saved frame pointer during arm64 racecall 2024-02-27 20:11:27 +00:00
race_ppc64le.s
race_s390x.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
rand.go all: run go fmt 2024-02-28 20:35:05 +00:00
rand_test.go runtime: put runtime.fastrand back temporarily 2023-12-07 23:44:31 +00:00
rdebug.go
retry.go
rt0_aix_ppc64.s
rt0_android_386.s
rt0_android_amd64.s
rt0_android_arm.s
rt0_android_arm64.s
rt0_darwin_amd64.s
rt0_darwin_arm64.s
rt0_dragonfly_amd64.s
rt0_freebsd_386.s
rt0_freebsd_amd64.s
rt0_freebsd_arm.s
rt0_freebsd_arm64.s
rt0_freebsd_riscv64.s
rt0_illumos_amd64.s
rt0_ios_amd64.s
rt0_ios_arm64.s
rt0_js_wasm.s
rt0_linux_386.s
rt0_linux_amd64.s
rt0_linux_arm.s
rt0_linux_arm64.s
rt0_linux_loong64.s
rt0_linux_mips64x.s
rt0_linux_mipsx.s
rt0_linux_ppc64.s
rt0_linux_ppc64le.s
rt0_linux_riscv64.s
rt0_linux_s390x.s
rt0_netbsd_386.s
rt0_netbsd_amd64.s
rt0_netbsd_arm.s
rt0_netbsd_arm64.s
rt0_openbsd_386.s
rt0_openbsd_amd64.s
rt0_openbsd_arm.s
rt0_openbsd_arm64.s
rt0_openbsd_mips64.s
rt0_openbsd_ppc64.s
rt0_openbsd_riscv64.s runtime: add runtime support for openbsd/riscv64 port 2023-10-04 02:55:17 +00:00
rt0_plan9_386.s
rt0_plan9_amd64.s
rt0_plan9_arm.s
rt0_solaris_amd64.s
rt0_wasip1_wasm.s
rt0_windows_386.s
rt0_windows_amd64.s
rt0_windows_arm.s
rt0_windows_arm64.s
runtime-gdb.py
runtime-gdb_test.go cmd: remove support for GOROOT_FINAL 2024-02-21 22:16:54 +00:00
runtime-gdb_unix_test.go runtime: mark TestGdbCoreCrashThreadBacktrace as flaky 2024-01-17 19:05:30 +00:00
runtime-lldb_test.go cmd: remove support for GOROOT_FINAL 2024-02-21 22:16:54 +00:00
runtime-seh_windows_test.go
runtime.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
runtime1.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
runtime2.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
runtime_boring.go
runtime_linux_test.go
runtime_mmap_test.go
runtime_test.go
runtime_unix_test.go
rwmutex.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
rwmutex_test.go runtime: properly model rwmutex in lock ranking 2023-12-15 22:00:45 +00:00
security_aix.go
security_issetugid.go
security_linux.go
security_nonunix.go
security_test.go
security_unix.go
select.go time: garbage collect unstopped Tickers and Timers 2024-03-13 21:36:04 +00:00
sema.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
sema_test.go
semasleep_test.go
sigaction.go
signal_386.go
signal_aix_ppc64.go all: fix copyright headers 2023-12-15 21:57:36 +00:00
signal_amd64.go
signal_arm.go
signal_arm64.go
signal_darwin.go
signal_darwin_amd64.go
signal_darwin_arm64.go
signal_dragonfly.go
signal_dragonfly_amd64.go
signal_freebsd.go
signal_freebsd_386.go
signal_freebsd_amd64.go
signal_freebsd_arm.go
signal_freebsd_arm64.go runtime: unify the method signature for *sigctxt.fault 2023-09-20 18:20:42 +00:00
signal_freebsd_riscv64.go
signal_linux_386.go
signal_linux_amd64.go
signal_linux_arm.go
signal_linux_arm64.go
signal_linux_loong64.go
signal_linux_mips64x.go
signal_linux_mipsx.go
signal_linux_ppc64x.go
signal_linux_riscv64.go
signal_linux_s390x.go
signal_loong64.go
signal_mips64x.go
signal_mipsx.go
signal_netbsd.go
signal_netbsd_386.go
signal_netbsd_amd64.go
signal_netbsd_arm.go
signal_netbsd_arm64.go
signal_openbsd.go
signal_openbsd_386.go
signal_openbsd_amd64.go
signal_openbsd_arm.go
signal_openbsd_arm64.go runtime: unify the method signature for *sigctxt.fault 2023-09-20 18:20:42 +00:00
signal_openbsd_mips64.go
signal_openbsd_ppc64.go
signal_openbsd_riscv64.go runtime: add runtime support for openbsd/riscv64 port 2023-10-04 02:55:17 +00:00
signal_plan9.go
signal_ppc64x.go
signal_riscv64.go runtime: add runtime support for openbsd/riscv64 port 2023-10-04 02:55:17 +00:00
signal_solaris.go
signal_solaris_amd64.go
signal_unix.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
signal_windows.go runtime: unconditionally load AddVectoredContinueHandler on Windows 2023-10-17 20:32:29 +00:00
signal_windows_test.go runtime: support SetUnhandledExceptionFilter on Windows 2023-10-05 08:26:52 +00:00
sigqueue.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
sigqueue_note.go
sigqueue_plan9.go
sigtab_aix.go
sigtab_linux_generic.go
sigtab_linux_mipsx.go
sizeclasses.go
sizeof_test.go runtime: clean up timer state 2024-03-13 17:06:22 +00:00
slice.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
slice_test.go
softfloat64.go
softfloat64_test.go
stack.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
stack_test.go
start_line_amd64_test.go
start_line_test.go
stkframe.go reflect, runtime: add reflect support for regABI on loong64 2023-11-21 19:04:25 +00:00
string.go runtime: implement experiment to replace heap bitmap with alloc headers 2023-11-09 19:58:08 +00:00
string_test.go
stubs.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
stubs2.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
stubs3.go
stubs_386.go
stubs_amd64.go runtime: support SetUnhandledExceptionFilter on Windows 2023-10-05 08:26:52 +00:00
stubs_arm.go
stubs_arm64.go
stubs_linux.go
stubs_loong64.go runtime: support regABI and add spill functions in runtime for loong64 2023-11-21 19:04:23 +00:00
stubs_mips64x.go
stubs_mipsx.go
stubs_nonlinux.go
stubs_ppc64.go
stubs_ppc64x.go
stubs_riscv64.go runtime: add runtime support for openbsd/riscv64 port 2023-10-04 02:55:17 +00:00
stubs_s390x.go
symtab.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
symtab_test.go
symtabinl.go
symtabinl_test.go
sys_aix_ppc64.s
sys_arm.go
sys_arm64.go
sys_darwin.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
sys_darwin_amd64.s
sys_darwin_arm64.go
sys_darwin_arm64.s
sys_dragonfly_amd64.s
sys_freebsd_386.s
sys_freebsd_amd64.s
sys_freebsd_arm.s
sys_freebsd_arm64.s
sys_freebsd_riscv64.s
sys_libc.go
sys_linux_386.s
sys_linux_amd64.s
sys_linux_arm.s
sys_linux_arm64.s
sys_linux_loong64.s
sys_linux_mips64x.s
sys_linux_mipsx.s
sys_linux_ppc64x.s
sys_linux_riscv64.s all: clean up addition of constants in riscv64 assembly 2023-11-09 13:57:06 +00:00
sys_linux_s390x.s
sys_loong64.go
sys_mips64x.go
sys_mipsx.go
sys_netbsd_386.s
sys_netbsd_amd64.s
sys_netbsd_arm.s
sys_netbsd_arm64.s
sys_nonppc64x.go
sys_openbsd.go
sys_openbsd1.go
sys_openbsd2.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
sys_openbsd3.go
sys_openbsd_386.s
sys_openbsd_amd64.s
sys_openbsd_arm.s
sys_openbsd_arm64.s
sys_openbsd_mips64.s
sys_openbsd_ppc64.s
sys_openbsd_riscv64.s runtime: add runtime support for openbsd/riscv64 port 2023-10-04 02:55:17 +00:00
sys_plan9_386.s
sys_plan9_amd64.s
sys_plan9_arm.s
sys_ppc64x.go
sys_riscv64.go
sys_s390x.go
sys_solaris_amd64.s
sys_wasm.go
sys_wasm.s
sys_windows_386.s runtime: implement usleep in Go instead of assembly on Windows 2023-09-21 15:56:43 +00:00
sys_windows_amd64.s runtime: use the right number of parameters in syscall_SyscallX on Windows 2024-02-19 07:24:08 +00:00
sys_windows_arm.s runtime: implement usleep in Go instead of assembly on Windows 2023-09-21 15:56:43 +00:00
sys_windows_arm64.s runtime: implement usleep in Go instead of assembly on Windows 2023-09-21 15:56:43 +00:00
sys_x86.go
syscall2_solaris.go
syscall_aix.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
syscall_solaris.go
syscall_unix_test.go
syscall_windows.go runtime: remove nosplit directives from several Windows syscall helpers 2024-03-18 17:06:46 +00:00
syscall_windows_test.go
tagptr.go
tagptr_32bit.go
tagptr_64bit.go
test_amd64.go
test_amd64.s all: add missing copyright header 2023-11-17 23:34:11 +00:00
test_stubs.go
textflag.h
time.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
time_fake.go
time_linux_amd64.s
time_nofake.go
time_test.go time: move runtimeTimer out of Timer struct 2024-03-09 03:40:04 +00:00
time_windows.h
time_windows_386.s
time_windows_amd64.s
time_windows_arm.s
time_windows_arm64.s
timeasm.go
timestub.go
timestub2.go
tls_arm.s
tls_arm64.h
tls_arm64.s
tls_loong64.s
tls_mips64x.s
tls_mipsx.s
tls_ppc64x.s
tls_riscv64.s runtime: add runtime support for openbsd/riscv64 port 2023-10-04 02:55:17 +00:00
tls_s390x.s
tls_stub.go
tls_windows_amd64.go
trace.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
trace2.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
trace2buf.go runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2 2023-11-10 15:49:59 +00:00
trace2cpu.go std: fix more nilness findings 2024-02-26 22:01:11 +00:00
trace2event.go runtime: add tracing for iter.Pull 2024-03-22 16:12:01 +00:00
trace2map.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
trace2region.go runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2 2023-11-10 15:49:59 +00:00
trace2runtime.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
trace2stack.go runtime: don't hold the table lock in (*traceStackTable).dump 2023-11-22 16:30:57 +00:00
trace2status.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
trace2string.go runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2 2023-11-10 15:49:59 +00:00
trace2time.go runtime: fix EvFrequency event value on Windows in the new tracer 2024-03-08 19:59:54 +00:00
trace_cgo_test.go runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2 2023-11-10 15:49:59 +00:00
traceback.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
traceback_system_test.go runtime: fixes to traceback_system_test.go 2024-03-15 17:12:03 +00:00
traceback_test.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
tracebackx_test.go
type.go
typekind.go
unsafe.go
unsafepoint_test.go
utf8.go
vdso_elf32.go
vdso_elf64.go
vdso_freebsd.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
vdso_freebsd_arm.go
vdso_freebsd_arm64.go
vdso_freebsd_riscv64.go
vdso_freebsd_x86.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
vdso_in_none.go
vdso_linux.go
vdso_linux_386.go
vdso_linux_amd64.go
vdso_linux_arm.go
vdso_linux_arm64.go
vdso_linux_loong64.go
vdso_linux_mips64x.go
vdso_linux_ppc64x.go
vdso_linux_riscv64.go
vdso_linux_s390x.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
vdso_test.go runtime: skip test if strace crashes 2024-01-17 19:47:47 +00:00
vlop_386.s
vlop_arm.s
vlop_arm_test.go
vlrt.go
wincallback.go
write_err.go runtime/debug: SetCrashOutput sets the FD for fatal panics 2024-01-31 16:50:42 +00:00
write_err_android.go runtime/debug: SetCrashOutput sets the FD for fatal panics 2024-01-31 16:50:42 +00:00
zcallback_windows.go
zcallback_windows.s
zcallback_windows_arm.s
zcallback_windows_arm64.s