aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/syscalls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure1-4/+13
2022-09-28powerpc: Provide do_ppc64_personality helperRohan McLure1-1/+5
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersRohan McLure1-3/+13
2022-09-26powerpc: Remove direct call to personality syscall handlerRohan McLure1-1/+1
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure1-17/+0
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure1-2/+2
2022-05-04powerpc: Remove redundant spaces to match coding stylemaqiang1-1/+1
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy1-1/+0
2021-08-25powerpc/syscalls: Simplify do_mmap2()Christophe Leroy1-11/+4
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-1/+2
2021-03-26powerpc/syscalls: Use sys_old_select() in ppc_select()Christophe Leroy1-10/+2
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-02-22powerpc/64: Make sys_switch_endian() traceableMichael Ellerman1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton1-4/+0
2018-06-03powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy1-0/+4
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()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-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz1-1/+1
2017-04-12powerpc/tracing: Allow tracing of mmap syscallsBalbir Singh1-8/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens1-0/+1
2015-03-28powerpc: Add a proper syscall for switching endiannessMichael Ellerman1-0/+17
2015-02-02powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman1-14/+0
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-08-24powerpc: Fix personality handling in ppc64_personality()Jiri Kosina1-4/+4
2010-03-12Add generic sys_olduname()Christoph Hellwig1-57/+0
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-13/+0
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-94/+0
2009-12-11Unify sys_mmap*Al Viro1-14/+1
2008-07-09powerpc/mm: Add Strong Access Ordering supportDave Kleikamp1-0/+3
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+0
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-7/+7
2006-03-27[PATCH] powerpc: declare arch syscalls in <asm/syscalls.h>Arnd Bergmann1-0/+1
2006-01-09[PATCH] ppc64: fix time syscallAnton Blanchard1-28/+0
2005-12-15[PATCH] arch/powerpc/kernel/syscalls.c __user annotationsAl Viro1-1/+1
2005-10-21[PATCH] powerpc: Fix mmap returning 64 bit addressesMichael Ellerman1-1/+1
2005-10-18powerpc: Fix various compile errors with ARCH=ppc, ppc64 and powerpcPaul Mackerras1-0/+7
2005-10-17powerpc: Merge syscalls.c and sys_ppc32.c.Paul Mackerras1-0/+351