summaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* [dev.regabi] runtime: use g register in some assembly functions on AMD64Cherry Zhang2021-02-081-0/+16
* [dev.regabi] cmd/compile, runtime: reserve R14 as g registers on AMD64Cherry Zhang2021-02-081-0/+1
* reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh2020-10-301-5/+8
* Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh2020-10-291-8/+5
* reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh2020-10-291-5/+8
* runtime: don't crash if vsyscall and vdso are disabled on x86_64Andrei Vagin2020-09-301-20/+11
* runtime: reduce syscall when call runtime.clonecui2020-08-191-13/+21
* crypto,internal/bytealg: fix assembly that clobbers BPKeith Randall2020-08-161-4/+4
* runtime: revert signal stack mlockingAustin Clements2020-08-131-19/+0
* runtime: make nanotime1 reentrantCherry Zhang2020-08-101-18/+38
* runtime: correct caller PC/SP offsets in walltime1/nanotime1Cherry Zhang2020-02-131-6/+6
* runtime: make sure BP is saved in nanotime1/walltime1, else frame pointer may...Dan Scales2019-12-201-2/+5
* runtime: mlock top of signal stack on Linux 5.2–5.4.1Austin Clements2019-12-051-0/+19
* runtime: M-targeted signals for LinuxAustin Clements2019-10-261-0/+14
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-6/+0
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+33
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-4/+4
* cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur2019-03-291-4/+2
* all: this big patch remove whitespace from assembly filesZhou Peng2018-10-031-1/+1
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-1/+1
* runtime: use tgkill for raiseMichael Pratt2018-09-071-4/+8
* runtime: change GNU/Linux usleep to use nanosleepIan Lance Taylor2018-04-241-8/+4
* runtime: use Android O friendly faccessat syscall on linux/amd64Tobias Klauser2018-03-151-4/+7
* runtime: get traceback from VDSO codeIan Lance Taylor2018-03-071-7/+23
* runtime: change from rt_sigaction to sigactionIan Lance Taylor2018-03-071-1/+1
* runtime: rename vdso symbols to use camel caseIan Lance Taylor2018-03-051-4/+4
* runtime: simplify walltime/nanotime on linux/{386,amd64}Tobias Klauser2018-02-271-4/+2
* runtime: remove unused getrlimit functionTobias Klauser2018-02-171-9/+0
* runtime: add symbol for AT_FDCWD on Linux amd64 and mips64xTobias Klauser2018-02-141-1/+3
* runtime: use Android O friendly syscalls on 64-bit machinesJason A. Donenfeld2018-02-131-7/+11
* runtime: call amd64 VDSO entry points on large stackIan Lance Taylor2017-11-141-8/+49
* runtime: separate error result for mmapAustin Clements2017-10-181-2/+7
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-3/+9
* runtime: add symbols for Linux syscall numbers on 386/amd64Chris Ball2017-08-301-38/+74
* runtime: intercept munmap as we do mmapIan Lance Taylor2017-06-061-1/+14
* runtime: use pselect6 for usleep on linux/amd64 and linux/armAustin Clements2017-05-191-3/+6
* runtime: inform arena placement using sbrk(0)Austin Clements2017-04-211-0/+9
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime: avoid clobbering C callee-save register in cgoSigtrampBryan C. Mills2017-01-121-2/+2
* runtime: preserve callee-saved C registers in sigtrampBryan C. Mills2016-12-151-4/+21
* runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills2016-11-161-1/+14
* runtime: align stack pointer in sigfwdBryan C. Mills2016-11-011-3/+8
* runtime, syscall: use FP instead of SP for parametersMatthew Dempsky2016-09-301-2/+2
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-1/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-5/+5
* runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor2016-06-131-3/+27
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-1/+58
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: use correct psABI SP alignment before calling libc mmapShenghou Ma2016-02-201-1/+5
* runtime, cmd: TLS setup for android/amd64.Hyang-Ah Hana Kim2015-10-281-1/+7