aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/asm_linux_ppc64x.s
AgeCommit message (Expand)Author
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
2022-03-03syscall, runtime/internal/syscall: always return 0 in r2 on ppc64{,le} linux ...Paul E. Murphy
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-05-04syscall: add //go:build lines to assembly filesTobias Klauser
2019-05-15syscall: implement rawVforkSyscall for linux/ppc64x and linux/s390xJoel Sing
2018-02-13syscall: support syscalls without error return on LinuxTobias Klauser
2015-06-06all: use RET instead of RETURN on ppc64Austin Clements
2014-12-05all: power64 is now ppc64Russ Cox