summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-0/+5
* kernel/signal.c: fix a kernel-doc markupMauro Carvalho Chehab2019-08-031-1/+1
* pidfd: Add warning if exit_state is 0 during notificationJoel Fernandes (Google)2019-07-291-0/+1
* signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov2019-07-171-50/+19Star
* Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+11
|\
| * pidfd: add polling supportJoel Fernandes (Google)2019-06-281-0/+11
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-75/+174
|\ \
| * | signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman2019-05-291-7/+7
| * | signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman2019-05-291-3/+9
| * | signal: Generate the siginfo in force_sigEric W. Biederman2019-05-291-1/+9
| * | signal: Move the computation of force into send_signal and correct it.Eric W. Biederman2019-05-291-13/+22
| * | signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signalEric W. Biederman2019-05-291-17/+16Star
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-3/+2Star
| * | signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman2019-05-291-1/+11
| * | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-2/+2
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-3/+3
| * | signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-271-2/+4
| * | signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman2019-05-231-27/+40
| * | signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman2019-05-221-8/+61
| |/
* | Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-1/+1
|\ \
| * | audit: deliver signal_info regarless of syscallRichard Guy Briggs2019-05-221-1/+1
| |/
* | signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-06-291-2/+3
* | signal: improve commentsChristian Brauner2019-06-051-6/+5Star
* | kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei2019-06-021-0/+2
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin2019-05-161-0/+1
* kernel/signal.c: annotate implicit fall throughMathieu Malaterre2019-05-151-0/+1
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-05-091-4/+62
|\
| * cgroup: never call do_group_exit() with task->frozen bit setRoman Gushchin2019-05-091-5/+3Star
| * cgroup: prevent spurious transition into non-frozen stateRoman Gushchin2019-05-061-1/+1
| * cgroup: cgroup v2 freezerRoman Gushchin2019-04-191-5/+65
* | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-3/+9
|\ \
| * | signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner2019-05-071-3/+9
| |/
* / signal: use fdget() since we don't allow O_PATHChristian Brauner2019-04-181-1/+1
|/
* signal: don't silently convert SI_USER signals to non-current pidfdJann Horn2019-04-011-9/+4Star
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-6/+127
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-6/+127
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-1/+1
|\ \
| * | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-1/+1
| |/
* | signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman2019-02-131-2/+5
* | signal: Better detection of synchronous signalsEric W. Biederman2019-02-071-1/+51
* | signal: Always notice exiting tasksEric W. Biederman2019-02-071-0/+6
* | signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman2019-02-051-3/+2Star
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-4/+4
* y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann2018-12-181-0/+32
* y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann2018-12-181-0/+33
* signal: Add restore_user_sigmask()Deepa Dinamani2018-12-061-0/+33
* signal: Add set_user_sigmask()Deepa Dinamani2018-12-061-0/+45
* kernel/signal.c: fix a comment errorWeikang Shi2018-10-311-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-9/+10
|\