summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner2022-03-311-40/+0
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-30/+32
|\
| * ptrace: Return the signal to continue with from ptrace_stopEric W. Biederman2022-03-181-13/+19
| * ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman2022-03-181-9/+12
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+1
| * task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman2022-03-101-11/+3
| * task_work: Introduce task_work_pendingEric W. Biederman2022-03-101-2/+2
| * ptrace: Remove tracehook_signal_handlerEric W. Biederman2022-03-101-1/+2
* | 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
|\ \ \ | |_|/ |/| |