summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-0/+13
* signal: Don't always set SA_IMMUTABLE for forced signalsEric W. Biederman2021-11-191-7/+16
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-10/+24
|\
| * signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman2021-11-031-1/+7
| * signal: Implement force_fatal_sigEric W. Biederman2021-10-291-9/+17
* | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-42/+7
|\ \
| * | coredump: Don't perform any cleanups before dumping coreEric W. Biederman2021-10-061-26/+1
| * | ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman2021-10-061-2/+2
| * | signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman2021-10-061-14/+4
| |/
* | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-6/+29
|\ \
| * | signal: Add an optional check for altstack sizeThomas Gleixner2021-10-261-6/+29
| |/
* | Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-211-19/+6
|\ \ | |/ |/|
| * ucounts: Fix signal ucount refcountingEric W. Biederman2021-10-181-19/+6
* | 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