..
asan
runtime: add address sanitizer support for ppc64le
2022-08-26 18:13:33 +00:00
cgo
runtime: add msan support on freebsd/amd64
2022-10-14 12:48:03 +00:00
coverage
cmd/compile: tweak inliners handling of coverage counter updates
2022-10-10 19:56:43 +00:00
debug
…
internal
runtime/internal/startlinetest: add NO_LOCAL_POINTERS macro to asm function
2022-10-14 18:33:34 +00:00
metrics
runtime/metrics: add /sync/mutex/wait/total:seconds metric
2022-09-16 16:33:08 +00:00
msan
runtime: add msan support on freebsd/amd64
2022-10-14 12:48:03 +00:00
pprof
runtime/pprof: set Function.start_line field
2022-10-14 14:48:40 +00:00
race
runtime/race: introduce subarch versioning of race syso
2022-09-15 14:08:12 +00:00
testdata
all: use time.Since instead of time.Now().Sub
2022-10-02 02:28:27 +00:00
trace
all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by fmt.Fprint*(w, ...)
2022-09-14 16:11:21 +00:00
HACKING.md
runtime: add and use runtime/internal/sys.NotInHeap
2022-08-19 00:29:18 +00:00
Makefile
…
abi_test.go
…
alg.go
cmd/compile,runtime,reflect: move embedded bit from offset to name
2022-06-14 23:22:11 +00:00
align_runtime_test.go
runtime: convert ticksType.val to atomic type
2022-08-23 20:00:03 +00:00
align_test.go
runtime: use strings.Builder
2022-09-07 07:02:51 +00:00
arena.go
arena: add experimental arena package
2022-10-12 20:23:36 +00:00
arena_test.go
arena: add experimental arena package
2022-10-12 20:23:36 +00:00
asan.go
…
asan0.go
…
asan_amd64.s
…
asan_arm64.s
…
asan_ppc64le.s
runtime: add address sanitizer support for ppc64le
2022-08-26 18:13:33 +00:00
asan_riscv64.s
…
asm.s
…
asm_386.s
…
asm_amd64.h
runtime: remove dead code and unnecessary checks for amd64
2022-08-18 17:17:01 +00:00
asm_amd64.s
…
asm_arm.s
runtime: mark morestack_noctxt SPWRITE on LR architectures
2022-08-25 14:56:18 +00:00
asm_arm64.s
runtime: mark morestack_noctxt SPWRITE on LR architectures
2022-08-25 14:56:18 +00:00
asm_loong64.s
runtime: clean up unused function gosave on loong64
2022-06-28 16:41:48 +00:00
asm_mips64x.s
runtime: mark morestack_noctxt SPWRITE on LR architectures
2022-08-25 14:56:18 +00:00
asm_mipsx.s
runtime: mark morestack_noctxt SPWRITE on LR architectures
2022-08-25 14:56:18 +00:00
asm_ppc64x.h
…
asm_ppc64x.s
runtime: mark morestack_noctxt SPWRITE on LR architectures
2022-08-25 14:56:18 +00:00
asm_riscv64.s
runtime: mark morestack_noctxt SPWRITE on LR architectures
2022-08-25 14:56:18 +00:00
asm_s390x.s
runtime: mark morestack_noctxt SPWRITE on LR architectures
2022-08-25 14:56:18 +00:00
asm_wasm.s
…
atomic_arm64.s
…
atomic_loong64.s
runtime: implement runtime entry for linux/loong64
2022-05-20 15:12:31 +00:00
atomic_mips64x.s
…
atomic_mipsx.s
…
atomic_pointer.go
…
atomic_ppc64x.s
…
atomic_riscv64.s
…
auxv_none.go
…
callers_test.go
…
cgo.go
…
cgo_mmap.go
runtime: add msan support on freebsd/amd64
2022-10-14 12:48:03 +00:00
cgo_ppc64x.go
…
cgo_sigaction.go
…
cgocall.go
Revert "runtime: convert ncgocall to atomic type"
2022-09-01 18:08:05 +00:00
cgocallback.go
…
cgocheck.go
runtime: redo heap bitmap
2022-08-16 20:39:36 +00:00
chan.go
runtime: convert g.selectDone to atomic type
2022-08-26 15:36:36 +00:00
chan_test.go
…
chanbarrier_test.go
…
checkptr.go
…
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
…
complex.go
…
complex_test.go
…
conv_wasm_test.go
…
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
…
cpuflags_amd64.go
…
cpuflags_arm64.go
…
cpuprof.go
runtime: convert prof.hz to atomic type
2022-08-12 01:53:44 +00:00
cputicks.go
runtime: implement runtime entry for linux/loong64
2022-05-20 15:12:31 +00:00
crash_cgo_test.go
runtime/trace: skip tests if parsing fails with timestamp error
2022-09-30 05:48:38 +00:00
crash_test.go
runtime: gofmt
2022-08-09 22:46:10 +00:00
crash_unix_test.go
…
debug.go
Revert "runtime: convert ncgocall to atomic type"
2022-09-01 18:08:05 +00:00
debug_test.go
Revert "runtime: convert local var stop,ready at TestDebugCallUnsafePoint to atomic type"
2022-09-06 14:44:23 +00:00
debugcall.go
runtime: set G wait reason more consistently
2022-09-16 16:32:29 +00:00
debuglog.go
runtime: replace stringStruct with unsafe.String where appropriate
2022-09-13 16:42:28 +00:00
debuglog_off.go
…
debuglog_on.go
…
debuglog_test.go
runtime: use strings.Builder
2022-09-07 07:02:51 +00:00
defer_test.go
…
defs1_linux.go
…
defs1_netbsd_386.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs1_netbsd_amd64.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs1_netbsd_arm.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs1_netbsd_arm64.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs1_solaris_amd64.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs2_linux.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
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: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_dragonfly_amd64.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_freebsd.go
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall
2022-09-16 06:31:07 +00:00
defs_freebsd_386.go
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall
2022-09-16 06:31:07 +00:00
defs_freebsd_amd64.go
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall
2022-09-16 06:31:07 +00:00
defs_freebsd_arm.go
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall
2022-09-16 06:31:07 +00:00
defs_freebsd_arm64.go
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall
2022-09-16 06:31:07 +00:00
defs_freebsd_riscv64.go
runtime: add support for freebsd/riscv64
2022-09-28 03:17:13 +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: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_amd64.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_arm.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_arm64.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_loong64.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_mips64x.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_mipsx.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_ppc64.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_ppc64le.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_riscv64.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_linux_s390x.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
defs_netbsd.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_netbsd_386.go
…
defs_netbsd_amd64.go
…
defs_netbsd_arm.go
…
defs_openbsd.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_openbsd_386.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_openbsd_amd64.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_openbsd_arm.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_openbsd_arm64.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_openbsd_mips64.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_plan9_386.go
…
defs_plan9_amd64.go
…
defs_plan9_arm.go
…
defs_solaris.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
defs_solaris_amd64.go
…
defs_windows.go
…
defs_windows_386.go
…
defs_windows_amd64.go
…
defs_windows_arm.go
…
defs_windows_arm64.go
…
duff_386.s
…
duff_amd64.s
…
duff_arm.s
…
duff_arm64.s
…
duff_loong64.s
runtime: implement duffzero/duffcopy for linux/loong64
2022-05-19 19:13:17 +00:00
duff_mips64x.s
…
duff_ppc64x.s
…
duff_riscv64.s
…
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
…
env_posix.go
…
env_test.go
…
error.go
cmd/compile: implement slice-to-array conversions
2022-09-19 18:58:26 +00:00
example_test.go
…
exithook.go
runtime: add an exit hook facility
2022-09-26 21:49:14 +00:00
export_aix_test.go
…
export_arm_test.go
…
export_darwin_test.go
…
export_debug_amd64_test.go
…
export_debug_arm64_test.go
…
export_debug_test.go
runtime: convert g.atomicstatus to internal atomic type
2022-09-05 07:14:08 +00:00
export_debuglog_test.go
runtime: trivial replacements of g in remaining files
2022-08-02 18:52:33 +00:00
export_linux_test.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
export_mmap_test.go
…
export_openbsd_test.go
internal/poll, internal/syscall/unix, net, runtime: convert openbsd (except mips64) to direct libc calls
2022-08-31 16:59:38 +00:00
export_pipe2_test.go
…
export_pipe_test.go
…
export_solaris_test.go
…
export_test.go
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
2022-10-14 14:47:12 +00:00
export_unix2_test.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
export_unix_test.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
export_windows_test.go
…
extern.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
fastlog2.go
…
fastlog2_test.go
…
fastlog2table.go
…
float.go
…
float_test.go
…
funcdata.h
…
gc_test.go
all: use time.Since instead of time.Now().Sub
2022-10-02 02:28:27 +00:00
gcinfo_test.go
runtime: add loong64 to architectures known to TestGCInfo
2022-05-20 15:12:39 +00:00
go_tls.h
…
hash32.go
…
hash64.go
runtime: add build tag for common support on linux/loong64
2022-05-20 15:12:37 +00:00
hash_test.go
…
heapdump.go
runtime: set G wait reason more consistently
2022-09-16 16:32:29 +00:00
histogram.go
runtime: shrink time histogram buckets
2022-09-16 16:32:01 +00:00
histogram_test.go
runtime: shrink time histogram buckets
2022-09-16 16:32:01 +00:00
iface.go
…
iface_test.go
…
lfstack.go
…
lfstack_32bit.go
…
lfstack_64bit.go
runtime: support riscv64 SV57 mode
2022-08-04 05:33:40 +00:00
lfstack_test.go
…
libfuzzer.go
all: prevent fakePC overflow on 386 in libfuzzer mode
2022-10-12 00:12:53 +00:00
libfuzzer_amd64.s
all: fix some typos
2022-09-28 15:13:20 +00:00
libfuzzer_arm64.s
runtime: fix inline assembly trampoline for arm64
2022-06-07 14:47:46 +00:00
lock_futex.go
…
lock_js.go
…
lock_sema.go
…
lockrank.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
lockrank_off.go
…
lockrank_on.go
runtime: convert worldIsStopped to atomic type
2022-08-31 17:15:13 +00:00
lockrank_test.go
runtime: generate the lock ranking from a DAG description
2022-08-04 15:31:44 +00:00
malloc.go
runtime: remove redundant conversion
2022-10-17 04:41:37 +00:00
malloc_test.go
…
map.go
…
map_benchmark_test.go
…
map_fast32.go
…
map_fast64.go
…
map_faststr.go
…
map_test.go
…
mbarrier.go
runtime: make mSpanStateBox accessors nosplit
2022-09-19 21:57:04 +00:00
mbitmap.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
mcache.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
mcentral.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
mcheckmark.go
runtime: add and use runtime/internal/sys.NotInHeap
2022-08-19 00:29:18 +00:00
mem.go
…
mem_aix.go
…
mem_bsd.go
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
2022-09-02 17:48:16 +00:00
mem_darwin.go
…
mem_js.go
…
mem_linux.go
…
mem_plan9.go
all: omit comparison bool constant to simplify code
2022-09-30 20:09:46 +00:00
mem_windows.go
…
memclr_386.s
…
memclr_amd64.s
…
memclr_arm.s
…
memclr_arm64.s
…
memclr_loong64.s
runtime: support memclr/memmove for linux/loong64
2022-05-19 19:13:01 +00:00
memclr_mips64x.s
…
memclr_mipsx.s
…
memclr_plan9_386.s
…
memclr_plan9_amd64.s
…
memclr_ppc64x.s
…
memclr_riscv64.s
runtime: optimise memclrNoHeapPointers on riscv64
2022-09-15 19:29:39 +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
runtime: simplify code using unsafe.{Slice,String}
2022-09-07 01:48:30 +00:00
memmove_loong64.s
runtime: support memclr/memmove for linux/loong64
2022-05-19 19:13:01 +00:00
memmove_mips64x.s
…
memmove_mipsx.s
…
memmove_plan9_386.s
…
memmove_plan9_amd64.s
…
memmove_ppc64x.s
…
memmove_riscv64.s
…
memmove_s390x.s
…
memmove_test.go
runtime: convert local var ready at TestMemmoveAtomicity to atomic type
2022-09-05 08:07:56 +00:00
memmove_wasm.s
…
metrics.go
runtime/metrics: add /sync/mutex/wait/total:seconds metric
2022-09-16 16:33:08 +00:00
metrics_test.go
all: use time.Since instead of time.Now().Sub
2022-10-02 02:28:27 +00:00
mfinal.go
arena: add experimental arena package
2022-10-12 20:23:36 +00:00
mfinal_test.go
…
mfixalloc.go
runtime: add and use runtime/internal/sys.NotInHeap
2022-08-19 00:29:18 +00:00
mgc.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
mgclimit.go
runtime/metrics: add CPU stats
2022-09-16 16:32:20 +00:00
mgclimit_test.go
…
mgcmark.go
runtime: set G wait reason more consistently
2022-09-16 16:32:29 +00:00
mgcpacer.go
runtime: convert workType.cycles to internal atomic types
2022-08-31 15:12:18 +00:00
mgcpacer_test.go
…
mgcscavenge.go
runtime/metrics: add CPU stats
2022-09-16 16:32:20 +00:00
mgcscavenge_test.go
…
mgcstack.go
runtime: add and use runtime/internal/sys.NotInHeap
2022-08-19 00:29:18 +00:00
mgcsweep.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
mgcwork.go
runtime: add and use runtime/internal/sys.NotInHeap
2022-08-19 00:29:18 +00:00
mheap.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
mkduff.go
runtime: implement duffzero/duffcopy for linux/loong64
2022-05-19 19:13:17 +00:00
mkfastlog2table.go
runtime: avoid fma in mkfastlog2table
2022-06-26 22:12:19 +00:00
mklockrank.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
mkpreempt.go
runtime: remove dead code and unnecessary checks for amd64
2022-08-18 17:17:01 +00:00
mksizeclasses.go
…
mmap.go
runtime: add msan support on freebsd/amd64
2022-10-14 12:48:03 +00:00
mpagealloc.go
runtime/metrics: add CPU stats
2022-09-16 16:32:20 +00:00
mpagealloc_32bit.go
…
mpagealloc_64bit.go
runtime: add build tag for common support on linux/loong64
2022-05-20 15:12:37 +00:00
mpagealloc_test.go
…
mpagecache.go
…
mpagecache_test.go
…
mpallocbits.go
…
mpallocbits_test.go
…
mprof.go
runtime: avoid initializing MemProfileRate in init function
2022-10-05 17:31:56 +00:00
mranges.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
mranges_test.go
…
msan.go
runtime: trivial replacements of g in remaining files
2022-08-02 18:52:33 +00:00
msan0.go
…
msan_amd64.s
…
msan_arm64.s
…
msize.go
…
mspanset.go
runtime: use atomic types in mspanset.go for alignment and type safety
2022-09-08 15:48:37 +00:00
mstats.go
runtime/metrics: add CPU stats
2022-09-16 16:32:20 +00:00
mwbbuf.go
runtime: rename _p_ to pp
2022-08-02 18:51:06 +00:00
nbpipe_fcntl_libc_test.go
internal/poll, internal/syscall/unix, net, runtime: convert openbsd (except mips64) to direct libc calls
2022-08-31 16:59:38 +00:00
nbpipe_fcntl_unix_test.go
internal/poll, internal/syscall/unix, net, runtime: convert openbsd (except mips64) to direct libc calls
2022-08-31 16:59:38 +00:00
nbpipe_pipe.go
…
nbpipe_pipe2.go
…
nbpipe_pipe_test.go
…
nbpipe_test.go
…
net_plan9.go
…
netpoll.go
runtime: convert netpollWaiters to internal atomic type
2022-08-25 21:52:20 +00:00
netpoll_aix.go
runtime: convert aix netpollWakeSig to atomic type
2022-08-17 17:39:31 +00:00
netpoll_epoll.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
netpoll_fake.go
…
netpoll_kqueue.go
runtime: convert kqueue netpollWakeSig to atomic type
2022-08-17 17:39:58 +00:00
netpoll_os_test.go
…
netpoll_solaris.go
runtime: convert solaris netpollWakeSig to atomic type
2022-08-17 17:39:40 +00:00
netpoll_stub.go
runtime: convert netpollWaiters to internal atomic type
2022-08-25 21:52:20 +00:00
netpoll_windows.go
runtime: convert windows netpollWakeSig to atomic type
2022-08-17 17:39:50 +00:00
norace_linux_test.go
…
norace_test.go
…
numcpu_freebsd_test.go
…
os2_aix.go
runtime: trivial replacements of _g_ in os files
2022-08-02 18:51:58 +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: tricky replacements of _g_ in os3_solaris.go
2022-08-02 18:51:42 +00:00
os_aix.go
…
os_android.go
…
os_darwin.go
…
os_darwin_arm64.go
…
os_dragonfly.go
…
os_freebsd.go
…
os_freebsd2.go
…
os_freebsd_amd64.go
…
os_freebsd_arm.go
…
os_freebsd_arm64.go
…
os_freebsd_noauxv.go
…
os_freebsd_riscv64.go
runtime: add support for freebsd/riscv64
2022-09-28 03:17:13 +00:00
os_illumos.go
…
os_js.go
runtime: trivial replacements of g in remaining files
2022-08-02 18:52:33 +00:00
os_linux.go
runtime: treat SI_TKILL like SI_USER on Linux
2022-09-21 01:56:24 +00:00
os_linux_arm.go
runtime: refactor ARM VDSO call setup to helper
2022-08-17 20:02:39 +00:00
os_linux_arm64.go
…
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 runtime entry for linux/loong64
2022-05-20 15:12:31 +00:00
os_linux_mips64x.go
runtime: treat SI_TKILL like SI_USER on Linux
2022-09-21 01:56:24 +00:00
os_linux_mipsx.go
runtime: treat SI_TKILL like SI_USER on Linux
2022-09-21 01:56:24 +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
…
os_linux_riscv64.go
…
os_linux_s390x.go
…
os_linux_x86.go
…
os_netbsd.go
runtime: trivial replacements of _g_ in os files
2022-08-02 18:51:58 +00:00
os_netbsd_386.go
…
os_netbsd_amd64.go
…
os_netbsd_arm.go
…
os_netbsd_arm64.go
…
os_nonopenbsd.go
…
os_only_solaris.go
…
os_openbsd.go
internal/cpu: implement CPU feature detection for openbsd/arm64
2022-08-08 15:07:46 +00:00
os_openbsd_arm.go
…
os_openbsd_arm64.go
…
os_openbsd_libc.go
…
os_openbsd_mips64.go
…
os_openbsd_syscall.go
…
os_openbsd_syscall1.go
…
os_openbsd_syscall2.go
…
os_plan9.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
os_plan9_arm.go
…
os_solaris.go
…
os_unix_nonlinux.go
runtime: treat SI_TKILL like SI_USER on Linux
2022-09-21 01:56:24 +00:00
os_windows.go
runtime: convert m.preemptGen to atomic type
2022-08-17 17:47:37 +00:00
os_windows_arm.go
…
os_windows_arm64.go
…
panic.go
cmd/compile: implement slice-to-array conversions
2022-09-19 18:58:26 +00:00
panic32.go
…
panic_test.go
…
plugin.go
…
preempt.go
runtime: rename _func.nameoff and friends to nameOff
2022-09-07 15:11:05 +00:00
preempt_386.s
…
preempt_amd64.s
runtime: remove dead code and unnecessary checks for amd64
2022-08-18 17:17:01 +00:00
preempt_arm.s
…
preempt_arm64.s
…
preempt_loong64.s
…
preempt_mips64x.s
…
preempt_mipsx.s
…
preempt_nonwindows.go
…
preempt_ppc64x.s
…
preempt_riscv64.s
…
preempt_s390x.s
…
preempt_wasm.s
…
print.go
runtime: convert panicking to atomic type
2022-08-12 01:38:55 +00:00
proc.go
runtime: avoid initializing MemProfileRate in init function
2022-10-05 17:31:56 +00:00
proc_runtime_test.go
…
proc_test.go
runtime: fix overflow in PingPongHog test
2022-05-19 21:33:15 +00:00
profbuf.go
runtime: convert profbuf.eof to atomic type
2022-08-18 02:51:31 +00:00
profbuf_test.go
…
proflabel.go
…
race.go
runtime: rename _func.nameoff and friends to nameOff
2022-09-07 15:11:05 +00:00
race0.go
…
race_amd64.s
…
race_arm64.s
…
race_ppc64le.s
…
race_s390x.s
…
rand_test.go
…
rdebug.go
runtime: trivial replacements of _g_ in remaining files
2022-08-02 18:52:03 +00:00
relax_stub.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
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
…
rt0_linux_386.s
…
rt0_linux_amd64.s
…
rt0_linux_arm.s
…
rt0_linux_arm64.s
…
rt0_linux_loong64.s
runtime: implement runtime entry for linux/loong64
2022-05-20 15:12:31 +00:00
rt0_linux_mips64x.s
…
rt0_linux_mipsx.s
…
rt0_linux_ppc64.s
runtime: fix ppc64 startup on newer linux kernels
2022-08-23 18:59:24 +00:00
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_plan9_386.s
…
rt0_plan9_amd64.s
…
rt0_plan9_arm.s
…
rt0_solaris_amd64.s
…
rt0_windows_386.s
…
rt0_windows_amd64.s
…
rt0_windows_arm.s
…
rt0_windows_arm64.s
…
runtime-gdb.py
runtime: convert g.atomicstatus to internal atomic type
2022-09-05 07:14:08 +00:00
runtime-gdb_test.go
runtime: disable gdb testpoints on alpine pending builder fix
2022-08-09 14:12:01 +00:00
runtime-lldb_test.go
…
runtime.go
runtime: convert ticksType.val to atomic type
2022-08-23 20:00:03 +00:00
runtime1.go
runtime: trivial replacements of _g_ in remaining files
2022-08-02 18:52:03 +00:00
runtime2.go
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
2022-10-14 14:47:12 +00:00
runtime_boring.go
…
runtime_linux_test.go
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
runtime_mmap_test.go
…
runtime_test.go
all: use time.Since instead of time.Now().Sub
2022-10-02 02:28:27 +00:00
runtime_unix_test.go
…
rwmutex.go
runtime: convert rwmutex.{readerCount,readerWait} to atomic type
2022-08-31 19:54:04 +00:00
rwmutex_test.go
runtime: convert local var cunlock at doTestParallelReaders to atomic type
2022-09-05 08:08:09 +00:00
select.go
runtime: convert g.selectDone to atomic type
2022-08-26 15:36:36 +00:00
sema.go
runtime: make the wait reason for a g blocked on a mutex more specific
2022-09-16 16:32:27 +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: don't race cmd.Wait and cmd.StdoutPipe read
2022-08-22 16:48:36 +00:00
sigaction.go
…
signal_386.go
…
signal_aix_ppc64.go
…
signal_amd64.go
…
signal_arm.go
…
signal_arm64.go
…
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
…
signal_freebsd_riscv64.go
runtime: add support for freebsd/riscv64
2022-09-28 03:17:13 +00:00
signal_linux_386.go
…
signal_linux_amd64.go
…
signal_linux_arm.go
…
signal_linux_arm64.go
…
signal_linux_loong64.go
runtime: implement signal for linux/loong64
2022-05-19 19:32:33 +00:00
signal_linux_mips64x.go
…
signal_linux_mipsx.go
…
signal_linux_ppc64x.go
…
signal_linux_riscv64.go
…
signal_linux_s390x.go
…
signal_loong64.go
runtime: implement signal for linux/loong64
2022-05-19 19:32:33 +00:00
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
…
signal_openbsd_mips64.go
…
signal_plan9.go
…
signal_ppc64x.go
…
signal_riscv64.go
runtime: add support for freebsd/riscv64
2022-09-28 03:17:13 +00:00
signal_solaris.go
…
signal_solaris_amd64.go
…
signal_unix.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
signal_windows.go
runtime: add safe arena support to the runtime
2022-10-12 20:23:30 +00:00
signal_windows_test.go
runtime: use strings.Builder
2022-09-07 07:02:51 +00:00
sigqueue.go
runtime: convert sig.{state,delivering} to atomic type
2022-08-31 15:30:57 +00:00
sigqueue_note.go
…
sigqueue_plan9.go
…
sigtab_aix.go
…
sigtab_linux_generic.go
…
sigtab_linux_mipsx.go
…
sizeclasses.go
…
sizeof_test.go
…
slice.go
reflect: add Value.Grow
2022-10-15 17:02:11 +00:00
slice_test.go
…
softfloat64.go
…
softfloat64_test.go
…
stack.go
runtime: consolidate stkframe and its methods into stkframe.go
2022-09-02 19:08:58 +00:00
stack_test.go
runtime: use strings.Builder
2022-09-07 07:02:51 +00:00
start_line_amd64_test.go
runtime/internal/startlinetest: add NO_LOCAL_POINTERS macro to asm function
2022-10-14 18:33:34 +00:00
start_line_test.go
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
2022-10-14 14:47:12 +00:00
stkframe.go
runtime: simplify stkframe.argMapInternal
2022-09-02 19:09:03 +00:00
string.go
runtime: replace stringStruct with unsafe.String where appropriate
2022-09-13 16:42:28 +00:00
string_test.go
…
stubs.go
…
stubs2.go
…
stubs3.go
…
stubs_386.go
…
stubs_amd64.go
…
stubs_arm.go
…
stubs_arm64.go
…
stubs_linux.go
…
stubs_loong64.go
…
stubs_mips64x.go
…
stubs_mipsx.go
…
stubs_nonlinux.go
…
stubs_ppc64.go
…
stubs_ppc64x.go
…
stubs_riscv64.go
…
stubs_s390x.go
…
symtab.go
runtime/pprof: set Function.start_line field
2022-10-14 14:48:40 +00:00
symtab_test.go
…
sys_aix_ppc64.s
…
sys_arm.go
…
sys_arm64.go
…
sys_darwin.go
…
sys_darwin_amd64.s
…
sys_darwin_arm64.go
…
sys_darwin_arm64.s
…
sys_dragonfly_amd64.s
…
sys_freebsd_386.s
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall
2022-09-16 06:31:07 +00:00
sys_freebsd_amd64.s
runtime: add msan support on freebsd/amd64
2022-10-14 12:48:03 +00:00
sys_freebsd_arm.s
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall
2022-09-16 06:31:07 +00:00
sys_freebsd_arm64.s
runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11 version of the kevent syscall
2022-09-16 06:31:07 +00:00
sys_freebsd_riscv64.s
runtime: add support for freebsd/riscv64
2022-09-28 03:17:13 +00:00
sys_libc.go
…
sys_linux_386.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_linux_amd64.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_linux_arm.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_linux_arm64.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_linux_loong64.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_linux_mips64x.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_linux_mipsx.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_linux_ppc64x.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_linux_riscv64.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_linux_s390x.s
runtime: move epoll syscalls to runtime/internal/syscall
2022-10-07 18:28:11 +00:00
sys_loong64.go
runtime: implement runtime entry for linux/loong64
2022-05-20 15:12:31 +00:00
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
…
sys_openbsd3.go
…
sys_openbsd_386.s
…
sys_openbsd_amd64.s
…
sys_openbsd_arm.s
…
sys_openbsd_arm64.s
…
sys_openbsd_mips64.s
…
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
…
sys_windows_amd64.s
…
sys_windows_arm.s
…
sys_windows_arm64.s
runtime: fix invalid pointer in windows/arm64 badsignal2
2022-10-12 19:16:52 +00:00
sys_x86.go
…
syscall2_solaris.go
…
syscall_aix.go
syscall: rename close to closeFD
2022-08-08 20:38:29 +00:00
syscall_solaris.go
…
syscall_windows.go
runtime: add race annotations to cbs.lock
2022-06-29 20:12:49 +00:00
syscall_windows_test.go
all: use strings.Builder where appropriate
2022-09-29 22:56:00 +00:00
textflag.h
…
time.go
runtime: convert timer.status to atomic type
2022-09-13 17:41:56 +00:00
time_fake.go
…
time_linux_amd64.s
…
time_nofake.go
…
time_test.go
…
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
…
tls_s390x.s
…
tls_stub.go
…
tls_windows_amd64.go
…
trace.go
runtime/trace: add missing events for the locked g in extra M.
2022-09-27 16:37:51 +00:00
traceback.go
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
2022-10-14 14:47:12 +00:00
traceback_test.go
internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff
2022-08-09 12:16:31 +00:00
type.go
runtime: replace stringStruct with unsafe.String where appropriate
2022-09-13 16:42:28 +00:00
typekind.go
…
unsafe.go
cmd/compile: add support for unsafe.{String,StringData,SliceData}
2022-08-31 17:15:15 +00:00
utf8.go
…
vdso_elf32.go
…
vdso_elf64.go
runtime: support vdso for linux/loong64
2022-05-19 19:32:35 +00:00
vdso_freebsd.go
…
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 support for freebsd/riscv64
2022-09-28 03:17:13 +00:00
vdso_freebsd_x86.go
runtime: fast clock_gettime on FreeBSD, split getHPETTimecounter
2022-08-19 01:31:59 +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
…
vdso_linux_loong64.go
runtime: fix the vDSO symbol version on loong64
2022-05-23 21:58:55 +00:00
vdso_linux_mips64x.go
…
vdso_linux_ppc64x.go
…
vdso_linux_riscv64.go
…
vdso_linux_s390x.go
…
vlop_386.s
…
vlop_arm.s
…
vlop_arm_test.go
…
vlrt.go
…
wincallback.go
all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by fmt.Fprint*(w, ...)
2022-09-14 16:11:21 +00:00
write_err.go
…
write_err_android.go
…
zcallback_windows.go
…
zcallback_windows.s
…
zcallback_windows_arm.s
…
zcallback_windows_arm64.s
…