index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
score
/
kernel
/
sys_score.c
Age
Commit message (
Expand
)
Author
2012-11-28
score: switch to generic fork/vfork/clone
Al Viro
2012-10-15
score: switch to generic sys_execve()
Al Viro
2012-10-15
score: switch to generic kernel_thread()/kernel_execve()
Al Viro
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
2012-10-06
sections: fix section conflicts in arch/score
Andi Kleen
2010-08-17
Make do_execve() take a const filename pointer
David Howells
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-12-11
Add missing alignment check in arch/score sys_mmap()
Al Viro
2009-12-11
Unify sys_mmap*
Al Viro
2009-08-30
score: add old syscall support
Chen Liqin
2009-06-27
score: cleanups: dead code, 0 as pointer, shadowed variables
Arnd Bergmann
2009-06-27
score: fix function prototypes
Arnd Bergmann
2009-06-27
score: add address space annotations
Arnd Bergmann
2009-06-27
score: add missing #includes
Arnd Bergmann
2009-06-19
score: add generic sys_call_table
Arnd Bergmann
2009-06-19
score: update files according to review comments
Chen Liqin
2009-06-19
score: Add support for Sunplus S+core architecture
Chen Liqin