aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-23remove the h8300 architectureChristoph Hellwig1-287/+0
2020-12-12h8300: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-27h8300: fix syscall restartingMark Rutland1-1/+1
2016-01-20h8300: signal stack fixYoshinori Sato1-4/+4
2015-06-23h8300: Interrupt and exceptionsYoshinori Sato1-0/+289
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck1-444/+0
2013-02-03h8300: switch to generic old sigaction()Al Viro1-32/+0
2013-02-03h8300: switch to generic old sigsuspendAl Viro1-11/+0
2013-02-03h8300: kill useless wrappers, fix rt_sigreturn(2)Al Viro1-8/+6
2013-02-03h8300: switch to generic sigaltstackAl Viro1-13/+2
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-07-11h8300/signal: fix typo "statis"Geert Uytterhoeven1-1/+1
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-4/+0
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-3/+1
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-2/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21h8300: missing checks of __get_user()/__put_user() return valuesAl Viro1-6/+6
2012-05-21h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro1-53/+20
2012-05-21h8300: don't change blocked signals' mask if setting frame up failsAl Viro1-7/+11
2012-05-21h8300: use set_current_blocked() and block_sigmask()Matt Fleming1-24/+9
2009-09-09KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells1-0/+5
2008-02-23h8300: signal.c typo fixYoshinori Sato1-2/+2
2007-07-16h8300 entry.S updateYoshinori Sato1-0/+6
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER1-1/+1
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-6/+5
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-3/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+552