summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/64: Make sys_switch_endian() traceableMichael Ellerman2019-02-221-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* powerpc: Remove -Wattribute-alias pragmasPaul Burton2018-06-251-4/+0
* powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy2018-06-031-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-04-031-1/+1
|\
| * mm: Add address parameter to arch_validate_prot()Khalid Aziz2018-03-181-1/+1
* | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-1/+1
* | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-2/+2
|/
* powerpc/tracing: Allow tracing of mmap syscallsBalbir Singh2017-04-121-8/+8
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-131-0/+1
* powerpc: Add a proper syscall for switching endiannessMichael Ellerman2015-03-281-0/+17
* powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman2015-02-021-14/+0
* powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-151-1/+0
* powerpc: Fix personality handling in ppc64_personality()Jiri Kosina2012-08-241-4/+4
* Add generic sys_olduname()Christoph Hellwig2010-03-121-57/+0
* improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-121-13/+0
* Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-94/+0
* Unify sys_mmap*Al Viro2009-12-111-14/+1
* powerpc/mm: Add Strong Access Ordering supportDave Kleikamp2008-07-091-0/+3
* unified (weak) sys_pipe implementationUlrich Drepper2008-05-031-17/+0
* arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* remove include/asm-*/ipc.hAdrian Bunk2007-10-171-1/+0
* Remove fs.h from mm.hAlexey Dobriyan2007-07-291-0/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-7/+7
* [PATCH] powerpc: declare arch syscalls in <asm/syscalls.h>Arnd Bergmann2006-03-271-0/+1
* [PATCH] ppc64: fix time syscallAnton Blanchard2006-01-091-28/+0
* [PATCH] arch/powerpc/kernel/syscalls.c __user annotationsAl Viro2005-12-151-1/+1
* [PATCH] powerpc: Fix mmap returning 64 bit addressesMichael Ellerman2005-10-211-1/+1
* powerpc: Fix various compile errors with ARCH=ppc, ppc64 and powerpcPaul Mackerras2005-10-181-0/+7
* powerpc: Merge syscalls.c and sys_ppc32.c.Paul Mackerras2005-10-171-0/+351