index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
2026-05-22
signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()
Aleksandr Nogikh
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-04-14
Merge tag 'kernel-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-03-27
do_notify_parent: sanitize the valid_signal() checks
Oleg Nesterov
2026-03-27
complete_signal: kill always-true "core_state || !SIGNAL_GROUP_EXIT" check
Oleg Nesterov
2026-03-27
exit: kill unnecessary thread_group_leader() checks in exit_notify() and do_n...
Oleg Nesterov
2026-03-23
signal: update outdated comment for removed freezable_schedule()
Kexin Sun
2026-03-11
clone: add CLONE_AUTOREAP
Christian Brauner
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
2025-11-25
signal: Move MMCID exit out of sighand lock
Thomas Gleixner
2025-08-19
signal: Fix memory leak for PIDFD_SELF* sentinels
Adrian Huang (Lenovo)
2025-06-16
coredump: rename do_coredump() to vfs_coredump()
Christian Brauner
2025-04-09
signal: Move signal ctl tables into signal.c
Joel Granados
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
[next]