index
:
pub/scm/libs/klibc/klibc.git
master
klibc main development tree
KLibC Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Merge tag 'vfs-7.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+12
14 days
reboot: fix cad_pid use-after-free race
Cen Zhang (Microsoft)
1
-0
/
+12
2026-08-13
signal: factor out the kernel reserved si_code check
Bradley Morgan
1
-11
/
+14
2026-08-03
kernel: refactor: shorten has_pending_signals
Andrea Calabrese
1
-22
/
+4
2026-08-03
signal: avoid unconditional siginfo copy in send_signal_locked()
Oleg Nesterov
1
-8
/
+15
2026-08-03
signal: change sys_kill() to use SEND_SIG_NOINFO
Oleg Nesterov
1
-5
/
+1
2026-08-03
signal: avoid shared siginfo namespace rewrites
Bradley Morgan
1
-0
/
+4
2026-07-05
posix-cpu-timers: Prevent UAF caused by non-leader exec() race
Thomas Gleixner
1
-1
/
+9
2026-05-22
signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()
Aleksandr Nogikh
1
-0
/
+1
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-7
/
+5
2026-04-14
Merge tag 'kernel-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+3
2026-03-27
do_notify_parent: sanitize the valid_signal() checks
Oleg Nesterov
1
-2
/
+3
2026-03-27
complete_signal: kill always-true "core_state || !SIGNAL_GROUP_EXIT" check
Oleg Nesterov
1
-3
/
+1
2026-03-27
exit: kill unnecessary thread_group_leader() checks in exit_notify() and do_n...
Oleg Nesterov
1
-2
/
+1
2026-03-23
signal: update outdated comment for removed freezable_schedule()
Kexin Sun
1
-2
/
+3
2026-03-11
clone: add CLONE_AUTOREAP
Christian Brauner
1
-0
/
+4
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
1
-2
/
+2
2025-11-25
signal: Move MMCID exit out of sighand lock
Thomas Gleixner
1
-2
/
+0
2025-08-19
signal: Fix memory leak for PIDFD_SELF* sentinels
Adrian Huang (Lenovo)
1
-1
/
+5
2025-06-16
coredump: rename do_coredump() to vfs_coredump()
Christian Brauner
1
-1
/
+1
2025-04-09
signal: Move signal ctl tables into signal.c
Joel Granados
1
-0
/
+11
2025-04-02
Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+3
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-3
/
+4
2025-03-25
Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-03-25
pidfs: cleanup the usage of do_notify_pidfd()
Oleg Nesterov
1
-5
/
+3
2025-03-20
pidfs: improve multi-threaded exec and premature thread-group leader exit pol...
Christian Brauner
1
-2
/
+1
2025-03-17
signal: avoid clearing TIF_SIGPENDING in recalc_sigpending() if unset
Mateusz Guzik
1
-3
/
+4
2025-03-13
posix-timers: Rework timer removal
Thomas Gleixner
1
-1
/
+1
2025-02-05
pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
Lorenzo Stoakes
1
-42
/
+63
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-15
signal/posixtimers: Handle ignore/blocked sequences correctly
Thomas Gleixner
1
-9
/
+28
2024-11-29
posix-timers: Target group sigqueue to current task only if not exiting
Frederic Weisbecker
1
-3
/
+4
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-195
/
+297
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-19
/
+10
2024-11-18
posix-timers: Fix spurious warning on double enqueue versus do_exit()
Frederic Weisbecker
1
-2
/
+8
2024-11-07
signal: restore the override_rlimit logic
Roman Gushchin
1
-1
/
+2
2024-11-07
posix-timers: Cleanup SIG_IGN workaround leftovers
Thomas Gleixner
1
-4
/
+3
2024-11-07
signal: Queue ignored posixtimers on ignore list
Thomas Gleixner
1
-5
/
+75
2024-11-07
signal: Handle ignored signals in do_sigaction(action != SIG_IGN)
Thomas Gleixner
1
-1
/
+52
2024-11-07
posix-timers: Move sequence logic into struct k_itimer
Thomas Gleixner
1
-5
/
+3
2024-11-07
signal: Cleanup unused posix-timer leftovers
Thomas Gleixner
1
-35
/
+4
2024-11-07
posix-timers: Embed sigqueue in struct k_itimer
Thomas Gleixner
1
-7
/
+12
2024-11-07
signal: Replace resched_timer logic
Thomas Gleixner
1
-12
/
+20
2024-11-07
signal: Refactor send_sigqueue()
Thomas Gleixner
1
-37
/
+45
2024-11-07
signal: Provide posixtimer_sigqueue_init()
Thomas Gleixner
1
-0
/
+11
2024-11-07
signal: Split up __sigqueue_alloc()
Thomas Gleixner
1
-17
/
+35
2024-11-07
posix-timers: Make signal overrun accounting sensible
Thomas Gleixner
1
-6
/
+0
2024-11-07
posix-timers: Make signal delivery consistent
Thomas Gleixner
1
-4
/
+2
2024-11-03
fdget(), more trivial conversions
Al Viro
1
-19
/
+10
2024-10-29
signal: Allow POSIX timer signals to be dropped
Thomas Gleixner
1
-3
/
+4
[next]