aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/sys_score.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-28score: switch to generic fork/vfork/cloneAl Viro1-35/+0
2012-10-15score: switch to generic sys_execve()Al Viro1-24/+0
2012-10-15score: switch to generic kernel_thread()/kernel_execve()Al Viro1-30/+0
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-06sections: fix section conflicts in arch/scoreAndi Kleen1-0/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-3/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11Add missing alignment check in arch/score sys_mmap()Al Viro1-3/+4
2009-12-11Unify sys_mmap*Al Viro1-22/+3
2009-08-30score: add old syscall supportChen Liqin1-2/+22
2009-06-27score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann1-13/+1
2009-06-27score: fix function prototypesArnd Bergmann1-2/+3
2009-06-27score: add address space annotationsArnd Bergmann1-4/+5
2009-06-27score: add missing #includesArnd Bergmann1-0/+2
2009-06-19score: add generic sys_call_tableArnd Bergmann1-8/+1
2009-06-19score: update files according to review commentsChen Liqin1-4/+3
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin1-0/+147