aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/sys_arm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-1/+1
2012-11-28arm: switch to generic fork/vfork/cloneAl Viro1-31/+0
2012-09-30arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro1-20/+0
2012-09-30arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro1-42/+0
2012-09-20don't bother exporting kernel_execve()Al Viro1-1/+0
2012-05-05ARM: 7410/1: Add extra clobber registers for assembly in kernel_execveTim Bird1-1/+1
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-5/+9
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-82/+0
2010-03-12Add generic sys_old_mmap()Christoph Hellwig1-26/+0
2010-03-12Add generic sys_old_select()Christoph Hellwig1-21/+0
2009-12-11Unify sys_mmap*Al Viro1-29/+1
2009-12-11arm: add arch_mmap_check(), get rid of sys_arm_mremap()Al Viro1-25/+0
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King1-2/+1
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse1-13/+0
2007-05-20[ARM] spelling fixesSimon Arlott1-1/+1
2006-12-17[ARM] Add more syscallsRussell King1-0/+13
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann1-2/+2
2006-03-21[ARM] noMMU: block sys_fork in nommu modeHyok S. Choi1-0/+5
2006-01-14[ARM] 3110/5: old ABI compat: multi-ABI syscall entry supportNicolas Pitre1-0/+2
2005-10-04[ARM] 2952/1: fix a register clobber listNicolas Pitre1-1/+1
2005-09-01[ARM] 2865/2: fix fadvise64_64 syscall argument passingNicolas Pitre1-0/+10
2005-05-05[PATCH] ARM: Fix kernel stack offset calculationsRussell King1-1/+1
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell1-12/+0
2005-04-19[PATCH] freepgt: arm FIRST_USER_ADDRESS PAGE_SIZEHugh Dickins1-9/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+332