summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+1
|\
| * memcg: enable accounting for signalsVasily Averin2021-09-031-1/+1
* | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-4/+26
|\ \
| * | signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman2021-08-261-4/+26
| |/
* | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-011-18/+44
|\ \
| * | signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman2021-07-231-5/+5
| * | signal: Remove the generic __ARCH_SI_TRAPNO supportEric W. Biederman2021-07-231-14/+0
| * | signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman2021-07-231-0/+21
| * | signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman2021-07-231-0/+19
| |/
* / posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker2021-08-101-0/+15
|/
* Fix UCOUNT_RLIMIT_SIGPENDING counter leakAlexey Gladkov2021-07-081-4/+16
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-10/+4
|\
| * x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro2021-07-011-10/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-12/+13
|\ \
| * | Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov2021-04-301-12/+13
* | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-1/+1
|\ \ \ | |_|/ |/| |
| * | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
* | | Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2021-06-271-57/+2
* | | signal: Prevent sigqueue caching after task got releasedThomas Gleixner2021-06-221-1/+16
|/ /
* | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-25/+34
|\ \
| * | signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2021-05-181-8/+13
| * | signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman2021-05-181-0/+13
| * | signal: Implement SIL_FAULT_TRAPNOEric W. Biederman2021-05-181-22/+12
| * | siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman2021-05-181-0/+1
* | | 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