aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-12/+16
2024-03-06get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_taskOleg Nesterov1-3/+6
2024-03-06get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksigOleg Nesterov1-5/+6
2024-03-06get_signal: don't abuse ksig->info.si_signo and ksig->sigOleg Nesterov1-4/+4
2024-02-21pidfd: allow to override signal scope in pidfd_send_signal()Christian Brauner1-9/+37
2024-02-10pidfd: change pidfd_send_signal() to respect PIDFD_THREADOleg Nesterov1-16/+23
2024-02-10signal: fill in si_code in prepare_kill_siginfo()Oleg Nesterov1-10/+6
2024-02-06pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN))Oleg Nesterov1-3/+4
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov1-2/+4
2024-02-02pidfd: don't do_notify_pidfd() if !thread_group_empty()Oleg Nesterov1-3/+5
2023-12-10kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_and_wake()Oleg Nesterov1-13/+4
2023-12-10introduce for_other_threads(p, t)Oleg Nesterov1-7/+4
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-10/+14
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-20/+5
2023-10-18kernel/signal: remove unnecessary NULL values from ucountsLi kunyu1-1/+1
2023-10-04signal: complete_signal: use __for_each_thread()Oleg Nesterov1-3/+2
2023-10-04__kill_pgrp_info: simplify the calculation of return valueOleg Nesterov1-6/+11
2023-09-19signal: Don't disable preemption in ptrace_stop() on PREEMPT_RTSebastian Andrzej Siewior1-2/+13
2023-09-19signal: Add a proper comment about preempt_disable() in ptrace_stop()Sebastian Andrzej Siewior1-3/+15
2023-09-11kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel1-20/+5
2023-08-18signal: print comm and exe name on fatal signalsVincent Whitchurch1-1/+12
2023-07-26mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds1-0/+4
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-0/+23
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie1-3/+5
2023-05-30signal: move show_unhandled_signals sysctl to its own fileLuis Chamberlain1-0/+23
2023-04-16posix-timers: Prefer delivery of signals to the current threadDmitry Vyukov1-3/+18
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers1-0/+2
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus 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/kernel/git/tip/tipLinus 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/linux/kernel/git/ebiederm/user-namespaceLinus 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/kernel/git/ebiederm/user-namespaceLinus 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