aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/kernel
Commit message (Expand)AuthorAgeFilesLines
* score: fix off-by-one index into syscall tableDan Rosenberg2012-01-251-1/+1
* score: Use generic show_interrupts()Thomas Gleixner2011-03-281-39/+0
* score: Convert to new irq function namesThomas Gleixner2011-03-281-2/+2
* score: Convert irq_chip to new functionsThomas Gleixner2011-03-281-11/+13
* ptrace: cleanup arch_ptrace() on scoreNamhyung Kim2010-10-271-2/+2
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
* 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
* score: fixed pfn_valid define.Chen Liqin2009-12-171-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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-231-3/+2
|\
| * Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+2
* | score: Cleanup linker script using new macros.Tim Abbott2009-09-231-68/+9
|/
* score: make init_thread_union align to THREAD_SIZEChen Liqin2009-08-301-1/+1
* score: update files according to review comments.Chen Liqin2009-08-301-115/+97
* score: add old syscall supportChen Liqin2009-08-302-2/+35
* score: add MEMORY_START and MEMORY_SIZE define, to make the code clearChen Liqin2009-08-301-15/+17
* score: remove unused code, add include files in .cChen Liqin2009-08-301-2/+2
* score: make irq.h definitions localArnd Bergmann2009-06-271-10/+23
* score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann2009-06-273-20/+8
* score: fix function prototypesArnd Bergmann2009-06-273-12/+17
* score: add address space annotationsArnd Bergmann2009-06-273-12/+14
* score: add missing #includesArnd Bergmann2009-06-274-1/+9
* score: move save arg5 and arg6 instruction in front of enable_irqChen Liqin2009-06-221-2/+2
* score: remove init_mmArnd Bergmann2009-06-191-2/+0
* score: add generic sys_call_tableArnd Bergmann2009-06-194-53/+18
* score: update files according to review commentsChen Liqin2009-06-196-117/+50
* score: Add support for Sunplus S+core architectureChen Liqin2009-06-1915-0/+3071