summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/sys_ppc32.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/syscalls: kill ppc32_select()Al Viro2018-05-101-9/+0
* mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()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
* fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
* fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
* fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-8/+0
* ppc compat wrappers for add_key(2) and request_key(2) are pointlessAl Viro2013-03-031-17/+0
* merge compat sys_ipc instancesAl Viro2013-03-031-67/+0
* consolidate compat lookup_dcookie()Al Viro2013-03-031-7/+0
* convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-031-18/+0
* fix compat truncate/ftruncateAl Viro2013-02-251-12/+0
* switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-241-6/+0
* powerpc: kill pointless wrappersAl Viro2013-02-031-301/+0
* compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-171-13/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-22/+0
|\
| * powerpc: switch to generic sys_execve()/kernel_execve()Al Viro2012-09-301-22/+0
* | compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas2012-10-021-38/+7
|/
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* powerpc: Wire up fanotify_init, fanotify_mark, prlimit64 syscallsAndreas Schwab2010-08-241-0/+8
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman2009-11-061-52/+0
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* powerpc: Add compat_sys_truncateBenjamin Herrenschmidt2009-08-201-0/+12
* compat: generic compat get/settimeofdayChristoph Hellwig2008-10-161-63/+0
* compat: move cp_compat_stat to common codeChristoph Hellwig2008-10-161-36/+0
* powerpc: Use sys_pause for 32-bit pause entry pointChristoph Hellwig2008-09-151-8/+0
* powerpc: Use generic compat_sys_old_readdirChristoph Hellwig2008-08-181-57/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-211-5/+0
|\
| * [POWERPC] Don't touch PT_DTRACE in execRoland McGrath2008-03-261-5/+0
* | arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
|/
* remove include/asm-*/ipc.hAdrian Bunk2007-10-171-1/+1
* sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora2007-07-171-0/+7
* Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse2007-06-281-0/+9
* [POWERPC] Clean up unused ROUND_UP, NAME_OFFSET macros in arch/powerpcMilind Arun Choudhary2007-04-131-4/+0
* [PATCH] Common compat_sys_sysinfoKyle McMartin2007-02-111-67/+0
* [POWERPC] fix missing #include in sys_ppc32.cArnd Bergmann2006-12-041-0/+1
* [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-031-3/+12
* [PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman2006-09-271-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] consolidate sys32/compat_adjtimexStephen Rothwell2006-03-261-60/+0
* [PATCH] create struct compat_timex and use it everywhereStephen Rothwell2006-03-261-14/+1
* powerpc: Keep xtime and gettimeofday in syncPaul Mackerras2006-02-201-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-101-24/+0
|\