Age | Commit message (Expand) | Author |
2020-10-29 | include: jhash/signal: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-05-05 | binfmt_elf: remove the set_fs in fill_siginfo_note | Eric W. Biederman |
2020-03-26 | x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit) | Al Viro |
2019-08-19 | signal: Allow cifs and drbd to receive their terminating signals | Eric W. Biederman |
2019-07-16 | signal: simplify set_user_sigmask/restore_user_sigmask | Oleg Nesterov |
2019-06-29 | signal: remove the wrong signal_pending() check in restore_user_sigmask() | Oleg Nesterov |
2019-01-12 | signal: Make siginmask safe when passed a signal of 0 | Eric W. Biederman |
2018-12-06 | signal: Add restore_user_sigmask() | Deepa Dinamani |
2018-12-06 | signal: Add set_user_sigmask() | Deepa Dinamani |
2018-10-31 | include/linux/signal.h: mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-10-10 | signal: Guard against negative signal numbers in copy_siginfo_from_user32 | Eric W. Biederman |
2018-10-03 | signal: Use a smaller struct siginfo in the kernel | Eric W. Biederman |
2018-10-03 | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman |
2018-10-03 | signal: Introduce copy_siginfo_from_user and use it's return value | Eric W. Biederman |
2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-08-22 | signal: make get_signal() return bool | Christian Brauner |
2018-08-22 | signal: make unhandled_signal() return bool | Christian Brauner |
2018-07-21 | signal: Pass pid type into do_send_sig_info | Eric W. Biederman |
2018-07-21 | signal: Pass pid type into group_send_sig_info | Eric W. Biederman |
2018-04-26 | signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR} | Eric W. Biederman |
2018-01-12 | signal: Remove unnecessary ifdefs now that there is only one struct siginfo | Eric W. Biederman |
2018-01-12 | signal: Introduce clear_siginfo | Eric W. Biederman |
2018-01-12 | signal: Reduce copy_siginfo to just a memcpy | Eric W. Biederman |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-24 | signal: Remove kernel interal si_code magic | Eric W. Biederman |
2017-07-24 | fcntl: Don't use ambiguous SIG_POLL si_codes | Eric W. Biederman |
2017-07-06 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2017-06-09 | rt_sigtimedwait(): move compat to native | Al Viro |
2017-06-04 | signal: Move copy_siginfo_to_user to <linux/signal.h> | Christoph Hellwig |
2017-06-04 | ia64: Remove HAVE_ARCH_COPY_SIGINFO | Christoph Hellwig |
2017-04-17 | signal: Remove unused definition of sig_user_definied | Eric W. Biederman |
2017-03-03 | signals: Move signal data types from <linux/signal.h> to <linux/signal_types.h> | Ingo Molnar |
2017-03-02 | signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h> | Ingo Molnar |
2016-12-14 | signals: avoid unnecessary taking of sighand->siglock | Waiman Long |
2016-05-23 | signal: move the "sig < SIGRTMIN" check into siginmask(sig) | Oleg Nesterov |
2016-05-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2016-05-13 | SIGNAL: Move generic copy_siginfo() to signal.h | James Hogan |
2016-05-03 | signals/sigaltstack: Implement SS_AUTODISARM flag | Stas Sergeev |
2015-11-20 | kernel/signal.c: unexport sigsuspend() | Richard Weinberger |
2014-10-14 | signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size() | Oleg Nesterov |
2014-08-06 | Rip out get_signal_to_deliver() | Richard Weinberger |
2014-08-06 | Clean up signal_delivered() | Richard Weinberger |
2014-06-06 | signals: introduce kernel_sigaction() | Oleg Nesterov |
2014-06-06 | signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] | Oleg Nesterov |
2014-06-06 | signals: kill sigfindinword() | Oleg Nesterov |
2013-09-01 | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP | Al Viro |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-05-01 | proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} | David Howells |
2013-03-19 | Fix breakage in MIPS siginfo handling | David Howells |