summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
...
* | signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov2022-03-041-0/+40
* | signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook2022-02-101-2/+3
|/
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-25/+36
|\
| * signal: clean up kernel-doc commentsRandy Dunlap2022-01-081-2/+3
| * signal: Remove the helper signal_group_exitEric W. Biederman2022-01-081-3/+5
| * signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman2022-01-081-1/+1
| * signal: Make coredump handling explicit in complete_signalEric W. Biederman2022-01-081-1/+1
| * signal: Have prepare_signal detect coredumps using signal->core_stateEric W. Biederman2022-01-081-2/+2
| * Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman2021-12-031-7/+29
| |\
| * | signal: Requeue ptrace signalsEric W. Biederman2021-11-171-1/+2
| * | signal: Requeue signals in the appropriate queueEric W. Biederman2021-11-171-7/+14
| * | signal: In get_signal test for signal_group_exit every time through the loopEric W. Biederman2021-11-171-10/+10
* | | signal: Skip the altstack update when not neededChang S. Bae2021-12-141-0/+9
| |/ |/|
* | 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