summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-11/+48
|\
| * Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-201-3/+11
| |\
| * | signal: Allow tasks to cache one sigqueue structThomas Gleixner2021-04-141-2/+42
| * | signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc()Thomas Gleixner2021-04-141-10/+7
* | | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-281-0/+13
|\ \ \
| * | | signal, perf: Add missing TRAP_PERF case in siginfo_layout()Marco Elver2021-04-231-0/+2
| * | | signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver2021-04-161-0/+11
| |/ /
* | | Merge tag 'livepatching-for-5.13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-271-3/+1
|\ \ \ | |_|/ |/| |
| * | livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructureMiroslav Benes2021-03-301-3/+1
* | | Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe2021-03-271-2/+1
* | | Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe2021-03-271-2/+2
* | | Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe2021-03-271-3/+0
* | | kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe2021-03-261-1/+9
* | | signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman2021-03-211-1/+2
* | | signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe2021-03-211-0/+3
| |/ |/|
* | 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