summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-281-0/+23
|\
| * signal: move show_unhandled_signals sysctl to its own fileLuis Chamberlain2023-05-301-0/+23
* | fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-011-3/+5
|/
* posix-timers: Prefer delivery of signals to the current threadDmitry Vyukov2023-04-161-3/+18
* sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-0/+2
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-0/+1
|\
| * signal: Initialize the info in ksignalhaifeng.xu2022-12-021-0/+1
* | kill signal_pt_regs()Al Viro2022-10-231-1/+1
|/
* Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-7/+7
|\
| * freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-7/+7
* | signal: Drop signals received after a fatal signal has been processedEric W. Biederman2022-07-201-1/+2
|/
* signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-071-4/+4
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-79/+61
|\
| * sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2022-05-111-2/+8
| * ptrace: Don't change __stateEric W. Biederman2022-05-111-8/+6
| * ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPsEric W. Biederman2022-05-111-54/+38
| * signal: Use lockdep_assert_held instead of assert_spin_lockedEric W. Biederman2022-05-111-2/+2
| * signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-111-7/+1
| * signal: Rename send_signal send_signal_lockedEric W. Biederman2022-05-111-12/+12
* | signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-2/+16
|/
* 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
| |/