summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kern...Linus 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/kerne...Linus Torvalds1-3/+3
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/...Linus 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_an...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/...Linus Torvalds1-10/+14
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-20/+5
2023-10-18kernel/signal: remove unnecessary NULL values from ucountsLi kunyu1-1/+1