aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01avr32: remove support for AVR32 architectureHans-Christian Noren Egtvedt1-288/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06avr32: Use sigsp()Richard Weinberger1-6/+3
2014-08-06avr32: Use get_signal() signal_setup_done()Richard Weinberger1-25/+18
2013-02-03avr32: switch to generic sigaltstackAl Viro1-13/+2
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-06-04fixups for signal breakageAl Viro1-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-3/+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-7/+4
2012-06-01new helper: sigmask_to_save()Al Viro1-13/+7
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-21avr32: need to clear RESTORE_SIGMASK on successful signal deliveryAl Viro1-0/+1
2012-05-21avr32: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21avr32: use block_sigmask()Matt Fleming1-5/+1
2012-05-21avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturnOleg Nesterov1-10/+5
2012-05-21avr32: don't mask signals in the error pathMatt Fleming1-13/+12
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
2009-05-20syscall: Sort out syscall_restart name clash.Eric W. Biederman1-2/+2
2008-12-17avr32: Introducing asm/syscalls.hJaswinder Singh1-0/+1
2008-06-27avr32: Fix sigaltstack behaviourMartin Koegler1-0/+3
2008-01-25[AVR32] Remove redundant try_to_freeze() call from do_signal()Haavard Skinnemoen1-7/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-1/+1
2006-09-26[PATCH] avr32 architectureHaavard Skinnemoen1-0/+328