summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/syscalls.c
AgeCommit message (Expand)Author
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure
2022-09-28powerpc: Provide do_ppc64_personality helperRohan McLure
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersRohan McLure
2022-09-26powerpc: Remove direct call to personality syscall handlerRohan McLure
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure
2022-05-04powerpc: Remove redundant spaces to match coding stylemaqiang
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2021-08-25powerpc/syscalls: Simplify do_mmap2()Christophe Leroy
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-03-26powerpc/syscalls: Use sys_old_select() in ppc_select()Christophe Leroy
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-22powerpc/64: Make sys_switch_endian() traceableMichael Ellerman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton
2018-06-03powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz
2017-04-12powerpc/tracing: Allow tracing of mmap syscallsBalbir Singh
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens
2015-03-28powerpc: Add a proper syscall for switching endiannessMichael Ellerman
2015-02-02powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-08-24powerpc: Fix personality handling in ppc64_personality()Jiri Kosina
2010-03-12Add generic sys_olduname()Christoph Hellwig
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig
2009-12-11Unify sys_mmap*Al Viro
2008-07-09powerpc/mm: Add Strong Access Ordering supportDave Kleikamp
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2007-10-17remove include/asm-*/ipc.hAdrian Bunk
2007-07-29Remove fs.h from mm.hAlexey Dobriyan
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn
2006-03-27[PATCH] powerpc: declare arch syscalls in <asm/syscalls.h>Arnd Bergmann
2006-01-09[PATCH] ppc64: fix time syscallAnton Blanchard
2005-12-15[PATCH] arch/powerpc/kernel/syscalls.c __user annotationsAl Viro
2005-10-21[PATCH] powerpc: Fix mmap returning 64 bit addressesMichael Ellerman
2005-10-18powerpc: Fix various compile errors with ARCH=ppc, ppc64 and powerpcPaul Mackerras
2005-10-17powerpc: Merge syscalls.c and sys_ppc32.c.Paul Mackerras