summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* h8300: fix syscall restartingMark Rutland2016-10-281-1/+1
* h8300: signal stack fixYoshinori Sato2016-01-201-4/+4
* h8300: Interrupt and exceptionsYoshinori Sato2015-06-231-0/+289
* Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck2013-09-171-444/+0Star
* h8300: switch to generic old sigaction()Al Viro2013-02-041-32/+0Star
* h8300: switch to generic old sigsuspendAl Viro2013-02-041-11/+0Star
* h8300: kill useless wrappers, fix rt_sigreturn(2)Al Viro2013-02-041-8/+6Star
* h8300: switch to generic sigaltstackAl Viro2013-02-041-13/+2Star
* Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
* h8300/signal: fix typo "statis"Geert Uytterhoeven2012-07-121-1/+1
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0Star
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-3/+1Star
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-2/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* h8300: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-6/+6
* h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro2012-05-221-53/+20Star
* h8300: don't change blocked signals' mask if setting frame up failsAl Viro2012-05-221-7/+11
* h8300: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-24/+9Star
* KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-091-0/+1
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+2
* KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-021-0/+5
* h8300: signal.c typo fixYoshinori Sato2008-02-241-2/+2
* h8300 entry.S updateYoshinori Sato2007-07-161-0/+6
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-1/+1
* [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER2006-06-231-1/+1
* [PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt2005-08-291-6/+5Star
* [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-261-3/+1Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+552