summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-12-02signal: Initialize the info in ksignalhaifeng.xu1-0/+1
2022-10-23kill signal_pt_regs()Al Viro1-1/+1
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-7/+7
2022-07-20signal: Drop signals received after a fatal signal has been processedEric W. Biederman1-1/+2
2022-07-07signal handling: don't use BUG_ON() for debuggingLinus Torvalds1-4/+4
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-79/+61
2022-05-11sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra1-2/+8
2022-05-11ptrace: Don't change __stateEric W. Biederman1-8/+6
2022-05-11ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPsEric W. Biederman1-54/+38
2022-05-11signal: Use lockdep_assert_held instead of assert_spin_lockedEric W. Biederman1-2/+2
2022-05-11signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman1-7/+1
2022-05-11signal: Rename send_signal send_signal_lockedEric W. Biederman1-12/+12
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-2/+16
2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner1-40/+0
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-30/+32
2022-03-18ptrace: Return the signal to continue with from ptrace_stopEric W. Biederman1-13/+19
2022-03-18ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman1-9/+12
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-1/+1
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman1-11/+3
2022-03-10task_work: Introduce task_work_pendingEric W. Biederman1-2/+2
2022-03-10ptrace: Remove tracehook_signal_handlerEric W. Biederman1-1/+2
2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov1-0/+40
2022-02-10signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook1-2/+3
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-25/+36
2022-01-08signal: clean up kernel-doc commentsRandy Dunlap1-2/+3
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman1-3/+5
2022-01-08signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman1-1/+1
2022-01-08signal: Make coredump handling explicit in complete_signalEric W. Biederman1-1/+1
2022-01-08signal: Have prepare_signal detect coredumps using signal->core_stateEric W. Biederman1-2/+2
2021-12-14signal: Skip the altstack update when not neededChang S. Bae1-0/+9
2021-12-03Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman1-7/+29
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-0/+13
2021-11-19signal: Don't always set SA_IMMUTABLE for forced signalsEric W. Biederman1-7/+16
2021-11-17signal: Requeue ptrace signalsEric W. Biederman1-1/+2
2021-11-17signal: Requeue signals in the appropriate queueEric W. Biederman1-7/+14
2021-11-17signal: In get_signal test for signal_group_exit every time through the loopEric W. Biederman1-10/+10
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+24
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds1-42/+7
2021-11-03signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman1-1/+7
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+29
2021-10-29signal: Implement force_fatal_sigEric W. Biederman1-9/+17
2021-10-26signal: Add an optional check for altstack sizeThomas Gleixner1-6/+29
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-19/+6
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman1-19/+6
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman1-26/+1
2021-10-06ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman1-2/+2
2021-10-06signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman1-14/+4
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1