aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27mn10300: finish verify_area() offAl Viro1-3/+3
2015-04-12mn10300: Remove signal translation and exec_domainRichard Weinberger1-16/+4
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06mn10300: Use sigsp()Richard Weinberger1-13/+4
2014-08-06mn10300: Use get_signal() signal_setup_done()Richard Weinberger1-53/+36
2013-02-03mn10300: switch to generic old sigaction()Al Viro1-35/+0
2013-02-03mn10300: switch to generic old sigsuspendAl Viro1-10/+0
2013-02-03mn10300: switch to generic sigaltstackAl Viro1-13/+2
2012-10-01mn10300: don't bother with SIGTRAP in setup_frame()Al Viro1-8/+0
2012-10-01mn10300: get rid of calling do_notify_resume() when returning to kernel modeAl Viro1-5/+0
2012-07-17mn10300: fix "pull clearing RESTORE_SIGMASK into block_sigmask()" falloutGeert Uytterhoeven1-2/+3
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-4/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-1/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-13/+5
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+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-21mn10300: use set_current_blocked() and block_sigmask()Matt Fleming1-17/+4
2012-05-21new helper: sigsuspend()Al Viro1-11/+3
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells1-9/+11
2010-09-27mn10300: check __get_user/__put_user results...Al Viro1-6/+6
2010-09-27mn10300: get rid of set_fs(USER_DS) in sigframe setupAl Viro1-4/+0
2010-09-27mn10300: ->restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3
2010-09-27mn10300: prevent double syscall restartsAl Viro1-3/+9
2010-09-27mn10300: avoid SIGSEGV delivery loopAl Viro1-2/+2
2010-01-11mn10300: signal stack fixMark Salter1-1/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-11MN10300: Add utrace/tracehooks supportDavid Howells1-0/+9
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells1-0/+564