aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/sys_ppc32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-01powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab1-1/+12
2022-10-13powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-pairsNicholas Piggin1-9/+29
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure1-14/+24
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersRohan McLure1-9/+0
2022-09-26powerpc: Use generic fallocate compatibility syscallRohan McLure1-7/+0
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure1-13/+1
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure1-4/+4
2021-02-11powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE modeWill Springer1-21/+28
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-05-10powerpc/syscalls: kill ppc32_select()Al Viro1-9/+0
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski1-1/+1
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski1-2/+2
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-8/+0
2013-03-03ppc compat wrappers for add_key(2) and request_key(2) are pointlessAl Viro1-17/+0
2013-03-03merge compat sys_ipc instancesAl Viro1-67/+0
2013-03-03consolidate compat lookup_dcookie()Al Viro1-7/+0
2013-03-03convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro1-18/+0
2013-02-25fix compat truncate/ftruncateAl Viro1-12/+0
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro1-6/+0
2013-02-03powerpc: kill pointless wrappersAl Viro1-301/+0
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-13/+4
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-22/+0
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas1-38/+7
2012-09-30powerpc: switch to generic sys_execve()/kernel_execve()Al Viro1-22/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-08-24powerpc: Wire up fanotify_init, fanotify_mark, prlimit64 syscallsAndreas Schwab1-0/+8
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-06sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman1-52/+0
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-08-20powerpc: Add compat_sys_truncateBenjamin Herrenschmidt1-0/+12
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig1-63/+0
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-36/+0
2008-09-15powerpc: Use sys_pause for 32-bit pause entry pointChristoph Hellwig1-8/+0
2008-08-18powerpc: Use generic compat_sys_old_readdirChristoph Hellwig1-57/+0
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-5/+0
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-03-26[POWERPC] Don't touch PT_DTRACE in execRoland McGrath1-5/+0
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2007-07-17sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora1-0/+7
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse1-0/+9
2007-04-13[POWERPC] Clean up unused ROUND_UP, NAME_OFFSET macros in arch/powerpcMilind Arun Choudhary1-4/+0
2007-02-11[PATCH] Common compat_sys_sysinfoKyle McMartin1-67/+0