summaryrefslogtreecommitdiff
path: root/include/linux/signal.h
AgeCommit message (Expand)Author
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09signal: remove duplicate include in signal.hYe Guojin
2021-10-26signal: Add an optional check for altstack sizeThomas Gleixner
2021-07-23signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman
2021-07-01x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver
2021-04-14signal: Allow tasks to cache one sigqueue structThomas Gleixner
2020-11-23signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne
2020-10-29include: jhash/signal: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman
2020-03-26x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov
2019-01-12signal: Make siginmask safe when passed a signal of 0Eric W. Biederman
2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani
2018-10-31include/linux/signal.h: mark expected switch fall-throughsGustavo A. R. Silva
2018-10-10signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman
2018-10-03signal: Use a smaller struct siginfo in the kernelEric W. Biederman
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-10-03signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22signal: make get_signal() return boolChristian Brauner
2018-08-22signal: make unhandled_signal() return boolChristian Brauner
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman
2018-07-21signal: Pass pid type into group_send_sig_infoEric W. Biederman
2018-04-26signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman
2018-01-12signal: Remove unnecessary ifdefs now that there is only one struct siginfoEric W. Biederman
2018-01-12signal: Introduce clear_siginfoEric W. Biederman
2018-01-12signal: Reduce copy_siginfo to just a memcpyEric 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
2017-07-24fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-06-09rt_sigtimedwait(): move compat to nativeAl Viro
2017-06-04signal: Move copy_siginfo_to_user to <linux/signal.h>Christoph Hellwig
2017-06-04ia64: Remove HAVE_ARCH_COPY_SIGINFOChristoph Hellwig
2017-04-17signal: Remove unused definition of sig_user_definiedEric W. Biederman
2017-03-03signals: Move signal data types from <linux/signal.h> to <linux/signal_types.h>Ingo Molnar
2017-03-02signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>Ingo Molnar
2016-12-14signals: avoid unnecessary taking of sighand->siglockWaiman Long
2016-05-23signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-05-13SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan