golang/src/runtime
qiulaidongfeng 2f5b420fb5 runtime,reflect: move zeroVal to internal/abi
Change-Id: I0e19e4aa2ea47a714e27b8d66c23c449e27861f2
GitHub-Last-Rev: 2d59b9589efcf4ade6cfd7c8feffc46bf9ba912c
GitHub-Pull-Request: golang/go#67014
Reviewed-on: https://go-review.googlesource.com/c/go/+/581395
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Joedian Reid <joedian@google.com>
2024-05-03 12:00:41 +00:00
..
asan runtime, cmd/go: enable address sanitizer on linux/loong64 2023-08-29 00:22:11 +00:00
cgo runtime/cgo: fix clang mach_port_t cast warning 2024-03-21 21:04:22 +00:00
coverage all: fix a large number of comments 2024-03-26 19:58:28 +00:00
debug all: make use of builtin clear 2024-03-27 18:23:49 +00:00
internal runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
metrics go/types: track gotypesalias non-default behavior 2024-04-18 14:10:47 +00:00
msan runtime, cmd/go: enable memory sanitizer on linux/loong64 2023-08-25 20:58:13 +00:00
pprof runtime/pprof: test for Darwin flake in TestVMInfo 2024-04-16 19:59:50 +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, cmd/trace: remove code paths that include v1 tracer 2024-04-15 16:44:47 +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 runtime: remove odd-forcing of hash constants 2024-04-19 17:39:06 +00:00
align_runtime_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
align_test.go runtime: correct typos 2023-02-08 14:52:12 +00:00
arena.go runtime: remove the allocheaders GOEXPERIMENT 2024-04-09 04:07:57 +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 runtime: add address sanitizer support for ppc64le 2022-08-26 18:13:33 +00:00
asan_riscv64.s runtime: add address sanitizer support for riscv64 2022-05-16 06:55:54 +00:00
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: fix mcall unwinding on Windows 2024-04-25 18:50:21 +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 all: fix spelling errors 2023-06-14 00:03:57 +00:00
asm_ppc64x.h runtime: consolidate function descriptor definitions on PPC64 2023-04-18 22:20:51 +00:00
asm_ppc64x.s runtime: reduce stack usage for asmcgocall on PPC64 2024-04-22 22:46:08 +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 runtime: implement runtime entry for linux/loong64 2022-05-20 15:12:31 +00:00
atomic_mips64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
atomic_mipsx.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
atomic_pointer.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
atomic_ppc64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
atomic_riscv64.s
auxv_none.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
callers_test.go runtime: fix bp restoration in panic recovery for arm64 2023-08-28 21:36:31 +00:00
cgo.go cmd/cgo: add #cgo noescape/nocallback annotations 2023-08-25 17:39:23 +00:00
cgo_mmap.go runtime, cmd/go: enable memory sanitizer on linux/loong64 2023-08-25 20:58:13 +00:00
cgo_ppc64x.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
cgo_sigaction.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
cgocall.go runtime: track frame pointer while in syscall 2024-04-19 17:25:00 +00:00
cgocallback.go
cgocheck.go runtime: remove the allocheaders GOEXPERIMENT 2024-04-09 04:07:57 +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 cmd/compile: add support for unsafe.{String,StringData,SliceData} 2022-08-31 17:15:15 +00:00
closure_test.go
compiler.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
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 runtime/coverage: runtime routines to emit coverage data 2022-09-28 11:48:10 +00:00
covermeta.go runtime/coverage: runtime routines to emit coverage data 2022-09-28 11:48:10 +00:00
cpuflags.go all: replace runtime SSE2 detection with GO386 setting 2021-08-23 21:22:58 +00:00
cpuflags_amd64.go
cpuflags_arm64.go internal/cpu: add a detection for Neoverse(N2, V2) cores 2023-04-25 14:08:20 +00:00
cpuprof.go runtime: more godoc links 2024-01-15 21:21:08 +00:00
cputicks.go runtime: implement cputicks with the stable counter on loong64 2023-03-10 12:47:42 +00:00
crash_cgo_test.go runtime, cmd/trace: remove code paths that include v1 tracer 2024-04-15 16:44:47 +00:00
crash_test.go runtime, cmd/trace: remove code paths that include v1 tracer 2024-04-15 16:44:47 +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 runtime: add page tracer 2022-11-18 03:45:30 +00:00
create_file_unix.go runtime: add page tracer 2022-11-18 03:45:30 +00:00
debug.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
debug_test.go runtime: support for debugger function calls on linux/ppc64le 2023-09-08 15:08:04 +00:00
debugcall.go runtime: take a stack trace during tracing only when we own the stack 2024-04-05 20:50:21 +00:00
debuglog.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
debuglog_off.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
debuglog_on.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
debuglog_test.go runtime: avoid unsafe.{Slice,String} in debuglog 2022-10-18 16:59:26 +00:00
defer_test.go all: stop using fmt.Sprintf in t.Error/t.Fatal 2023-09-20 18:57:24 +00:00
defs1_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
defs1_netbsd_386.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs1_netbsd_amd64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs1_netbsd_arm.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs1_netbsd_arm64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs1_solaris_amd64.go runtime: remove unused _F_{GET,SET}FL constants on solaris and openbsd 2023-05-23 19:40:51 +00:00
defs2_linux.go runtime: move epoll syscalls to runtime/internal/syscall 2022-10-07 18:28:11 +00:00
defs3_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
defs_aix.go runtime: consolidate on a single closeonexec definition 2023-05-20 21:27:51 +00:00
defs_aix_ppc64.go runtime: consolidate on a single closeonexec definition 2023-05-20 21:27:51 +00:00
defs_arm_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
defs_darwin.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_darwin_amd64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_darwin_arm64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_dragonfly.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_dragonfly_amd64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_386.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_amd64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_arm.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_arm64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_riscv64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_illumos_amd64.go
defs_linux.go runtime: move epoll syscalls to runtime/internal/syscall 2022-10-07 18:28:11 +00:00
defs_linux_386.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_amd64.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_arm.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_arm64.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_loong64.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_mips64x.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_mipsx.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_ppc64.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_ppc64le.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_riscv64.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_linux_s390x.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
defs_netbsd.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_netbsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
defs_netbsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
defs_netbsd_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
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 [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assembly symbols 2021-05-21 22:12:04 +00:00
defs_plan9_amd64.go [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assembly symbols 2021-05-21 22:12:04 +00:00
defs_plan9_arm.go
defs_solaris.go runtime: remove unused F_{GET,SET}FL cgo constants on solaris and openbsd 2023-08-24 17:47:39 +00:00
defs_solaris_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
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 runtime: use explicit NOFRAME on windows/amd64 2023-01-24 19:29:51 +00:00
duff_arm.s
duff_arm64.s [dev.typeparams] runtime: mark assembly functions called directly from compiler ABIInternal 2021-06-02 16:49:25 +00:00
duff_loong64.s runtime: make duff device as ABIInternal for loong64 2023-11-21 19:04:21 +00:00
duff_mips64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
duff_ppc64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
duff_riscv64.s runtime: add runtime changes for register ABI on riscv64 2022-03-30 01:12:57 +00:00
duff_s390x.s
ehooks_test.go runtime: change exit hooks test to use RaceDetectorSupported 2022-10-04 18:52:38 +00:00
env_plan9.go runtime: fix a few function names on comments 2022-10-26 02:39:39 +00:00
env_posix.go internal/godebug: remove dependency on os 2022-10-18 14:49:44 +00:00
env_test.go
error.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
example_test.go runtime: clarify Frames.Next documentation 2021-06-18 22:05:09 +00:00
exithook.go all: fix mismatched symbols 2023-06-13 20:02:49 +00:00
export_aix_test.go runtime: consistently define fcntl 2023-05-17 04:58:07 +00:00
export_arm_test.go
export_darwin_test.go runtime: consistently define fcntl 2023-05-17 04:58:07 +00:00
export_debug_amd64_test.go runtime: support for debugger function calls on linux/arm64 2022-04-23 05:38:56 +00:00
export_debug_arm64_test.go runtime: support for debugger function calls on linux/arm64 2022-04-23 05:38:56 +00:00
export_debug_ppc64le_test.go runtime: gofmt -w -s 2023-11-17 15:33:38 +00:00
export_debug_test.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
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 runtime: remove runtime.Add testing function 2023-08-21 20:20:01 +00:00
export_mmap_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
export_pipe2_test.go runtime: remove fallback to pipe on platforms with pipe2 2022-03-03 20:47:17 +00:00
export_pipe_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
export_test.go runtime: rewrite traceMap to scale better 2024-04-10 18:52:49 +00:00
export_unix_test.go runtime: consolidate on a single closeonexec definition 2023-05-20 21:27:51 +00:00
export_windows_test.go runtime: track frame pointer while in syscall 2024-04-19 17:25:00 +00:00
extern.go runtime: remove note about goid reuse 2024-05-02 21:10:56 +00:00
fastlog2.go
fastlog2_test.go
fastlog2table.go
fds_nonunix.go runtime: enforce standard file descriptors open on init on unix 2023-07-25 16:33:33 +00:00
fds_test.go runtime: enforce standard file descriptors open on init on unix 2023-07-25 16:33:33 +00:00
fds_unix.go runtime: call miniterrno on m0 on AIX and Solaris 2023-07-27 22:20:25 +00:00
float.go runtime: fix a few function names on comments 2022-10-26 02:39:39 +00:00
float_test.go cmd/compile,runtime: implement uint64->float32 correctly on 32-bit archs 2021-10-07 18:34:24 +00:00
funcdata.h cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behavior 2023-08-29 18:28:09 +00:00
gc_test.go runtime: remove the allocheaders GOEXPERIMENT 2024-04-09 04:07:57 +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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
hash64.go runtime: for fallback hash, get rid of constant xors 2024-04-19 17:39:28 +00:00
hash_test.go runtime: make it harder to find collisions in the 64-bit fallback hash 2024-04-19 17:38:07 +00:00
heap_test.go runtime: change heapObjectsCanMove to a func 2023-05-25 18:35:49 +00:00
heapdump.go runtime: remove the allocheaders GOEXPERIMENT 2024-04-09 04:07:57 +00:00
histogram.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
histogram_test.go runtime: shrink time histogram buckets 2022-09-16 16:32:01 +00:00
iface.go runtime,reflect: move zeroVal to internal/abi 2024-05-03 12:00:41 +00:00
iface_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
import_test.go runtime: ignore SPWrite on innermost traceback frame 2023-09-06 14:45:46 +00:00
importx_test.go runtime: create an API for unwinding inlined frames 2023-03-10 17:18:27 +00:00
lfstack.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
lfstack_test.go runtime: fix conflict between lfstack and checkptr 2022-11-17 23:12:04 +00:00
libfuzzer.go cmd/link, runtime: use a different section for Go libfuzzer counters 2022-12-23 01:12:02 +00:00
libfuzzer_amd64.s runtime: fix misaligned SP for libfuzzer entry 2023-05-10 04:57:07 +00:00
libfuzzer_arm64.s runtime: fix inline assembly trampoline for arm64 2022-06-07 14:47:46 +00:00
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 runtime: always acquire M when acquiring locks by rank 2024-04-22 14:29:04 +00:00
lockrank_on.go runtime: always acquire M when acquiring locks by rank 2024-04-22 14:29:04 +00:00
lockrank_test.go runtime: log stderr in TestLockRankGenerated on failure 2023-08-29 20:57:33 +00:00
malloc.go runtime: make zeroing of large objects containing pointers preemptible 2024-04-09 14:35:47 +00:00
malloc_test.go all: use ^TestName$ regular pattern for invoking a single test 2023-09-05 23:35:29 +00:00
map.go runtime,reflect: move zeroVal to internal/abi 2024-05-03 12:00:41 +00:00
map_benchmark_test.go runtime: improve performance of empty map with interface key type 2023-08-09 16:41:16 +00:00
map_fast32.go runtime,reflect: move zeroVal to internal/abi 2024-05-03 12:00:41 +00:00
map_fast64.go runtime,reflect: move zeroVal to internal/abi 2024-05-03 12:00:41 +00:00
map_faststr.go runtime,reflect: move zeroVal to internal/abi 2024-05-03 12:00:41 +00:00
map_test.go runtime: use bootstrapRand to initialize hashkey 2024-04-19 16:34:32 +00:00
mbarrier.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
mbitmap.go runtime: make zeroing of large objects containing pointers preemptible 2024-04-09 14:35:47 +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 runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
mem_aix.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
mem_bsd.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
mem_darwin.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
mem_js.go runtime: add remaining wasip1 files 2023-04-06 17:48:24 +00:00
mem_linux.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mem_plan9.go runtime: reuse freed memory blocks on wasm 2023-03-21 02:45:06 +00:00
mem_sbrk.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
mem_wasip1.go runtime: add remaining wasip1 files 2023-04-06 17:48:24 +00:00
mem_wasm.go runtime: add remaining wasip1 files 2023-04-06 17:48:24 +00:00
mem_windows.go runtime: avoid MADV_HUGEPAGE for heap memory 2023-08-22 19:05:10 +00:00
memclr_386.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
memclr_amd64.s runtime: store pointer-size words in memclr 2022-05-10 20:52:34 +00:00
memclr_arm.s runtime: convert windows/arm64 assembly 2021-02-19 00:41:03 +00:00
memclr_arm64.s all: delete ARM64 non-register ABI fallback path 2022-03-18 18:26:13 +00:00
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 all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
memclr_mipsx.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
memclr_plan9_386.s runtime: document pointer write atomicity for memclrNoHeapPointers 2021-01-29 19:11:07 +00:00
memclr_plan9_amd64.s runtime: document pointer write atomicity for memclrNoHeapPointers 2021-01-29 19:11:07 +00:00
memclr_ppc64x.s runtime: improve ppc64x memclr for tail bytes 2023-05-16 17:08:59 +00:00
memclr_riscv64.s all: clean up addition of constants in riscv64 assembly 2023-11-09 13:57:06 +00:00
memclr_s390x.s runtime: document pointer write atomicity for memclrNoHeapPointers 2021-01-29 19:11:07 +00:00
memclr_wasm.s runtime: add wasm bulk memory operations 2022-10-27 10:37:01 +00:00
memmove_386.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
memmove_amd64.s runtime: fix URL in a comment 2022-04-10 15:52:08 +00:00
memmove_arm.s
memmove_arm64.s all: delete ARM64 non-register ABI fallback path 2022-03-18 18:26:13 +00:00
memmove_linux_amd64_test.go runtime: simplify code using unsafe.{Slice,String} 2022-09-07 01:48:30 +00:00
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 all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
memmove_mipsx.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
memmove_plan9_386.s
memmove_plan9_amd64.s
memmove_ppc64x.s cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment 2023-04-21 16:47:45 +00:00
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: make use of builtin clear in tests 2024-03-29 16:41:12 +00:00
memmove_wasm.s runtime: add wasm bulk memory operations 2022-10-27 10:37:01 +00:00
metrics.go runtime: move GC pause time CPU metrics update into the STW 2024-04-08 21:03:13 +00:00
metrics_test.go runtime: test mutex contention stacks and counts 2024-04-24 13:36:48 +00:00
mfinal.go runtime: remove the allocheaders GOEXPERIMENT 2024-04-09 04:07:57 +00:00
mfinal_test.go runtime: remove arbitrary GOARCH constraints in finalizer tests 2023-01-19 20:45:58 +00:00
mfixalloc.go runtime: use max/min func 2023-10-24 20:28:25 +00:00
mgc.go unique: add unique package and implement Make/Handle 2024-04-22 18:14:07 +00:00
mgclimit.go runtime: reduced struct sizes found via pahole 2024-04-22 22:07:41 +00:00
mgclimit_test.go runtime: make CPU limiter assist time much less error-prone 2022-05-13 16:02:20 +00:00
mgcmark.go internal/weak: add package implementing weak pointers 2024-04-18 21:25:11 +00:00
mgcpacer.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgcpacer_test.go runtime: make the memory limit heap goal headroom proportional 2023-05-19 13:53:21 +00:00
mgcscavenge.go runtime: reduced struct sizes found via pahole 2024-04-22 22:07:41 +00:00
mgcscavenge_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgcstack.go runtime: drop stack-allocated pcvalueCaches 2023-08-21 21:06:52 +00:00
mgcsweep.go internal/weak: add package implementing weak pointers 2024-04-18 21:25:11 +00:00
mgcwork.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mheap.go internal/weak: add package implementing weak pointers 2024-04-18 21:25:11 +00:00
minmax.go cmd/compile: implement min/max builtins 2023-05-23 18:15:22 +00:00
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 runtime: avoid fma in mkfastlog2table 2022-06-26 22:12:19 +00:00
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 runtime, cmd/go: enable memory sanitizer on linux/loong64 2023-08-25 20:58:13 +00:00
mpagealloc.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mpagealloc_32bit.go runtime: bring back minHeapIdx in scavenge index 2023-04-20 20:08:25 +00:00
mpagealloc_64bit.go runtime: correct scavengeIndex.sysGrow min index handling 2024-01-03 11:00:10 +00:00
mpagealloc_test.go runtime: set iOS addr space to 40 bits with incremental pagealloc 2021-12-06 19:16:48 +00:00
mpagecache.go runtime: manage huge pages explicitly 2023-04-19 14:30:00 +00:00
mpagecache_test.go runtime: set iOS addr space to 40 bits with incremental pagealloc 2021-12-06 19:16:48 +00:00
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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
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.go runtime: remove the allocheaders GOEXPERIMENT 2024-04-09 04:07:57 +00:00
mspanset.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mstats.go runtime: move GC pause time CPU metrics update into the STW 2024-04-08 21:03:13 +00:00
mwbbuf.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
nbpipe_pipe.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
nbpipe_pipe2.go runtime: remove fallback to pipe on platforms with pipe2 2022-03-03 20:47:17 +00:00
nbpipe_pipe_test.go runtime: remove fallback to pipe on platforms with pipe2 2022-03-03 20:47:17 +00:00
nbpipe_test.go runtime: change fcntl to return two values 2023-05-20 20:32:54 +00:00
net_plan9.go
netpoll.go runtime: reduced struct sizes found via pahole 2024-04-22 22:07:41 +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 runtime: adjust netpollWaiters after goroutines are ready 2023-07-20 15:45:57 +00:00
netpoll_kqueue.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
netpoll_kqueue_event.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
netpoll_kqueue_pipe.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +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 all: make use of builtin clear 2024-03-27 18:23:49 +00:00
netpoll_windows.go all: fix a large number of comments 2024-03-26 19:58:28 +00:00
nonwindows_stub.go runtime: don't call lockOSThread for every syscall call on Windows 2024-03-26 03:12:13 +00:00
norace_linux_test.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
norace_test.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
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 runtime: tricky replacements of _g_ in os3_plan9.go 2022-08-02 18:51:38 +00:00
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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
os_freebsd_amd64.go [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal 2021-05-21 22:40:36 +00:00
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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
os_freebsd_riscv64.go runtime: add support for freebsd/riscv64 2022-09-28 03:17:13 +00:00
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 runtime: treat SI_TKILL like SI_USER on Linux 2022-09-21 01:56:24 +00:00
os_linux_generic.go runtime: treat SI_TKILL like SI_USER on Linux 2022-09-21 01:56:24 +00:00
os_linux_loong64.go runtime: implement cputicks with the stable counter on loong64 2023-03-10 12:47:42 +00:00
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 runtime: implement runtime entry for linux/loong64 2022-05-20 15:12:31 +00:00
os_linux_novdso.go runtime: support vdso for linux/loong64 2022-05-19 19:32:35 +00:00
os_linux_ppc64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
os_linux_riscv64.go
os_linux_s390x.go runtime: handle SIGPE exception for p256 crypto package on s390x 2023-08-01 17:36:28 +00:00
os_linux_x86.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
os_netbsd.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_netbsd_386.go [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assembly symbols 2021-05-21 22:12:04 +00:00
os_netbsd_amd64.go [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assembly symbols 2021-05-21 22:12:04 +00:00
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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
os_only_solaris.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
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 runtime: retry thread creation on EAGAIN 2022-11-10 20:44:45 +00:00
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 runtime: retry thread creation on EAGAIN 2022-11-10 20:44:45 +00:00
os_openbsd_syscall1.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
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 runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
os_unix.go runtime: consolidate on a single closeonexec definition 2023-05-20 21:27:51 +00:00
os_unix_nonlinux.go runtime: treat SI_TKILL like SI_USER on Linux 2022-09-21 01:56:24 +00:00
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 testing: use QueryPerformanceCounter on Windows 2024-04-26 22:55:25 +00:00
os_windows_arm.go
os_windows_arm64.go runtime: initial windows/arm64 implementation files 2021-02-19 00:40:56 +00:00
pagetrace_off.go runtime: add page tracer 2022-11-18 03:45:30 +00:00
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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
panic_test.go
panicnil_test.go internal/godebug: export non-default-behavior counters in runtime/metrics 2023-01-19 22:26:43 +00:00
pinner.go all: fix some comments 2024-04-04 14:29:45 +00:00
pinner_test.go runtime: silently allow pinning of non-Go pointers in runtime.Pinner.Pin 2023-09-13 18:36:12 +00:00
plugin.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
preempt.go Revert "runtime: preempt more aggressively when panicking" 2024-02-01 18:09:36 +00:00
preempt_386.s all: replace runtime SSE2 detection with GO386 setting 2021-08-23 21:22:58 +00:00
preempt_amd64.s runtime: remove dead code and unnecessary checks for amd64 2022-08-18 17:17:01 +00:00
preempt_arm.s all: add floating point option for ARM targets 2023-11-20 17:19:36 +00:00
preempt_arm64.s runtime: use stp/ldp to save and restore all registers on arm64 2022-03-03 01:58:56 +00:00
preempt_loong64.s runtime: save and restore fcc registers in async preempt on loong64 2023-03-22 19:29:43 +00:00
preempt_mips64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
preempt_mipsx.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
preempt_nonwindows.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
preempt_ppc64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
preempt_riscv64.s all: clean up addition of constants in riscv64 assembly 2023-11-09 13:57:06 +00:00
preempt_s390x.s [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of assembly functions 2021-05-21 21:52:38 +00:00
preempt_wasm.s [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of assembly functions 2021-05-21 21:52:38 +00:00
print.go all: fix typos in go file comments 2023-01-20 03:27:26 +00:00
proc.go runtime: switch to systemstack before throw in casgstatus 2024-04-23 02:53:00 +00:00
proc_runtime_test.go runtime: improve work stealing randomness 2022-03-01 18:43:08 +00:00
proc_test.go all: fix spelling errors 2023-06-14 00:03:57 +00:00
profbuf.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
profbuf_test.go runtime: remove an arbitrary timeout in TestProfBuf 2023-09-15 20:04:56 +00:00
proflabel.go
race.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
race0.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
race_amd64.s all: fix Microsoft links 2023-09-12 16:42:41 +00:00
race_arm64.s runtime: don't clobber saved frame pointer during arm64 racecall 2024-02-27 20:11:27 +00:00
race_ppc64le.s runtime: use 1-byte load for address checking in racecallatomic 2023-06-16 14:09:02 +00:00
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 runtime: trivial replacements of _g_ in remaining files 2022-08-02 18:52:03 +00:00
retry.go runtime: retry thread creation on EAGAIN 2022-11-10 20:44:45 +00:00
rt0_aix_ppc64.s runtime: consolidate function descriptor definitions on PPC64 2023-04-18 22:20:51 +00:00
rt0_android_386.s
rt0_android_amd64.s
rt0_android_arm.s
rt0_android_arm64.s
rt0_darwin_amd64.s
rt0_darwin_arm64.s runtime: unify C->Go ABI transitions on arm64 2022-03-30 01:28:43 +00:00
rt0_dragonfly_amd64.s
rt0_freebsd_386.s
rt0_freebsd_amd64.s
rt0_freebsd_arm.s
rt0_freebsd_arm64.s runtime: unify C->Go ABI transitions on arm64 2022-03-30 01:28:43 +00:00
rt0_freebsd_riscv64.s runtime: add support for freebsd/riscv64 2022-09-28 03:17:13 +00:00
rt0_illumos_amd64.s
rt0_ios_amd64.s
rt0_ios_arm64.s
rt0_js_wasm.s all: add wasip1 asm and link logic 2023-04-05 19:28:25 +00:00
rt0_linux_386.s
rt0_linux_amd64.s
rt0_linux_arm.s
rt0_linux_arm64.s runtime: unify C->Go ABI transitions on arm64 2022-03-30 01:28:43 +00:00
rt0_linux_loong64.s runtime: add support for --buildmode=c-shared on loong64 2023-04-10 15:50:43 +00:00
rt0_linux_mips64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
rt0_linux_mipsx.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
rt0_linux_ppc64.s runtime: consolidate function descriptor definitions on PPC64 2023-04-18 22:20:51 +00:00
rt0_linux_ppc64le.s runtime: cleanup ppc64le/linux library startup code 2023-04-12 20:52:19 +00:00
rt0_linux_riscv64.s all: add support for c-archive and c-shared on linux/riscv64 2021-11-03 09:23:34 +00:00
rt0_linux_s390x.s
rt0_netbsd_386.s
rt0_netbsd_amd64.s
rt0_netbsd_arm.s
rt0_netbsd_arm64.s runtime: unify C->Go ABI transitions on arm64 2022-03-30 01:28:43 +00:00
rt0_openbsd_386.s
rt0_openbsd_amd64.s
rt0_openbsd_arm.s
rt0_openbsd_arm64.s runtime: unify C->Go ABI transitions on arm64 2022-03-30 01:28:43 +00:00
rt0_openbsd_mips64.s
rt0_openbsd_ppc64.s runtime: add support for openbsd/ppc64 2023-08-22 02:48:11 +00:00
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 all: add wasip1 asm and link logic 2023-04-05 19:28:25 +00:00
rt0_windows_386.s
rt0_windows_amd64.s runtime: ensure stack is aligned in _rt0_amd64_windows_lib 2023-07-19 11:55:15 +00:00
rt0_windows_arm.s
rt0_windows_arm64.s runtime: remove unnecessary NOFRAME flags on windows 2023-03-01 14:25:13 +00:00
runtime-gdb.py all: fix a lot of comments 2023-05-10 12:59:20 +00:00
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: refactor defer processing 2023-07-31 16:52:06 +00:00
runtime.go runtime,reflect: move zeroVal to internal/abi 2024-05-03 12:00:41 +00:00
runtime1.go runtime: take a stack trace during tracing only when we own the stack 2024-04-05 20:50:21 +00:00
runtime2.go runtime: reduced struct sizes found via pahole 2024-04-22 22:07:41 +00:00
runtime_boring.go
runtime_linux_test.go runtime: remove runtime.Add testing function 2023-08-21 20:20:01 +00:00
runtime_mmap_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
runtime_test.go runtime: add remaining wasip1 files 2023-04-06 17:48:24 +00:00
runtime_unix_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
rwmutex.go runtime: always acquire M when acquiring locks by rank 2024-04-22 14:29:04 +00:00
rwmutex_test.go runtime: properly model rwmutex in lock ranking 2023-12-15 22:00:45 +00:00
security_aix.go runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
security_issetugid.go runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
security_linux.go runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
security_nonunix.go runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
security_test.go runtime: Use doas -n in TestSUID on OpenBSD 2023-06-13 18:10:14 +00:00
security_unix.go runtime: enforce standard file descriptors open on init on unix 2023-07-25 16:33:33 +00:00
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 runtime: convert flaky semaphore linearity test into benchmark 2022-06-21 19:37:22 +00:00
semasleep_test.go runtime: add remaining wasip1 files 2023-04-06 17:48:24 +00:00
sigaction.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
signal_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
signal_aix_ppc64.go all: fix copyright headers 2023-12-15 21:57:36 +00:00
signal_amd64.go runtime: support for debugger function calls on linux/arm64 2022-04-23 05:38:56 +00:00
signal_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
signal_arm64.go runtime: save frame pointer to the stack in signal handlers for arm64 2023-04-05 18:16:00 +00:00
signal_darwin.go
signal_darwin_amd64.go misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal 2022-08-19 23:07:11 +00:00
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 runtime: add support for freebsd/riscv64 2022-09-28 03:17:13 +00:00
signal_linux_386.go [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with internal/goarch.PtrSize [generated] 2021-06-17 18:54:48 +00:00
signal_linux_amd64.go [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with internal/goarch.PtrSize [generated] 2021-06-17 18:54:48 +00:00
signal_linux_arm.go [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with internal/goarch.PtrSize [generated] 2021-06-17 18:54:48 +00:00
signal_linux_arm64.go [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with internal/goarch.PtrSize [generated] 2021-06-17 18:54:48 +00:00
signal_linux_loong64.go runtime: implement signal for linux/loong64 2022-05-19 19:32:33 +00:00
signal_linux_mips64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
signal_linux_mipsx.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
signal_linux_ppc64x.go runtime: support for debugger function calls on linux/ppc64le 2023-09-08 15:08:04 +00:00
signal_linux_riscv64.go [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with internal/goarch.PtrSize [generated] 2021-06-17 18:54:48 +00:00
signal_linux_s390x.go [dev.typeparams] runtime: fix import sort order [generated] 2021-06-17 20:42:23 +00:00
signal_loong64.go cmd/asm, runtime: remove the RSB register from loong64 2023-03-21 06:51:28 +00:00
signal_mips64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
signal_mipsx.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
signal_netbsd.go
signal_netbsd_386.go
signal_netbsd_amd64.go runtime: let (*sigctxt).r9 return the correct register value on netbsd 2023-03-21 18:51:53 +00:00
signal_netbsd_arm.go
signal_netbsd_arm64.go
signal_openbsd.go runtime: switch runtime to libc for openbsd/amd64 2021-01-22 18:58:08 +00:00
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 runtime: add support for openbsd/ppc64 2023-08-22 02:48:11 +00:00
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 runtime: support for debugger function calls on linux/ppc64le 2023-09-08 15:08:04 +00:00
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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sigqueue_plan9.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
sigtab_aix.go
sigtab_linux_generic.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sigtab_linux_mipsx.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sizeclasses.go runtime: implement Pinner API for object pinning 2023-05-19 14:59:14 +00:00
sizeof_test.go runtime: reduced struct sizes found via pahole 2024-04-22 22:07:41 +00:00
slice.go runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
slice_test.go
softfloat64.go runtime: fix uint64->float32 conversion for softfloat 2021-10-08 17:58:41 +00:00
softfloat64_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
stack.go runtime: take a stack trace during tracing only when we own the stack 2024-04-05 20:50:21 +00:00
stack_test.go all: fix spelling errors 2023-06-14 00:03:57 +00:00
start_line_amd64_test.go runtime/internal/startlinetest: work around shared buildmode linking issue 2022-12-22 04:34:33 +00:00
start_line_test.go all: gofmt 2023-03-20 22:54:22 +00:00
stkframe.go all: use kind* of abi 2024-04-02 15:10:48 +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 cmd/gc: test temp string comparison with all ops 2022-12-13 14:05:23 +00:00
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 runtime: add remaining wasip1 files 2023-04-06 17:48:24 +00:00
stubs_386.go runtime: rename getcallerfp to getfp 2023-05-22 10:04:13 +00:00
stubs_amd64.go runtime: support SetUnhandledExceptionFilter on Windows 2023-10-05 08:26:52 +00:00
stubs_arm.go runtime: rename getcallerfp to getfp 2023-05-22 10:04:13 +00:00
stubs_arm64.go runtime: rename getcallerfp to getfp 2023-05-22 10:04:13 +00:00
stubs_linux.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
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 runtime: rename getcallerfp to getfp 2023-05-22 10:04:13 +00:00
stubs_mipsx.go runtime: rename getcallerfp to getfp 2023-05-22 10:04:13 +00:00
stubs_nonlinux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
stubs_ppc64.go all: add missing periods in comments 2022-11-18 17:59:44 +00:00
stubs_ppc64x.go runtime: add support for openbsd/ppc64 2023-08-22 02:48:11 +00:00
stubs_riscv64.go runtime: add runtime support for openbsd/riscv64 port 2023-10-04 02:55:17 +00:00
stubs_s390x.go runtime: rename getcallerfp to getfp 2023-05-22 10:04:13 +00:00
symtab.go runtime: reduced struct sizes found via pahole 2024-04-22 22:07:41 +00:00
symtab_test.go all: fix spelling 2022-05-17 21:46:33 +00:00
symtabinl.go runtime: drop stack-allocated pcvalueCaches 2023-08-21 21:06:52 +00:00
symtabinl_test.go runtime: drop stack-allocated pcvalueCaches 2023-08-21 21:06:52 +00:00
sys_aix_ppc64.s runtime: tidy _Stack* constant naming 2023-04-21 19:29:00 +00:00
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 runtime,runtime/pprof: get memory mappings on darwin. 2023-08-03 16:07:59 +00:00
sys_darwin_arm64.go runtime: keep //go:cgo_unsafe_args arguments alive to prevent GC 2021-11-30 03:11:18 +00:00
sys_darwin_arm64.s runtime,runtime/pprof: get memory mappings on darwin. 2023-08-03 16:07:59 +00:00
sys_dragonfly_amd64.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_freebsd_386.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_freebsd_amd64.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_freebsd_arm.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_freebsd_arm64.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_freebsd_riscv64.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_libc.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
sys_linux_386.s runtime: add "sigaction" to sigreturn symbol name 2023-03-24 18:53:44 +00:00
sys_linux_amd64.s runtime: add "sigaction" to sigreturn symbol name 2023-03-24 18:53:44 +00:00
sys_linux_arm.s runtime: add "sigaction" to sigreturn symbol name 2023-03-24 18:53:44 +00:00
sys_linux_arm64.s runtime: add "sigaction" to sigreturn symbol name 2023-03-24 18:53:44 +00:00
sys_linux_loong64.s runtime, cmd/go: enable memory sanitizer on linux/loong64 2023-08-25 20:58:13 +00:00
sys_linux_mips64x.s runtime: always keep global reference to mp until mexit completes 2022-10-18 20:57:24 +00:00
sys_linux_mipsx.s runtime: always keep global reference to mp until mexit completes 2022-10-18 20:57:24 +00:00
sys_linux_ppc64x.s runtime: consolidate function descriptor definitions on PPC64 2023-04-18 22:20:51 +00:00
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 runtime: add "sigaction" to sigreturn symbol name 2023-03-24 18:53:44 +00:00
sys_loong64.go runtime: implement runtime entry for linux/loong64 2022-05-20 15:12:31 +00:00
sys_mips64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sys_mipsx.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sys_netbsd_386.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_netbsd_amd64.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_netbsd_arm.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_netbsd_arm64.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_nonppc64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sys_openbsd.go runtime: keep //go:cgo_unsafe_args arguments alive to prevent GC 2021-11-30 03:11:18 +00:00
sys_openbsd1.go runtime: keep //go:cgo_unsafe_args arguments alive to prevent GC 2021-11-30 03:11:18 +00:00
sys_openbsd2.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
sys_openbsd3.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sys_openbsd_386.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_openbsd_amd64.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_openbsd_arm.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_openbsd_arm64.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_openbsd_mips64.s runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
sys_openbsd_ppc64.s runtime: add support for openbsd/ppc64 2023-08-22 02:48:11 +00:00
sys_openbsd_riscv64.s runtime: add runtime support for openbsd/riscv64 port 2023-10-04 02:55:17 +00:00
sys_plan9_386.s [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assembly symbols 2021-05-21 22:12:04 +00:00
sys_plan9_amd64.s runtime: use explicit NOFRAME on plan9/amd64 2023-03-01 16:41:22 +00:00
sys_plan9_arm.s runtime: rename walltime1 to walltime 2021-04-29 14:15:04 +00:00
sys_ppc64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sys_riscv64.go
sys_s390x.go
sys_solaris_amd64.s runtime: tidy _Stack* constant naming 2023-04-21 19:29:00 +00:00
sys_wasm.go all: implement wasmimport directive 2023-03-02 05:28:55 +00:00
sys_wasm.s runtime: add remaining wasip1 files 2023-04-06 17:48:24 +00:00
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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
syscall2_solaris.go runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
syscall_aix.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
syscall_solaris.go runtime: implement SUID/SGID protections 2023-06-06 18:49:01 +00:00
syscall_unix_test.go runtime: add page tracer 2022-11-18 03:45:30 +00:00
syscall_windows.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
syscall_windows_test.go runtime: remove unnecessary timeout in TestCallbackInAnotherThread 2023-08-31 16:31:35 +00:00
tagptr.go runtime: change lfstack support to taggedPointer 2023-04-18 20:22:50 +00:00
tagptr_32bit.go runtime: change lfstack support to taggedPointer 2023-04-18 20:22:50 +00:00
tagptr_64bit.go runtime: change lfstack support to taggedPointer 2023-04-18 20:22:50 +00:00
test_amd64.go runtime: ignore SPWrite on innermost traceback frame 2023-09-06 14:45:46 +00:00
test_amd64.s all: add missing copyright header 2023-11-17 23:34:11 +00:00
test_stubs.go runtime: ignore SPWrite on innermost traceback frame 2023-09-06 14:45:46 +00:00
textflag.h runtime: remove implicit NOFRAME heuristic support 2023-03-01 17:28:41 +00:00
time.go runtime: simplify timers.siftDown 2024-03-29 14:36:24 +00:00
time_fake.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
time_linux_amd64.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
time_nofake.go runtime: allow builtin write function to be redirected with function pointer 2021-11-04 14:17:18 +00:00
time_test.go time: move runtimeTimer out of Timer struct 2024-03-09 03:40:04 +00:00
time_windows.h runtime: on windows, read nanotime with one instruction or issue barrier 2021-11-03 18:37:22 +00:00
time_windows_386.s runtime: remove slow time compatibility hacks for wine 2023-09-07 17:19:45 +00:00
time_windows_amd64.s runtime: remove slow time compatibility hacks for wine 2023-09-07 17:19:45 +00:00
time_windows_arm.s runtime: remove slow time compatibility hacks for wine 2023-09-07 17:19:45 +00:00
time_windows_arm64.s runtime: remove slow time compatibility hacks for wine 2023-09-07 17:19:45 +00:00
timeasm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
timestub.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
timestub2.go runtime: add remaining wasip1 files 2023-04-06 17:48:24 +00:00
tls_arm.s runtime: not mark save_g NOFRAME on ARM 2022-05-10 20:38:07 +00:00
tls_arm64.h runtime: delete useless TPIDR macro on arm64 2022-03-22 20:46:22 +00:00
tls_arm64.s runtime: convert windows/arm64 assembly 2021-02-19 00:41:03 +00:00
tls_loong64.s runtime: load/save TLS variable g on loong64 2022-05-17 20:18:25 +00:00
tls_mips64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
tls_mipsx.s runtime: correct typos 2023-02-08 14:52:12 +00:00
tls_ppc64x.s runtime: add support for openbsd/ppc64 2023-08-22 02:48:11 +00:00
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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
tls_windows_amd64.go runtime: bypass ABI wrapper when calling needm on Windows 2021-03-24 19:18:50 +00:00
trace.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
trace2map_test.go runtime: rewrite traceMap to scale better 2024-04-10 18:52:49 +00:00
trace_cgo_test.go runtime, cmd/trace: remove code paths that include v1 tracer 2024-04-15 16:44:47 +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 runtime: ignore SPWrite on innermost traceback frame 2023-09-06 14:45:46 +00:00
tracebuf.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
tracecpu.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
traceevent.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
tracemap.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
traceregion.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
traceruntime.go runtime: track frame pointer while in syscall 2024-04-19 17:25:00 +00:00
tracestack.go runtime: track frame pointer while in syscall 2024-04-19 17:25:00 +00:00
tracestatus.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
tracestring.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
tracetime.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
type.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
typekind.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
unsafe.go all: add reflect.SliceAt function 2024-04-02 21:51:18 +00:00
unsafepoint_test.go runtime: test that write barriers are correctly marked unpreemptible 2023-08-11 20:24:56 +00:00
utf8.go
vdso_elf32.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
vdso_elf64.go runtime: support vdso for linux/loong64 2022-05-19 19:32:35 +00:00
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 runtime: fast clock_gettime on FreeBSD, use physical/virtual ARM timer 2022-09-04 04:17:04 +00:00
vdso_freebsd_riscv64.go runtime: Add vdso on freebsd/riscv64 2022-10-20 15:14:38 +00:00
vdso_freebsd_x86.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
vdso_in_none.go runtime: support vdso for linux/loong64 2022-05-19 19:32:35 +00:00
vdso_linux.go runtime: support vdso for linux/loong64 2022-05-19 19:32:35 +00:00
vdso_linux_386.go
vdso_linux_amd64.go
vdso_linux_arm.go
vdso_linux_arm64.go runtime: correct linux-arm64 vdso hash codes 2023-08-31 00:15:25 +00:00
vdso_linux_loong64.go runtime: fix the vDSO symbol version on loong64 2022-05-23 21:58:55 +00:00
vdso_linux_mips64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
vdso_linux_ppc64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
vdso_linux_riscv64.go runtime: use vDSO clock_gettime on linux/riscv64 2021-09-02 01:23:38 +00:00
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 all: gofmt main repo 2022-04-11 16:34:30 +00:00
wincallback.go runtime: use explicit NOFRAME on windows/amd64 2023-01-24 19:29:51 +00:00
write_err.go runtime/debug: SetCrashOutput sets the FD for fatal panics 2024-01-31 16:50:42 +00:00
write_err_android.go all: make use of builtin clear 2024-03-27 18:23:49 +00:00
zcallback_windows.go
zcallback_windows.s runtime: use explicit NOFRAME on windows/amd64 2023-01-24 19:29:51 +00:00
zcallback_windows_arm.s [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of assembly functions 2021-05-21 21:52:38 +00:00
zcallback_windows_arm64.s [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of assembly functions 2021-05-21 21:52:38 +00:00