summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2025-04-02Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-25pidfs: cleanup the usage of do_notify_pidfd()Oleg Nesterov
2025-03-20pidfs: improve multi-threaded exec and premature thread-group leader exit pol...Christian Brauner
2025-03-17signal: avoid clearing TIF_SIGPENDING in recalc_sigpending() if unsetMateusz Guzik
2025-03-13posix-timers: Rework timer removalThomas Gleixner
2025-02-05pidfd: add PIDFD_SELF* sentinels to refer to own thread/processLorenzo Stoakes
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-15signal/posixtimers: Handle ignore/blocked sequences correctlyThomas Gleixner
2024-11-29posix-timers: Target group sigqueue to current task only if not exitingFrederic Weisbecker
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18posix-timers: Fix spurious warning on double enqueue versus do_exit()Frederic Weisbecker
2024-11-07signal: restore the override_rlimit logicRoman Gushchin
2024-11-07posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner
2024-11-07signal: Queue ignored posixtimers on ignore listThomas Gleixner
2024-11-07signal: Handle ignored signals in do_sigaction(action != SIG_IGN)Thomas Gleixner
2024-11-07posix-timers: Move sequence logic into struct k_itimerThomas Gleixner
2024-11-07signal: Cleanup unused posix-timer leftoversThomas Gleixner
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner
2024-11-07signal: Replace resched_timer logicThomas Gleixner
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner
2024-11-07signal: Provide posixtimer_sigqueue_init()Thomas Gleixner
2024-11-07signal: Split up __sigqueue_alloc()Thomas Gleixner
2024-11-07posix-timers: Make signal overrun accounting sensibleThomas Gleixner
2024-11-07posix-timers: Make signal delivery consistentThomas Gleixner
2024-11-03fdget(), more trivial conversionsAl Viro
2024-10-29signal: Allow POSIX timer signals to be droppedThomas Gleixner
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner
2024-10-29signal: Cleanup flush_sigqueue_mask()Thomas Gleixner
2024-10-29signal: Confine POSIX_TIMERS properlyThomas Gleixner
2024-09-26Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-05binfmt_elf, coredump: Log the reason of the failed core dumpsRoman Kisel
2024-07-29signal: Replace BUG_ON()sThomas Gleixner
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner
2024-07-11kernel: rerun task_work while freezing in get_signal()Pavel Begunkov
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22kernel: Remove signal hacks for vhost_tasksMike Christie
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-06get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_taskOleg Nesterov
2024-03-06get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksigOleg Nesterov
2024-03-06get_signal: don't abuse ksig->info.si_signo and ksig->sigOleg Nesterov
2024-02-21pidfd: allow to override signal scope in pidfd_send_signal()Christian Brauner
2024-02-10pidfd: change pidfd_send_signal() to respect PIDFD_THREADOleg Nesterov
2024-02-10signal: fill in si_code in prepare_kill_siginfo()Oleg Nesterov