summaryrefslogtreecommitdiff
path: root/arch/ia64/kernel/signal.c
AgeCommit message (Expand)Author
2021-03-02ia64: don't call handle_signal() unless there's actually a signal queuedJens Axboe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-08-12ia64: annotate a switch fallthrough in ia64_do_signalChristoph Hellwig
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi
2018-09-27signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturnEric W. Biederman
2018-09-27signal/ia64: Use the generic force_sigsegv in setup_frameEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-01-12signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...Eric W. Biederman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06ia64: Use get_signal() signal_setup_done()Richard Weinberger
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro
2013-02-03ia64: switch to generic sigaltstackAl Viro
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-01ia64: can't reach do_signal() when returning to kernel modeAl Viro
2012-09-21userns: On ia64 deal with current_uid and current_gid being kuid and kgidEric W. Biederman
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-21ia64: use set_current_blocked() and block_sigmask()Matt Fleming
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck
2008-11-14CRED: Wrap task credential accesses in the IA64 archDavid Howells
2008-10-06[IA64] utrace use generic trace hookShaohua Li
2008-05-01[IA64] TS_RESTORE_SIGMASKRoland McGrath
2008-03-04[IA64] signal(ia64): add a signal stack overflow checkShi Weihua
2007-12-18[IA64] signal: remove redundant code in setup_sigcontext()Shi Weihua
2007-12-07[IA64] signal : fix missing error checkingsShi Weihua
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds
2007-05-08[IA64] Add TIF_RESTORE_SIGMASKAlexey Dobriyan
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-01-26[IA64] Delete MCA/INIT sigdelayed codeKeith Owens
2006-01-12[PATCH] ia64: task_thread_info()Al Viro
2005-11-08[IA64] align signal-frame even when not using alternate signal-stackDavid Mosberger-Tang
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt
2005-07-06[IA64] restore_sigcontext is not preempt safeKeith Owens
2005-06-21[IA64] ptrace and restore_sigcontext() allow ar.rsc.pl==0Matthew Chapman
2005-05-03[IA64] fix ia64 syscall auditingDavid Woodhouse
2005-04-16Linux-2.6.12-rc2Linus Torvalds