summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2023-12-10kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov
2023-12-10introduce for_other_threads(p, t)Oleg Nesterov
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-18kernel/signal: remove unnecessary NULL values from ucountsLi kunyu
2023-10-04signal: complete_signal: use __for_each_thread()Oleg Nesterov
2023-10-04__kill_pgrp_info: simplify the calculation of return valueOleg Nesterov
2023-09-19signal: Don't disable preemption in ptrace_stop() on PREEMPT_RTSebastian Andrzej Siewior
2023-09-19signal: Add a proper comment about preempt_disable() in ptrace_stop()Sebastian Andrzej Siewior
2023-09-11kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel
2023-08-18signal: print comm and exe name on fatal signalsVincent Whitchurch
2023-07-26mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie
2023-05-30signal: move show_unhandled_signals sysctl to its own fileLuis Chamberlain
2023-04-16posix-timers: Prefer delivery of signals to the current threadDmitry Vyukov
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-02signal: Initialize the info in ksignalhaifeng.xu
2022-10-23kill signal_pt_regs()Al Viro
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-07-20signal: Drop signals received after a fatal signal has been processedEric W. Biederman
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