aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2022-07-07signal handling: don't use BUG_ON() for debuggingLinus Torvalds
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-05-11sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra
2022-05-11ptrace: Don't change __stateEric W. Biederman
2022-05-11ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPsEric W. Biederman
2022-05-11signal: Use lockdep_assert_held instead of assert_spin_lockedEric W. Biederman
2022-05-11signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman
2022-05-11signal: Rename send_signal send_signal_lockedEric W. Biederman
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-18ptrace: Return the signal to continue with from ptrace_stopEric W. Biederman
2022-03-18ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman
2022-03-10tracehook: Remove tracehook.hEric W. Biederman
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman
2022-03-10task_work: Introduce task_work_pendingEric W. Biederman
2022-03-10ptrace: Remove tracehook_signal_handlerEric W. Biederman
2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov
2022-02-10signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08signal: clean up kernel-doc commentsRandy Dunlap
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman
2022-01-08signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman
2022-01-08signal: Make coredump handling explicit in complete_signalEric W. Biederman
2022-01-08signal: Have prepare_signal detect coredumps using signal->core_stateEric W. Biederman
2021-12-14signal: Skip the altstack update when not neededChang S. Bae
2021-12-03Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-19signal: Don't always set SA_IMMUTABLE for forced signalsEric W. Biederman
2021-11-17signal: Requeue ptrace signalsEric W. Biederman
2021-11-17signal: Requeue signals in the appropriate queueEric W. Biederman
2021-11-17signal: In get_signal test for signal_group_exit every time through the loopEric W. Biederman
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds
2021-11-03signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-29signal: Implement force_fatal_sigEric W. Biederman
2021-10-26signal: Add an optional check for altstack sizeThomas Gleixner
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman
2021-10-06ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman
2021-10-06signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03memcg: enable accounting for signalsVasily Averin
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-08-26signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker
2021-07-23signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman