summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAge
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin2019-05-16
* kernel/signal.c: annotate implicit fall throughMathieu Malaterre2019-05-14
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-05-09
|\
| * cgroup: never call do_group_exit() with task->frozen bit setRoman Gushchin2019-05-09
| * cgroup: prevent spurious transition into non-frozen stateRoman Gushchin2019-05-06
| * cgroup: cgroup v2 freezerRoman Gushchin2019-04-19
* | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-07
|\ \
| * | signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner2019-05-07
| |/
* / signal: use fdget() since we don't allow O_PATHChristian Brauner2019-04-18
|/
* signal: don't silently convert SI_USER signals to non-current pidfdJann Horn2019-04-01
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-16
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-05
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-05
|\ \
| * | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-06
| |/
* | signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman2019-02-13
* | signal: Better detection of synchronous signalsEric W. Biederman2019-02-07
* | signal: Always notice exiting tasksEric W. Biederman2019-02-07
* | signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman2019-02-05
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann2018-12-18
* y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann2018-12-18
* signal: Add restore_user_sigmask()Deepa Dinamani2018-12-06
* signal: Add set_user_sigmask()Deepa Dinamani2018-12-06
* kernel/signal.c: fix a comment errorWeikang Shi2018-10-31
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-25
|\
| * y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann2018-08-29
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-27
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-24
|\ \
| * | signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman2018-10-10
| * | signal: Guard against negative signal numbers in copy_siginfo_from_userEric W. Biederman2018-10-10
| * | signal: In sigqueueinfo prefer sig not si_signoEric W. Biederman2018-10-08
| * | signal: Use a smaller struct siginfo in the kernelEric W. Biederman2018-10-03
| * | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-03
| * | signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman2018-10-03
| * | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-03
| * | signal: Fail sigqueueinfo if si_signo != sigEric W. Biederman2018-10-03
| * | signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman2018-10-03
| * | signal: Pair exports with their functionsEric W. Biederman2018-09-16
| * | signal: Remove specific_send_sig_infoEric W. Biederman2018-09-16
| * | signal: Remove SEND_SIG_FORCEDEric W. Biederman2018-09-11
| * | signal: Never allocate siginfo for SIGKILL or SIGSTOPEric W. Biederman2018-09-11
| * | signal: Don't send siginfo to kthreads.Eric W. Biederman2018-09-11
| * | signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman2018-09-11
| * | signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman2018-09-11
| |/
* / signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon2018-10-01
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-22
|\
| * signal: make get_signal() return boolChristian Brauner2018-08-22
| * signal: make sigkill_pending() return boolChristian Brauner2018-08-22
| * signal: make legacy_queue() return boolChristian Brauner2018-08-22