summaryrefslogtreecommitdiffstats
path: root/include/linux/sched/signal.h
Commit message (Expand)AuthorAgeFilesLines
* pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov2024-02-061-2/+0
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\
| * sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-0/+1
* | kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov2023-12-101-1/+0
* | introduce for_other_threads(p, t)Oleg Nesterov2023-12-101-0/+3
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-4/+15
|\
| * change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov2023-10-041-1/+2
| * change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov2023-10-041-3/+2
| * introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov2023-10-041-0/+11
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-13/+4
|\ \
| * | kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel2023-09-111-13/+4
| |/
* / sched: Assert for_each_thread() is properly lockedMatthew Wilcox (Oracle)2023-09-151-1/+2
|/
* document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov2023-08-241-0/+4
* kill do_each_thread()Oleg Nesterov2023-08-211-7/+0
* posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner2023-06-181-1/+1
* signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitEric W. Biederman2022-07-201-0/+1
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-4/+16
|\
| * sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2022-05-111-4/+15
| * ptrace: Don't change __stateEric W. Biederman2022-05-111-2/+3
* | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-1/+1
|\ \
| * | signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-1/+1
| |/
* / task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe2022-04-301-2/+11
|/
* signal: Move set_notify_signal and clear_notify_signal into sched/signal.hEric W. Biederman2022-03-101-0/+17
* signal: Remove the helper signal_group_exitEric W. Biederman2022-01-081-7/+0
* signal: Rename group_exit_task group_exec_taskEric W. Biederman2022-01-081-8/+4
* signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman2022-01-081-2/+1
* Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman2021-12-031-0/+1
|\
| * signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-0/+1
* | signal: Requeue signals in the appropriate queueEric W. Biederman2021-11-171-3/+4
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-0/+1
|\
| * signal: Implement force_fatal_sigEric W. Biederman2021-10-291-0/+1
* | coredump: Limit coredumps to a single thread groupEric W. Biederman2021-10-081-0/+13
|/
* Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-0/+1
|\
| * signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman2021-08-261-0/+1
* | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-011-8/+3
|\ \
| * | signal: Remove the generic __ARCH_SI_TRAPNO supportEric W. Biederman2021-07-231-8/+0
| * | signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman2021-07-231-0/+2
| * | signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman2021-07-231-0/+1
| |/
* / posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker2021-08-101-0/+6
|/
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-7/+12
|\
| * Merge x86/urgent into x86/fpuBorislav Petkov2021-06-231-0/+1
| |\
| * | x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae2021-05-191-7/+12
* | | sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+1
| |/ |/|
* | signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman2021-05-181-0/+1
|/
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-2/+0
|\
| * kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-2/+0
* | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-5/+6
|\ \ | |/ |/|
| * exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-5/+6
* | entry: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-10-291-1/+10
* | signal: Add task_sigpending() helperJens Axboe2020-10-291-2/+7
|/