summaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* 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
* runtime: add syscalls needed for android/amd64 logging.Hyang-Ah Hana Kim2015-10-201-0/+30
* runtime, runtime/cgo: support using msan on cgo codeIan Lance Taylor2015-09-301-1/+15
* runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor2015-07-221-1/+1
* runtime: set m.procid always on LinuxRuss Cox2015-06-241-0/+6
* runtime: signal forwardingSrdjan Petrovic2015-04-241-28/+11
* runtime: fix build after CL 9164 on LinuxShenghou Ma2015-04-221-1/+1
* runtime: merge clone0 and cloneSrdjan Petrovic2015-04-221-33/+14
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-0/+28
* cmd/internal/ld, runtime: halve tlsoffset on ELF/intelMichael Hudson-Doyle2015-03-051-1/+1
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-0/+12
* runtime: eliminate uses of BP on amd64Austin Clements2015-02-021-3/+3
* runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox2015-01-141-0/+9
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-4/+4
|\
| * [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-281-4/+4
* | [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-1/+2
|/
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+410