aboutsummaryrefslogtreecommitdiff
path: root/arch/score
AgeCommit message (Expand)Author
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig
2009-12-11Add missing alignment check in arch/score sys_mmap()Al Viro
2009-12-11Unify sys_mmap*Al Viro
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds
2009-09-23score: Cleanup linker script using new macros.Tim Abbott
2009-09-23score: Make THREAD_SIZE available to assembly files.Tim Abbott
2009-09-23score: Make PAGE_SIZE available to assembly.Tim Abbott
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches
2009-09-17score: add TIF_NOTIFY_RESUME define in asm/thread_info.hChen Liqin
2009-08-30score: make init_thread_union align to THREAD_SIZEChen Liqin
2009-08-30score: update files according to review comments.Chen Liqin
2009-08-30score: add old syscall supportChen Liqin
2009-08-30score: add MEMORY_START and MEMORY_SIZE define, to make the code clearChen Liqin
2009-08-30score: update inconsistent declare after .c was changedChen Liqin
2009-08-30score: remove unused code, add include files in .cChen Liqin
2009-06-27score: clean up mm/init.cArnd Bergmann
2009-06-27score: make irq.h definitions localArnd Bergmann
2009-06-27score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann
2009-06-27score: fix function prototypesArnd Bergmann
2009-06-27score: add address space annotationsArnd Bergmann
2009-06-27score: add missing #includesArnd Bergmann
2009-06-22score: move save arg5 and arg6 instruction in front of enable_irqChen Liqin
2009-06-19score: add prototypes for wrapped syscallsArnd Bergmann
2009-06-19score: remove init_mmArnd Bergmann
2009-06-19score: add generic sys_call_tableArnd Bergmann
2009-06-19score: remove __{put,get}_user_unknownArnd Bergmann
2009-06-19score: unset __ARCH_WANT_IPC_PARSE_VERSIONArnd Bergmann
2009-06-19score: update files according to review commentsChen Liqin
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin