index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-03-15
1
-12
/
+16
|
\
|
*
get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_task
Oleg Nesterov
2024-03-06
1
-3
/
+6
|
*
get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksig
Oleg Nesterov
2024-03-06
1
-5
/
+6
|
*
get_signal: don't abuse ksig->info.si_signo and ksig->sig
Oleg Nesterov
2024-03-06
1
-4
/
+4
*
|
pidfd: allow to override signal scope in pidfd_send_signal()
Christian Brauner
2024-02-21
1
-9
/
+37
*
|
pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
Oleg Nesterov
2024-02-10
1
-16
/
+23
*
|
signal: fill in si_code in prepare_kill_siginfo()
Oleg Nesterov
2024-02-10
1
-10
/
+6
*
|
pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN))
Oleg Nesterov
2024-02-06
1
-3
/
+4
*
|
pidfd: implement PIDFD_THREAD flag for pidfd_open()
Oleg Nesterov
2024-02-02
1
-2
/
+4
*
|
pidfd: don't do_notify_pidfd() if !thread_group_empty()
Oleg Nesterov
2024-02-02
1
-3
/
+5
|
/
*
kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...
Oleg Nesterov
2023-12-11
1
-13
/
+4
*
introduce for_other_threads(p, t)
Oleg Nesterov
2023-12-11
1
-7
/
+4
*
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-11-03
1
-10
/
+14
|
\
|
*
kernel/signal: remove unnecessary NULL values from ucounts
Li kunyu
2023-10-18
1
-1
/
+1
|
*
signal: complete_signal: use __for_each_thread()
Oleg Nesterov
2023-10-04
1
-3
/
+2
|
*
__kill_pgrp_info: simplify the calculation of return value
Oleg Nesterov
2023-10-04
1
-6
/
+11
*
|
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-02
1
-20
/
+5
|
\
\
|
*
|
kernel: Drop IA64 support from sig_fault handlers
Ard Biesheuvel
2023-09-11
1
-20
/
+5
|
|
/
*
|
signal: Don't disable preemption in ptrace_stop() on PREEMPT_RT
Sebastian Andrzej Siewior
2023-09-19
1
-2
/
+13
*
|
signal: Add a proper comment about preempt_disable() in ptrace_stop()
Sebastian Andrzej Siewior
2023-09-19
1
-3
/
+15
|
/
*
signal: print comm and exe name on fatal signals
Vincent Whitchurch
2023-08-18
1
-1
/
+12
*
mm: suppress mm fault logging if fatal signal already pending
Linus Torvalds
2023-07-26
1
-0
/
+4
*
Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-06-29
1
-0
/
+23
|
\
|
*
signal: move show_unhandled_signals sysctl to its own file
Luis Chamberlain
2023-05-31
1
-0
/
+23
*
|
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
2023-06-01
1
-3
/
+5
|
/
*
posix-timers: Prefer delivery of signals to the current thread
Dmitry Vyukov
2023-04-16
1
-3
/
+18
*
sched: Introduce per-memory-map concurrency ID
Mathieu Desnoyers
2022-12-27
1
-0
/
+2
*
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-14
1
-0
/
+1
|
\
|
*
signal: Initialize the info in ksignal
haifeng.xu
2022-12-02
1
-0
/
+1
*
|
kill signal_pt_regs()
Al Viro
2022-10-24
1
-1
/
+1
|
/
*
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-10-10
1
-7
/
+7
|
\
|
*
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-09-07
1
-7
/
+7
*
|
signal: Drop signals received after a fatal signal has been processed
Eric W. Biederman
2022-07-20
1
-1
/
+2
|
/
*
signal handling: don't use BUG_ON() for debugging
Linus Torvalds
2022-07-07
1
-4
/
+4
*
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-06-04
1
-79
/
+61
|
\
|
*
sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
Peter Zijlstra
2022-05-11
1
-2
/
+8
|
*
ptrace: Don't change __state
Eric W. Biederman
2022-05-11
1
-8
/
+6
|
*
ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
Eric W. Biederman
2022-05-11
1
-54
/
+38
|
*
signal: Use lockdep_assert_held instead of assert_spin_locked
Eric W. Biederman
2022-05-11
1
-2
/
+2
|
*
signal: Replace __group_send_sig_info with send_signal_locked
Eric W. Biederman
2022-05-11
1
-7
/
+1
|
*
signal: Rename send_signal send_signal_locked
Eric W. Biederman
2022-05-11
1
-12
/
+12
*
|
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
2022-04-22
1
-2
/
+16
|
/
*
Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"
Thomas Gleixner
2022-03-31
1
-40
/
+0
*
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-29
1
-30
/
+32
|
\
|
*
ptrace: Return the signal to continue with from ptrace_stop
Eric W. Biederman
2022-03-18
1
-13
/
+19
|
*
ptrace: Move setting/clearing ptrace_message into ptrace_stop
Eric W. Biederman
2022-03-18
1
-9
/
+12
|
*
tracehook: Remove tracehook.h
Eric W. Biederman
2022-03-10
1
-1
/
+1
|
*
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
2022-03-10
1
-11
/
+3
|
*
task_work: Introduce task_work_pending
Eric W. Biederman
2022-03-10
1
-2
/
+2
|
*
ptrace: Remove tracehook_signal_handler
Eric W. Biederman
2022-03-10
1
-1
/
+2
[next]