aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/asm_linux_amd64.s
AgeCommit message (Expand)Author
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2023-09-07syscall: add support to get pidfd from ForkExec on LinuxKir Kolyshkin
2022-09-09syscall: add CgroupFD support for ForkExec on LinuxKir Kolyshkin
2022-04-22syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21Revert "syscall: define Syscall in terms of RawSyscall on linux"Michael Pratt
2022-04-21Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux"Michael Pratt
2022-04-21syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21syscall: define RawSyscall in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...Michael Pratt
2022-03-16syscall: call ABIInternal entersyscall on register ABI platformsCherry Mui
2021-03-03syscall: implement rawVforkSyscall for remaining linux platformsJoel Sing
2020-09-30runtime: don't crash if vsyscall and vdso are disabled on x86_64Andrei Vagin
2019-09-16syscall: avoid zeroing unused syscall argumentsMaya Rashish
2018-03-05runtime: rename vdso symbols to use camel caseIan Lance Taylor
2018-02-13syscall: support syscalls without error return on LinuxTobias Klauser
2017-03-22syscall: use CLONE_VFORK and CLONE_VMRichard Musiol
2015-01-21syscall: use name+(NN)FP on linux/amd64David Crawshaw
2014-09-16liblink: make GO_ARGS the default for functions beginning with ยทRuss Cox
2014-09-14syscall: add GO_ARGS to Go-called assemblyRuss Cox
2014-09-12syscall: add #include "funcdata.h" to files modified in last CLRuss Cox
2014-09-12syscall: make func Syscall use pointer maps from Go prototypesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox