summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* avr32: Use sigsp()Richard Weinberger2014-08-061-6/+3
* avr32: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-25/+18
* avr32: switch to generic sigaltstackAl Viro2013-02-031-13/+2
* Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
* fixups for signal breakageAl Viro2012-06-041-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-3/+0
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-1/+1
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-7/+4
* new helper: sigmask_to_save()Al Viro2012-06-011-13/+7
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* avr32: need to clear RESTORE_SIGMASK on successful signal deliveryAl Viro2012-05-211-0/+1
* avr32: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-211-0/+3
* avr32: use block_sigmask()Matt Fleming2012-05-211-5/+1
* avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturnOleg Nesterov2012-05-211-10/+5
* avr32: don't mask signals in the error pathMatt Fleming2012-05-211-13/+12
* 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
* syscall: Sort out syscall_restart name clash.Eric W. Biederman2009-05-201-2/+2
* avr32: Introducing asm/syscalls.hJaswinder Singh2008-12-171-0/+1
* avr32: Fix sigaltstack behaviourMartin Koegler2008-06-271-0/+3
* [AVR32] Remove redundant try_to_freeze() call from do_signal()Haavard Skinnemoen2008-01-251-7/+0
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-1/+1
* [PATCH] avr32 architectureHaavard Skinnemoen2006-09-261-0/+328