aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/unistd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26powerpc: Use generic fallocate compatibility syscallRohan McLure1-0/+1
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren1-0/+1
2021-08-23powerpc/syscalls: Remove __NR__exitChristophe Leroy1-2/+0
2021-03-26powerpc/syscalls: Use sys_old_select() in ppc_select()Christophe Leroy1-0/+1
2020-04-03powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek1-0/+1
2019-07-29powerpc: Wire up clone3 syscallMichael Ellerman1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-4/+4
2018-12-21powerpc: add __NR_syscalls along with NR_syscallsFiroz Khan1-2/+1
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann1-0/+1
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann1-1/+0
2018-08-29y2038: Remove newstat family from default syscall setArnd Bergmann1-0/+1
2018-06-23powerpc: Wire up io_pgeteventsBreno Leitao1-1/+1
2018-06-06powerpc: Wire up restartable sequences system callBoqun Feng1-1/+1
2018-01-21powerpc: sys_pkey_mprotect() system callRam Pai1-3/+1
2018-01-21powerpc: sys_pkey_alloc() and sys_pkey_free() system callsRam Pai1-3/+1
2017-03-16powerpc: Wire up statx() syscallChandan Rajendra1-1/+1
2016-11-30powerpc/kexec: Enable kexec_file_load() syscallThiago Jung Bauermann1-1/+1
2016-10-19powerpc: Ignore the pkey system calls for nowStephen Rothwell1-0/+4
2016-04-27powerpc: wire up preadv2 and pwritev2 syscallsRui Salvaterra1-1/+1
2016-01-21powerpc: Wire up copy_file_range() syscallChandan Rajendra1-1/+1
2015-11-26powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Rashmica Gupta1-2/+1
2015-11-16powerpc: Wire up sys_mlock2()Michael Ellerman1-1/+1
2015-10-15powerpc: Individual System V IPC system callsSam bobroff1-1/+1
2015-09-21powerpc: Wire up sys_membarrier()Michael Ellerman1-1/+1
2015-09-09powerpc: Wire up sys_userfaultfd()Michael Ellerman1-1/+1
2015-03-28powerpc: Add a proper syscall for switching endiannessMichael Ellerman1-1/+1
2014-12-29powerpc: Wire up sys_execveat() syscallPranith Kumar1-1/+1
2014-10-22powerpc: Wire up sys_bpf() syscallPranith Kumar1-1/+1
2014-09-09powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create()Pranith Kumar1-1/+1
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-1/+0
2014-06-02powerpc: Wire renameat2() syscallBenjamin Herrenschmidt1-1/+1
2014-01-29powerpc: Wire up sched_setattr and sched_getattr syscallsBenjamin Herrenschmidt1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-6/+0
2013-03-05powerpc: Wireup the kcmp syscall to sys_niTony Breeds1-1/+1
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-6/+0
2013-02-14burying unused conditionalsAl Viro1-4/+0
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+1
2012-12-14powerpc: add finit_module syscall.Rusty Russell1-1/+1
2012-11-28powerpc: switch to generic fork/clone/vforkAl Viro1-0/+3
2012-10-14powerpc: switch to saner kernel_execve() semanticsAl Viro1-1/+0
2012-10-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-371/+3
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+2
2012-10-09UAPI: (Scripted) Disintegrate arch/powerpc/include/asmDavid Howells1-371/+3
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas1-0/+1
2012-09-30powerpc: switch to generic sys_execve()/kernel_execve()Al Viro1-0/+2
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon1-1/+0