index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
2025-04-02
Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-03-25
Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-03-25
pidfs: cleanup the usage of do_notify_pidfd()
Oleg Nesterov
2025-03-20
pidfs: improve multi-threaded exec and premature thread-group leader exit pol...
Christian Brauner
2025-03-17
signal: avoid clearing TIF_SIGPENDING in recalc_sigpending() if unset
Mateusz Guzik
2025-03-13
posix-timers: Rework timer removal
Thomas Gleixner
2025-02-05
pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
Lorenzo Stoakes
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-15
signal/posixtimers: Handle ignore/blocked sequences correctly
Thomas Gleixner
2024-11-29
posix-timers: Target group sigqueue to current task only if not exiting
Frederic Weisbecker
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-18
posix-timers: Fix spurious warning on double enqueue versus do_exit()
Frederic Weisbecker
2024-11-07
signal: restore the override_rlimit logic
Roman Gushchin
2024-11-07
posix-timers: Cleanup SIG_IGN workaround leftovers
Thomas Gleixner
2024-11-07
signal: Queue ignored posixtimers on ignore list
Thomas Gleixner
2024-11-07
signal: Handle ignored signals in do_sigaction(action != SIG_IGN)
Thomas Gleixner
2024-11-07
posix-timers: Move sequence logic into struct k_itimer
Thomas Gleixner
2024-11-07
signal: Cleanup unused posix-timer leftovers
Thomas Gleixner
2024-11-07
posix-timers: Embed sigqueue in struct k_itimer
Thomas Gleixner
2024-11-07
signal: Replace resched_timer logic
Thomas Gleixner
2024-11-07
signal: Refactor send_sigqueue()
Thomas Gleixner
2024-11-07
signal: Provide posixtimer_sigqueue_init()
Thomas Gleixner
2024-11-07
signal: Split up __sigqueue_alloc()
Thomas Gleixner
2024-11-07
posix-timers: Make signal overrun accounting sensible
Thomas Gleixner
2024-11-07
posix-timers: Make signal delivery consistent
Thomas Gleixner
2024-11-03
fdget(), more trivial conversions
Al Viro
2024-10-29
signal: Allow POSIX timer signals to be dropped
Thomas Gleixner
2024-10-29
posix-timers: Cure si_sys_private race
Thomas Gleixner
2024-10-29
signal: Cleanup flush_sigqueue_mask()
Thomas Gleixner
2024-10-29
signal: Confine POSIX_TIMERS properly
Thomas Gleixner
2024-09-26
Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"
Linus Torvalds
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-18
Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-08-05
binfmt_elf, coredump: Log the reason of the failed core dumps
Roman Kisel
2024-07-29
signal: Replace BUG_ON()s
Thomas Gleixner
2024-07-29
signal: Remove task argument from dequeue_signal()
Thomas Gleixner
2024-07-11
kernel: rerun task_work while freezing in get_signal()
Pavel Begunkov
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-05-22
kernel: Remove signal hacks for vhost_tasks
Mike Christie
2024-04-24
kernel misc: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-03-06
get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_task
Oleg Nesterov
2024-03-06
get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksig
Oleg Nesterov
2024-03-06
get_signal: don't abuse ksig->info.si_signo and ksig->sig
Oleg Nesterov
2024-02-21
pidfd: allow to override signal scope in pidfd_send_signal()
Christian Brauner
2024-02-10
pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
Oleg Nesterov
2024-02-10
signal: fill in si_code in prepare_kill_siginfo()
Oleg Nesterov
[next]