summaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel/sys_microblaze.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-3/+3
2013-11-08microblaze: Fix bug with mmap2 syscall MB implementationMichal Simek1-0/+11
2013-11-08microblaze: Use predefined SYSCALL_DEFINE macroMichal Simek1-3/+3
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek1-1/+1
2013-02-12microblaze: Fix coding style issuesMichal Simek1-1/+0
2012-11-29microblaze: switch to generic fork/vfork/cloneAl Viro1-14/+0
2012-11-16microblaze: switch to generic sys_execve()Al Viro1-18/+0
2012-11-16microblaze: switch to generic kernel_execve()Al Viro1-21/+0
2012-10-13vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2011-03-09microblaze: Fix missing microblaze specific syscalls declarationMichal Simek1-1/+2
2010-08-18Make do_execve() take a const filename pointerDavid Howells1-3/+7
2010-08-14Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-11Unify sys_mmap*Al Viro1-35/+3
2009-09-24headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-07-27microblaze: remove sys_ipcArnd Bergmann1-99/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-06microblaze: use generic syscalls.hArnd Bergmann1-10/+10
2009-05-01microblaze: Fix return value for sys_ipcMichal Simek1-1/+1
2009-04-14microblaze: remove duplicated #include'sHuang Weiyi1-2/+0
2009-03-27microblaze_v8: IPC supportMichal Simek1-0/+227