summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signalsJens Axboe2021-02-211-2/+2
* Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-241-1/+2
|\
| * signal: Add missing __user annotation to copy_siginfo_from_user_anyJann Horn2021-01-111-1/+2
* | task_work: unconditionally run task_work from get_signal()Jens Axboe2021-01-081-0/+3
|/
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-22/+0
|\
| * kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-2/+0
| * signal: kill JOBCTL_TASK_WORKJens Axboe2020-12-121-20/+0
| * Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe2020-11-091-4/+18
| |\
* | \ Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-4/+18
|\ \ \
| * \ \ Merge branch 'core/urgent' into core/entryThomas Gleixner2020-11-041-1/+1
| |\ \ \ | | |_|/ | |/| |
| * | | entry: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-10-291-0/+14
| * | | signal: Add task_sigpending() helperJens Axboe2020-10-291-4/+4
* | | | signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne2020-11-231-0/+24
* | | | signal: define the SA_UNSUPPORTED bit in sa_flagsPeter Collingbourne2020-11-231-0/+6
* | | | signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne2020-11-231-0/+10
| |_|/ |/| |
* | | ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov2020-11-021-9/+10
| |/ |/|
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* task_work: only grab task signal lock when neededJens Axboe2020-08-131-1/+15
* signal: fix typo in dequeue_synchronous_signal()Pavel Machek2020-07-261-1/+1
* task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2020-06-301-3/+7
* Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-53/+53
|\
| * signal: refactor copy_siginfo_to_user32Christoph Hellwig2020-05-051-53/+53
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-231-1/+5
|\ \
| * | signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman2020-04-211-1/+5
| |/
* | signal: use kill_proc_info instead of kill_pid_info in kill_something_infoZhiqiang Liu2020-04-121-6/+2
* | signal: check sig before setting info in kill_pid_usb_asyncioZhiqiang Liu2020-04-121-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-1/+1
|\
| * signal: Extend exec_id to 64bitsEric W. Biederman2020-04-011-1/+1
* | signal: avoid double atomic counter increments for user accountingLinus Torvalds2020-02-261-9/+14
|/
* sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik2020-01-261-1/+1
* cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrac...Oleg Nesterov2019-10-111-1/+1
* Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-161-2/+5
|\
| * pidfd: add P_PIDFD to waitid()Christian Brauner2019-08-011-2/+5
* | 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-161-50/+19
* Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-101-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-081-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/+16
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-3/+2
| * | 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