aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-08score: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-1/+3
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-26/+3
2011-03-28score: Use generic show_interrupts()Thomas Gleixner1-39/+0
2011-03-28score: Convert to new irq function namesThomas Gleixner1-2/+2
2011-03-28score: Convert irq_chip to new functionsThomas Gleixner1-11/+13
2010-10-27ptrace: cleanup arch_ptrace() on scoreNamhyung Kim1-2/+2
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
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-17score: fixed pfn_valid define.Chen Liqin1-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-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-3/+2
2009-09-23score: Cleanup linker script using new macros.Tim Abbott1-68/+9
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
2009-08-30score: make init_thread_union align to THREAD_SIZEChen Liqin1-1/+1
2009-08-30score: update files according to review comments.Chen Liqin1-115/+97
2009-08-30score: add old syscall supportChen Liqin2-2/+35
2009-08-30score: add MEMORY_START and MEMORY_SIZE define, to make the code clearChen Liqin1-15/+17
2009-08-30score: remove unused code, add include files in .cChen Liqin1-2/+2
2009-06-27score: make irq.h definitions localArnd Bergmann1-10/+23
2009-06-27score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann3-20/+8
2009-06-27score: fix function prototypesArnd Bergmann3-12/+17
2009-06-27score: add address space annotationsArnd Bergmann3-12/+14
2009-06-27score: add missing #includesArnd Bergmann4-1/+9
2009-06-22score: move save arg5 and arg6 instruction in front of enable_irqChen Liqin1-2/+2
2009-06-19score: remove init_mmArnd Bergmann1-2/+0
2009-06-19score: add generic sys_call_tableArnd Bergmann4-53/+18
2009-06-19score: update files according to review commentsChen Liqin6-117/+50
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin15-0/+3071