aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux.go
AgeCommit message (Expand)Author
2023-02-16runtime: expose auxv for use by x/sys/cpuBrad Fitzpatrick
2023-01-28runtime: remove go118UseTimerCreateProfilerKeith Randall
2022-11-10runtime: retry thread creation on EAGAINIan Lance Taylor
2022-11-10runtime: consolidate some low-level error reportingIan Lance Taylor
2022-10-26runtime: add missing closing curly brace in runtime corruption error messageBrad Fitzpatrick
2022-10-26runtime: fix a few function names on commentscui fliter
2022-09-21runtime: treat SI_TKILL like SI_USER on LinuxIan Lance Taylor
2022-09-19Revert "runtime: treat SI_TKILL like SI_USER on Linux"Cuong Manh Le
2022-09-17runtime: treat SI_TKILL like SI_USER on LinuxIan Lance Taylor
2022-08-31runtime: convert mOS.profileTimerValid to internal atomic typeAndy Pan
2022-05-19all: gofmt main repoRuss Cox
2022-04-28runtime: differentiate "user" and "system" throwsMichael Pratt
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2022-02-15runtime: move doAllThreadsSyscall to os_linux.goMichael Pratt
2021-11-02runtime: add padding to Linux kernel structuresRhys Hiltner
2021-10-04Revert "runtime: add padding to Linux kernel structures"Michael Pratt
2021-10-04runtime: add padding to Linux kernel structuresRhys Hiltner
2021-09-27runtime: use per-thread profiler for SetCgoTraceback platformsRhys Hiltner
2021-09-27runtime: profile with per-thread timers on LinuxRhys Hiltner
2021-09-27runtime: allow per-OS changes to unix profilerRhys Hiltner
2021-09-27runtime: add timer_create syscalls for LinuxRhys Hiltner
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assem...Cherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-04-15runtime: unify C->Go ABI transitionsAustin Clements
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2020-12-23runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan
2020-09-01runtime: remove remnants of signal stack workaroundHeisenberg
2020-08-18runtime: move startupRandomData declaration to os_linux.goTobias Klauser
2020-08-13runtime: revert signal stack mlockingAustin Clements
2020-04-08cmd/compile,runtime: pass only ptr and len to some runtime callsJosh Bleecher Snyder
2020-03-13runtime: don't crash on mlock failureIan Lance Taylor
2020-01-19runtime: add support for linux/riscv64Joel Sing
2020-01-07runtime: fix typo in commentJulian Tibble
2019-12-05runtime: mlock top of signal stack on Linux 5.2–5.4.1Austin Clements
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-10-26runtime: M-targeted signals for LinuxAustin Clements
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-05-06runtime: scavenge huge spans firstMichael Anthony Knyszek
2019-05-03runtime: add physHugePageSizeMichael Anthony Knyszek
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2018-07-25runtime: ignore GNU/Linux sigaction errors for signals 32 and 33Ian Lance Taylor
2018-05-04runtime: ignore sigaction error on Linux if it is for SIGRTMAXAlberto Donizetti
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall