aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-1/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-2/+1
2014-10-05score: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-08-06score: Use get_signal() signal_setup_done()Richard Weinberger1-25/+18
2013-09-26Score: The commit is for compiling successfully.Lennox Wu2-4/+4
2013-07-03score: normalize global variables exported by vmlinux.ldsJiang Liu1-0/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-10/+0
2013-04-08score: Use generic idle loopThomas Gleixner1-18/+0
2013-02-03score: switch to generic sigaltstackAl Viro2-24/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+2
2012-11-28score: switch to generic fork/vfork/cloneAl Viro3-57/+4
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro3-100/+21
2012-11-28score: do_sigaltstack() expects a userland pointer...Al Viro1-5/+2
2012-10-15score: switch to generic sys_execve()Al Viro2-29/+0
2012-10-15score: switch to generic kernel_thread()/kernel_execve()Al Viro3-71/+21
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-10/+0
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+1
2012-10-06sections: fix section conflicts in arch/scoreAndi Kleen1-0/+1
2012-10-01score: fix bogus restarts on sigreturn()Al Viro1-0/+1
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-10/+0
2012-09-23score: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-1/+3
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-19/+5
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro1-1/+8
2012-05-21score: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-21score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21score: use set_current_blocked() and block_sigmask()Matt Fleming1-12/+3
2012-05-21score: don't mask signals if we fail to setup signal stackMatt Fleming1-6/+8
2012-05-05score: Use generic init_taskThomas Gleixner2-47/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-01-23score: fix off-by-one index into syscall tableDan Rosenberg1-1/+1
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