aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/signal.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-20signal: Kill bogus dependency on list.hKent Overstreet1-0/+1
2022-05-11signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman1-1/+0
2022-05-11signal: Rename send_signal send_signal_lockedEric W. Biederman1-0/+2
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-09signal: remove duplicate include in signal.hYe Guojin1-1/+0
2021-10-26signal: Add an optional check for altstack sizeThomas Gleixner1-0/+6
2021-07-23signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman1-1/+1
2021-07-01x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro1-2/+0
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds1-1/+0
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman1-0/+1
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver1-0/+1
2021-04-14signal: Allow tasks to cache one sigqueue structThomas Gleixner1-0/+1
2020-11-23signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne1-0/+14
2020-10-29include: jhash/signal: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman1-0/+8
2020-03-26x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro1-4/+4
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-1/+14
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov1-4/+0
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov1-1/+1
2019-01-12signal: Make siginmask safe when passed a signal of 0Eric W. Biederman1-1/+1
2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani1-0/+2
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani1-0/+2
2018-10-31include/linux/signal.h: mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-10-10signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman1-1/+1
2018-10-03signal: Use a smaller struct siginfo in the kernelEric W. Biederman1-0/+2
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-7/+8
2018-10-03signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman1-0/+1
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2018-08-22signal: make get_signal() return boolChristian Brauner1-1/+1
2018-08-22signal: make unhandled_signal() return boolChristian Brauner1-1/+1
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman1-1/+1
2018-07-21signal: Pass pid type into group_send_sig_infoEric W. Biederman1-1/+3
2018-04-26signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman1-0/+3
2018-01-12signal: Remove unnecessary ifdefs now that there is only one struct siginfoEric W. Biederman1-2/+0
2018-01-12signal: Introduce clear_siginfoEric W. Biederman1-0/+5
2018-01-12signal: Reduce copy_siginfo to just a memcpyEric W. Biederman1-6/+2
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-0/+14
2017-07-24fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman1-0/+8
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2017-06-09rt_sigtimedwait(): move compat to nativeAl Viro1-2/+0
2017-06-04signal: Move copy_siginfo_to_user to <linux/signal.h>Christoph Hellwig1-0/+2
2017-06-04ia64: Remove HAVE_ARCH_COPY_SIGINFOChristoph Hellwig1-6/+1
2017-04-17signal: Remove unused definition of sig_user_definiedEric W. Biederman1-4/+0
2017-03-03signals: Move signal data types from <linux/signal.h> to <linux/signal_types.h>Ingo Molnar1-54/+0
2017-03-02signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>Ingo Molnar1-2/+1
2016-12-14signals: avoid unnecessary taking of sighand->siglockWaiman Long1-0/+17
2016-05-23signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov1-9/+7
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+15
2016-05-13SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan1-0/+15
2016-05-03signals/sigaltstack: Implement SS_AUTODISARM flagStas Sergeev1-1/+3
2015-11-20kernel/signal.c: unexport sigsuspend()Richard Weinberger1-1/+0
2014-10-14signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size()Oleg Nesterov1-16/+13
2014-08-06Rip out get_signal_to_deliver()Richard Weinberger1-13/+1
2014-08-06Clean up signal_delivered()Richard Weinberger1-1/+0
2014-06-06signals: introduce kernel_sigaction()Oleg Nesterov1-2/+16
2014-06-06signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov1-0/+2
2014-06-06signals: kill sigfindinword()Oleg Nesterov1-5/+0
2013-09-01Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro1-0/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells1-0/+5
2013-03-19Fix breakage in MIPS siginfo handlingDavid Howells1-2/+2
2013-02-03new helper: signal_setup_done()Al Viro1-0/+1
2013-02-03new helper: get_signal()Al Viro1-0/+18
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro1-0/+9
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro1-0/+14
2013-02-03consolidate declarations of k_sigactionAl Viro1-0/+7
2013-02-03switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro1-2/+0
2013-02-03generic compat_sys_rt_sigpending()Al Viro1-1/+0
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-0/+1
2012-12-19new helper: restore_altstack()Al Viro1-0/+2
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-6/+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-1/+2
2012-05-21new helper: sigsuspend()Al Viro1-0/+1
2012-01-10signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming1-0/+1
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-4/+9
2011-05-19signal.h need a definition of struct task_structStephen Rothwell1-0/+2
2011-05-18signal: trivial, fix the "timespec declared inside parameter list" warningOleg Nesterov1-1/+3
2011-04-28signal: rename signandsets() to sigandnsets()Oleg Nesterov1-3/+3
2011-04-28signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov1-0/+2
2011-04-28signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov1-0/+1
2010-03-12sysctl extern cleanup: signalDave Young1-0/+2
2009-09-24signals: introduce do_send_sig_info() helperOleg Nesterov1-0/+2
2009-04-30signals: implement sys_rt_tgsigqueueinfoThomas Gleixner1-0/+2
2008-04-30kill_pid_info: don't take now unneeded tasklist_lockOleg Nesterov1-2/+0
2008-02-08fix group stop with exit raceOleg Nesterov1-0/+1
2008-02-06proper prototype for signals_init()Adrian Bunk1-0/+2
2007-07-22x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani1-0/+3
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day1-1/+0
2007-05-11signal/timer/event: signalfd coreDavide Libenzi1-0/+1
2007-05-09Move sig_kernel_* et al macros to linux/signal.hRoland McGrath1-0/+125
2006-12-07[PATCH] Move sighand_cachep to include/signal.hChristoph Lameter1-0/+2
2006-07-02[PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner1-26/+0
2006-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+3
2006-04-28[PATCH] request_irq(): remove warnings from irq probingAndrew Morton1-1/+3
2006-04-25Don't include private headers from user-visible part of linux/signal.hDavid Woodhouse1-2/+2
2006-03-28[PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov1-0/+2
2006-01-08[PATCH] sigaction should clear all signals on SIG_IGN, not just < 32George Anzinger1-0/+17
2006-01-08[PATCH] IRQ type flagsRussell King1-0/+13
2005-10-30[PATCH] kill sigqueue->lockOleg Nesterov1-1/+0
2005-06-12[PATCH] Remove obsolete HAVE_ARCH_GET_SIGNAL_TO_DELIVER?Geert Uytterhoeven1-2/+0
2005-05-01[PATCH] new valid_signal() functionJesper Juhl1-0/+6
2005-05-01[PATCH] move SA_xxx defines to linux/signal.hStas Sergeev1-0/+11
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+224