summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-16signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin1-0/+1
2019-05-14kernel/signal.c: annotate implicit fall throughMathieu Malaterre1-0/+1
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-4/+62
2019-05-09cgroup: never call do_group_exit() with task->frozen bit setRoman Gushchin1-5/+3
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-3/+9
2019-05-07signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner1-3/+9
2019-05-06cgroup: prevent spurious transition into non-frozen stateRoman Gushchin1-1/+1
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin1-5/+65
2019-04-18signal: use fdget() since we don't allow O_PATHChristian Brauner1-1/+1
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn1-9/+4
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-6/+127
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner1-6/+127
2019-02-13signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman1-2/+5
2019-02-07signal: Better detection of synchronous signalsEric W. Biederman1-1/+51
2019-02-07signal: Always notice exiting tasksEric W. Biederman1-0/+6
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-1/+1
2019-02-05signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman1-3/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-4/+4
2018-12-18y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann1-0/+32
2018-12-18y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann1-0/+33
2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani1-0/+33
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani1-0/+45
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi1-1/+1
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+10
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-149/+272
2018-10-10signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman1-1/+1
2018-10-10signal: Guard against negative signal numbers in copy_siginfo_from_userEric W. Biederman1-1/+1
2018-10-08signal: In sigqueueinfo prefer sig not si_signoEric W. Biederman1-57/+84
2018-10-03signal: Use a smaller struct siginfo in the kernelEric W. Biederman1-18/+64
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-52/+99
2018-10-03signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman1-9/+16
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman1-3/+0
2018-10-03signal: Fail sigqueueinfo if si_signo != sigEric W. Biederman1-2/+4
2018-10-03signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman1-1/+1
2018-10-01signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon1-5/+9
2018-09-16signal: Pair exports with their functionsEric W. Biederman1-8/+7
2018-09-16signal: Remove specific_send_sig_infoEric W. Biederman1-8/+2
2018-09-11signal: Remove SEND_SIG_FORCEDEric W. Biederman1-4/+3
2018-09-11signal: Never allocate siginfo for SIGKILL or SIGSTOPEric W. Biederman1-3/+4
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman1-1/+1
2018-09-11signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2018-09-11signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman1-0/+4
2018-08-29y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann1-8/+9
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-1/+1
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-87/+83
2018-08-22signal: make get_signal() return boolChristian Brauner1-2/+2
2018-08-22signal: make sigkill_pending() return boolChristian Brauner1-3/+3
2018-08-22signal: make legacy_queue() return boolChristian Brauner1-1/+1
2018-08-22signal: make wants_signal() return boolChristian Brauner1-5/+9