aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-09signal: Move signal ctl tables into signal.cJoel Granados1-0/+11
2025-04-02Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-5/+3
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+4
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-03-25pidfs: cleanup the usage of do_notify_pidfd()Oleg Nesterov1-5/+3
2025-03-20pidfs: improve multi-threaded exec and premature thread-group leader exit pollingChristian Brauner1-2/+1
2025-03-17signal: avoid clearing TIF_SIGPENDING in recalc_sigpending() if unsetMateusz Guzik1-3/+4
2025-03-13posix-timers: Rework timer removalThomas Gleixner1-1/+1
2025-02-05pidfd: add PIDFD_SELF* sentinels to refer to own thread/processLorenzo Stoakes1-42/+63
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-15signal/posixtimers: Handle ignore/blocked sequences correctlyThomas Gleixner1-9/+28
2024-11-29posix-timers: Target group sigqueue to current task only if not exitingFrederic Weisbecker1-3/+4
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-196/+298
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+10
2024-11-18posix-timers: Fix spurious warning on double enqueue versus do_exit()Frederic Weisbecker1-2/+8
2024-11-07signal: restore the override_rlimit logicRoman Gushchin1-1/+2
2024-11-07posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner1-4/+3
2024-11-07signal: Queue ignored posixtimers on ignore listThomas Gleixner1-5/+75
2024-11-07signal: Handle ignored signals in do_sigaction(action != SIG_IGN)Thomas Gleixner1-1/+52
2024-11-07posix-timers: Move sequence logic into struct k_itimerThomas Gleixner1-5/+3
2024-11-07signal: Cleanup unused posix-timer leftoversThomas Gleixner1-35/+4
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner1-7/+12
2024-11-07signal: Replace resched_timer logicThomas Gleixner1-12/+20
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner1-37/+45
2024-11-07signal: Provide posixtimer_sigqueue_init()Thomas Gleixner1-0/+11
2024-11-07signal: Split up __sigqueue_alloc()Thomas Gleixner1-17/+35
2024-11-07posix-timers: Make signal overrun accounting sensibleThomas Gleixner1-6/+0
2024-11-07posix-timers: Make signal delivery consistentThomas Gleixner1-4/+2
2024-11-03fdget(), more trivial conversionsAl Viro1-19/+10
2024-10-29signal: Allow POSIX timer signals to be droppedThomas Gleixner1-3/+4
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner1-1/+9
2024-10-29signal: Cleanup flush_sigqueue_mask()Thomas Gleixner1-15/+12
2024-10-29signal: Confine POSIX_TIMERS properlyThomas Gleixner1-82/+43
2024-09-26Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds1-20/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+20
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2024-08-05binfmt_elf, coredump: Log the reason of the failed core dumpsRoman Kisel1-1/+20
2024-07-29signal: Replace BUG_ON()sThomas Gleixner1-4/+7
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner1-13/+10
2024-07-11kernel: rerun task_work while freezing in get_signal()Pavel Begunkov1-0/+8
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+1
2024-05-22kernel: Remove signal hacks for vhost_tasksMike Christie1-3/+1
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
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