aboutsummaryrefslogtreecommitdiff
path: root/arch/score/kernel
AgeCommit message (Expand)Author
2013-02-03score: switch to generic sigaltstackAl Viro
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28score: switch to generic fork/vfork/cloneAl Viro
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro
2012-11-28score: do_sigaltstack() expects a userland pointer...Al Viro
2012-10-15score: switch to generic sys_execve()Al Viro
2012-10-15score: switch to generic kernel_thread()/kernel_execve()Al Viro
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-06sections: fix section conflicts in arch/scoreAndi Kleen
2012-10-01score: fix bogus restarts on sigreturn()Al Viro
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells
2012-09-23score: Add missing RCU idle APIs on idle loopFrederic Weisbecker
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro
2012-05-21score: don't open-code force_sigsegv()Al Viro
2012-05-21score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-21score: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-21score: don't mask signals if we fail to setup signal stackMatt Fleming
2012-05-05score: Use generic init_taskThomas Gleixner
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2012-01-23score: fix off-by-one index into syscall tableDan Rosenberg
2011-12-08score: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-03-28score: Use generic show_interrupts()Thomas Gleixner
2011-03-28score: Convert to new irq function namesThomas Gleixner
2011-03-28score: Convert irq_chip to new functionsThomas Gleixner
2010-10-27ptrace: cleanup arch_ptrace() on scoreNamhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-17score: fixed pfn_valid define.Chen Liqin
2009-12-11Add missing alignment check in arch/score sys_mmap()Al Viro
2009-12-11Unify sys_mmap*Al Viro
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-21Use new __init_task_data macro in arch init_task.c files.Joe Perches
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: remove unused code, add include files in .cChen Liqin
2009-06-27score: make irq.h definitions localArnd Bergmann
2009-06-27score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann