summaryrefslogtreecommitdiffstats
path: root/arch/score
Commit message (Expand)AuthorAgeFilesLines
* 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 THREAD_SIZE available to assembly files.Tim Abbott2009-09-231-6/+9
* | score: Make PAGE_SIZE available to assembly.Tim Abbott2009-09-231-1/+2
|/
* score: add TIF_NOTIFY_RESUME define in asm/thread_info.hChen Liqin2009-09-171-0/+2
* 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-303-2/+40
* score: add MEMORY_START and MEMORY_SIZE define, to make the code clearChen Liqin2009-08-302-16/+19
* score: update inconsistent declare after .c was changedChen Liqin2009-08-309-35/+472
* score: remove unused code, add include files in .cChen Liqin2009-08-305-21/+17
* score: clean up mm/init.cArnd Bergmann2009-06-271-24/+10
* score: make irq.h definitions localArnd Bergmann2009-06-272-20/+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-274-14/+16
* score: add missing #includesArnd Bergmann2009-06-275-1/+10
* score: move save arg5 and arg6 instruction in front of enable_irqChen Liqin2009-06-221-2/+2
* score: add prototypes for wrapped syscallsArnd Bergmann2009-06-191-2/+4
* score: remove init_mmArnd Bergmann2009-06-191-2/+0
* score: add generic sys_call_tableArnd Bergmann2009-06-194-53/+18
* score: remove __{put,get}_user_unknownArnd Bergmann2009-06-191-12/+0
* score: unset __ARCH_WANT_IPC_PARSE_VERSIONArnd Bergmann2009-06-191-1/+0
* score: update files according to review commentsChen Liqin2009-06-1914-250/+154
* score: Add support for Sunplus S+core architectureChen Liqin2009-06-19126-0/+8566