aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score (follow)
AgeCommit message (Expand)AuthorFilesLines
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-23score: Make THREAD_SIZE available to assembly files.Tim Abbott1-6/+9
2009-09-23score: Make PAGE_SIZE available to assembly.Tim Abbott1-1/+2
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
2009-09-17score: add TIF_NOTIFY_RESUME define in asm/thread_info.hChen Liqin1-0/+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 Liqin3-2/+40
2009-08-30score: add MEMORY_START and MEMORY_SIZE define, to make the code clearChen Liqin2-16/+19
2009-08-30score: update inconsistent declare after .c was changedChen Liqin9-35/+472
2009-08-30score: remove unused code, add include files in .cChen Liqin5-21/+17
2009-06-27score: clean up mm/init.cArnd Bergmann1-24/+10
2009-06-27score: make irq.h definitions localArnd Bergmann2-20/+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 Bergmann4-14/+16
2009-06-27score: add missing #includesArnd Bergmann5-1/+10
2009-06-22score: move save arg5 and arg6 instruction in front of enable_irqChen Liqin1-2/+2
2009-06-19score: add prototypes for wrapped syscallsArnd Bergmann1-2/+4
2009-06-19score: remove init_mmArnd Bergmann1-2/+0
2009-06-19score: add generic sys_call_tableArnd Bergmann4-53/+18
2009-06-19score: remove __{put,get}_user_unknownArnd Bergmann1-12/+0
2009-06-19score: unset __ARCH_WANT_IPC_PARSE_VERSIONArnd Bergmann1-1/+0
2009-06-19score: update files according to review commentsChen Liqin14-250/+154
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin126-0/+8566