aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/signal.c
AgeCommit message (Expand)Author
2012-06-01blackfin: check __get_user() return valueAl Viro
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-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro
2012-06-01don't call try_to_freeze() from do_signal()Al 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-21blackfin: don't open-code force_sigsegv()Al Viro
2012-05-21blackfin: use set_current_blocked() and block_sigmask()Matt Fleming
2010-03-09Blackfin: add support for restart_syscall()Mike Frysinger
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger
2010-03-09Blackfin: initial tracehook supportMike Frysinger
2009-12-15Blackfin: add support for TIF_NOTIFY_RESUMEBarry Song
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz
2008-05-07[Blackfin] arch: disable single stepping when delivering a signalBernd Schmidt
2008-04-29Remove the macro get_personalityWANG Cong
2008-04-24[Blackfin] arch: a rather old performance improvement for the signal handling...Bernd Schmidt
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack an...Mike Frysinger
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger
2007-05-07blackfin architectureBryan Wu