summaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/sys_score.c
Commit message (Expand)AuthorAgeFilesLines
* score: switch to generic fork/vfork/cloneAl Viro2012-11-281-35/+0
* score: switch to generic sys_execve()Al Viro2012-10-151-24/+0
* score: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-151-30/+0
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* sections: fix section conflicts in arch/scoreAndi Kleen2012-10-061-0/+1
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-3/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Add missing alignment check in arch/score sys_mmap()Al Viro2009-12-111-3/+4
* Unify sys_mmap*Al Viro2009-12-111-22/+3
* score: add old syscall supportChen Liqin2009-08-301-2/+22
* score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann2009-06-271-13/+1
* score: fix function prototypesArnd Bergmann2009-06-271-2/+3
* score: add address space annotationsArnd Bergmann2009-06-271-4/+5
* score: add missing #includesArnd Bergmann2009-06-271-0/+2
* score: add generic sys_call_tableArnd Bergmann2009-06-191-8/+1
* score: update files according to review commentsChen Liqin2009-06-191-4/+3
* score: Add support for Sunplus S+core architectureChen Liqin2009-06-191-0/+147