summaryrefslogtreecommitdiffstats
path: root/include/linux/signal.h
Commit message (Expand)AuthorAgeFilesLines
* signal: Kill bogus dependency on list.hKent Overstreet2023-12-201-0/+1
* signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-111-1/+0
* signal: Rename send_signal send_signal_lockedEric W. Biederman2022-05-111-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+0
|\
| * signal: remove duplicate include in signal.hYe Guojin2021-11-091-1/+0
* | signal: Add an optional check for altstack sizeThomas Gleixner2021-10-261-0/+6
|/
* signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman2021-07-231-1/+1
* x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro2021-07-011-2/+0
* Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2021-06-271-1/+0
* Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-0/+1
|\
| * signal: Implement SIL_FAULT_TRAPNOEric W. Biederman2021-05-181-0/+1
* | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-0/+1
|\ \ | |/ |/|
| * signal: Allow tasks to cache one sigqueue structThomas Gleixner2021-04-141-0/+1
* | signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver2021-04-161-0/+1
|/
* signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne2020-11-231-0/+14
* include: jhash/signal: Fix fall-through warnings for ClangGustavo A. R. Silva2020-10-291-0/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
* binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman2020-05-051-0/+8
* x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro2020-03-261-4/+4
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-1/+14
* signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov2019-07-161-4/+0
* signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-06-291-1/+1
* signal: Make siginmask safe when passed a signal of 0Eric W. Biederman2019-01-121-1/+1
* signal: Add restore_user_sigmask()Deepa Dinamani2018-12-061-0/+2
* signal: Add set_user_sigmask()Deepa Dinamani2018-12-061-0/+2
* include/linux/signal.h: mark expected switch fall-throughsGustavo A. R. Silva2018-10-311-0/+6
* signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman2018-10-101-1/+1
* signal: Use a smaller struct siginfo in the kernelEric W. Biederman2018-10-031-0/+2
* signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-7/+8
* signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman2018-10-031-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-221-2/+2
|\
| * signal: make get_signal() return boolChristian Brauner2018-08-221-1/+1
| * signal: make unhandled_signal() return boolChristian Brauner2018-08-221-1/+1
* | signal: Pass pid type into do_send_sig_infoEric W. Biederman2018-07-211-1/+1
* | signal: Pass pid type into group_send_sig_infoEric W. Biederman2018-07-211-1/+3
|/
* signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman2018-04-261-0/+3
* signal: Remove unnecessary ifdefs now that there is only one struct siginfoEric W. Biederman2018-01-121-2/+0
* signal: Introduce clear_siginfoEric W. Biederman2018-01-121-0/+5
* signal: Reduce copy_siginfo to just a memcpyEric W. Biederman2018-01-121-6/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-0/+14
* fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman2017-07-241-0/+8
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-2/+0
|\
| * rt_sigtimedwait(): move compat to nativeAl Viro2017-06-091-2/+0
* | signal: Move copy_siginfo_to_user to <linux/signal.h>Christoph Hellwig2017-06-041-0/+2
* | ia64: Remove HAVE_ARCH_COPY_SIGINFOChristoph Hellwig2017-06-041-6/+1
|/
* signal: Remove unused definition of sig_user_definiedEric W. Biederman2017-04-171-4/+0
* signals: Move signal data types from <linux/signal.h> to <linux/signal_types.h>Ingo Molnar2017-03-031-54/+0
* signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>Ingo Molnar2017-03-021-2/+1
* signals: avoid unnecessary taking of sighand->siglockWaiman Long2016-12-141-0/+17