summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* posix-timers: Target group sigqueue to current task only if not exitingFrederic Weisbecker2024-11-291-3/+4
* Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-191-196/+298
|\
| * posix-timers: Fix spurious warning on double enqueue versus do_exit()Frederic Weisbecker2024-11-181-2/+8
| * posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner2024-11-071-4/+3
| * signal: Queue ignored posixtimers on ignore listThomas Gleixner2024-11-071-5/+75
| * signal: Handle ignored signals in do_sigaction(action != SIG_IGN)Thomas Gleixner2024-11-071-1/+52
| * posix-timers: Move sequence logic into struct k_itimerThomas Gleixner2024-11-071-5/+3
| * signal: Cleanup unused posix-timer leftoversThomas Gleixner2024-11-071-35/+4
| * posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner2024-11-071-7/+12
| * signal: Replace resched_timer logicThomas Gleixner2024-11-071-12/+20
| * signal: Refactor send_sigqueue()Thomas Gleixner2024-11-071-37/+45
| * signal: Provide posixtimer_sigqueue_init()Thomas Gleixner2024-11-071-0/+11
| * signal: Split up __sigqueue_alloc()Thomas Gleixner2024-11-071-17/+35
| * posix-timers: Make signal overrun accounting sensibleThomas Gleixner2024-11-071-6/+0
| * posix-timers: Make signal delivery consistentThomas Gleixner2024-11-071-4/+2
| * signal: Allow POSIX timer signals to be droppedThomas Gleixner2024-10-291-3/+4
| * posix-timers: Cure si_sys_private raceThomas Gleixner2024-10-291-1/+9
| * signal: Cleanup flush_sigqueue_mask()Thomas Gleixner2024-10-291-15/+12
| * signal: Confine POSIX_TIMERS properlyThomas Gleixner2024-10-291-82/+43
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-19/+10
|\ \
| * | fdget(), more trivial conversionsAl Viro2024-11-031-19/+10
| |/
* / signal: restore the override_rlimit logicRoman Gushchin2024-11-071-1/+2
|/
* Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds2024-09-261-20/+1
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-121-3/+3
* | Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-181-1/+20
|\ \
| * | binfmt_elf, coredump: Log the reason of the failed core dumpsRoman Kisel2024-08-051-1/+20
| |/
* | signal: Replace BUG_ON()sThomas Gleixner2024-07-291-4/+7
* | signal: Remove task argument from dequeue_signal()Thomas Gleixner2024-07-291-13/+10
|/
* kernel: rerun task_work while freezing in get_signal()Pavel Begunkov2024-07-111-0/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-3/+1
|\
| * kernel: Remove signal hacks for vhost_tasksMike Christie2024-05-221-3/+1
* | kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
|/
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-12/+16
|\
| * get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_taskOleg Nesterov2024-03-061-3/+6
| * get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksigOleg Nesterov2024-03-061-5/+6
| * get_signal: don't abuse ksig->info.si_signo and ksig->sigOleg Nesterov2024-03-061-4/+4
* | pidfd: allow to override signal scope in pidfd_send_signal()Christian Brauner2024-02-211-9/+37
* | pidfd: change pidfd_send_signal() to respect PIDFD_THREADOleg Nesterov2024-02-101-16/+23
* | signal: fill in si_code in prepare_kill_siginfo()Oleg Nesterov2024-02-101-10/+6
* | pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN))Oleg Nesterov2024-02-061-3/+4
* | pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov2024-02-021-2/+4
* | pidfd: don't do_notify_pidfd() if !thread_group_empty()Oleg Nesterov2024-02-021-3/+5
|/
* kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov2023-12-101-13/+4
* introduce for_other_threads(p, t)Oleg Nesterov2023-12-101-7/+4
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-10/+14
|\
| * kernel/signal: remove unnecessary NULL values from ucountsLi kunyu2023-10-181-1/+1
| * signal: complete_signal: use __for_each_thread()Oleg Nesterov2023-10-041-3/+2
| * __kill_pgrp_info: simplify the calculation of return valueOleg Nesterov2023-10-041-6/+11
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-20/+5
|\ \