aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove blackfin portArnd Bergmann1-287/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2015-04-12frv: Remove signal translation and exec_domainRichard Weinberger1-1/+1
2015-04-12blackfin: Remove exec_domain usageRichard Weinberger1-5/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06blackfin: Use sigsp()Richard Weinberger1-11/+3
2014-08-06blackfin: Use get_signal() signal_setup_done()Richard Weinberger1-22/+17
2013-02-03blackfin: switch to generic sigaltstackAl Viro1-10/+2
2012-11-28bfin: switch to generic vfork, get rid of pointless wrappersAl Viro1-2/+2
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-06-01blackfin: check __get_user() return valueAl Viro1-16/+14
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-1/+1
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-17/+7
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-21blackfin: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-21blackfin: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+4
2010-03-09Blackfin: add support for restart_syscall()Mike Frysinger1-0/+9
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger1-1/+2
2010-03-09Blackfin: initial tracehook supportMike Frysinger1-11/+3
2009-12-15Blackfin: add support for TIF_NOTIFY_RESUMEBarry Song1-0/+18
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-25/+2
2008-05-07[Blackfin] arch: disable single stepping when delivering a signalBernd Schmidt1-0/+13
2008-04-29Remove the macro get_personalityWANG Cong1-1/+1
2008-04-24[Blackfin] arch: a rather old performance improvement for the signal handling codeBernd Schmidt1-16/+4
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functionsMike Frysinger1-2/+2
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger1-5/+5
2007-05-07blackfin architectureBryan Wu1-0/+356