aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+5
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-0/+5
2019-08-03kernel/signal.c: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2019-08-01pidfd: add P_PIDFD to waitid()Christian Brauner1-2/+5
2019-07-29pidfd: Add warning if exit_state is 0 during notificationJoel Fernandes (Google)1-0/+1
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov1-50/+19
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+11
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-75/+174
2019-07-08Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov1-2/+3
2019-06-28pidfd: add polling supportJoel Fernandes (Google)1-0/+11
2019-06-05signal: improve commentsChristian Brauner1-6/+5
2019-06-01kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei1-0/+2
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman1-7/+7
2019-05-29signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman1-3/+9
2019-05-29signal: Generate the siginfo in force_sigEric W. Biederman1-1/+9
2019-05-29signal: Move the computation of force into send_signal and correct it.Eric W. Biederman1-13/+22
2019-05-29signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signalEric W. Biederman1-17/+16
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-3/+2
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to currentEric W. Biederman1-1/+11
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman1-2/+2
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-3/+3
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-2/+4
2019-05-22signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman1-27/+40
2019-05-22signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman1-8/+61
2019-05-21audit: deliver signal_info regarless of syscallRichard Guy Briggs1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
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/cgroupLinus 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/brauner/linuxLinus 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/brauner/linuxLinus Torvalds1-6/+127
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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