aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-02ia64: don't call handle_signal() unless there's actually a signal queuedJens Axboe1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-08-12ia64: annotate a switch fallthrough in ia64_do_signalChristoph Hellwig1-5/+5
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-3/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi1-2/+2
2018-09-27signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturnEric W. Biederman1-9/+1
2018-09-27signal/ia64: Use the generic force_sigsegv in setup_frameEric W. Biederman1-38/+12
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2018-01-12signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic versionEric W. Biederman1-52/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-9/+8
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-06ia64: Use get_signal() signal_setup_done()Richard Weinberger1-25/+21
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-02-03ia64: switch to generic sigaltstackAl Viro1-16/+3
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-8/+0
2012-10-01ia64: can't reach do_signal() when returning to kernel modeAl Viro1-8/+0
2012-09-21userns: On ia64 deal with current_uid and current_gid being kuid and kgidEric W. Biederman1-2/+2
2012-06-01new helper: signal_delivered()Al Viro1-6/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-2/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-9/+1
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-21ia64: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+2
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck1-40/+14
2008-11-14CRED: Wrap task credential accesses in the IA64 archDavid Howells1-2/+2
2008-10-06[IA64] utrace use generic trace hookShaohua Li1-0/+8
2008-05-01[IA64] TS_RESTORE_SIGMASKRoland McGrath1-7/+8
2008-03-04[IA64] signal(ia64): add a signal stack overflow checkShi Weihua1-9/+27
2007-12-18[IA64] signal: remove redundant code in setup_sigcontext()Shi Weihua1-9/+1
2007-12-07[IA64] signal : fix missing error checkingsShi Weihua1-4/+4
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-2/+2
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-48/+23
2007-05-08[IA64] Add TIF_RESTORE_SIGMASKAlexey Dobriyan1-48/+23
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-26[IA64] Delete MCA/INIT sigdelayed codeKeith Owens1-101/+0
2006-01-12[PATCH] ia64: task_thread_info()Al Viro1-5/+5
2005-11-08[IA64] align signal-frame even when not using alternate signal-stackDavid Mosberger-Tang1-6/+5
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-9/+6
2005-07-06[IA64] restore_sigcontext is not preempt safeKeith Owens1-0/+2
2005-06-21[IA64] ptrace and restore_sigcontext() allow ar.rsc.pl==0Matthew Chapman1-2/+3
2005-05-03[IA64] fix ia64 syscall auditingDavid Woodhouse1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+691